Brown & Brown (BRO) Profit After Tax (QoQ) (2009 - 2026)
Analysis
Brown & Brown (BRO) Profit After Tax (QoQ) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -32.32% |
| Mar 31, 2026 | 18.28% |
| Dec 31, 2025 | 46.75% |
| Sep 30, 2025 | 5.13% |
| Jun 30, 2025 | -29.94% |
| Mar 31, 2025 | 39.75% |
| Dec 31, 2024 | -5.53% |
| Sep 30, 2024 | -1.94% |
| Jun 30, 2024 | -12.24% |
| Mar 31, 2024 | 9.29% |
| Dec 31, 2023 | 52.84% |
| Sep 30, 2023 | -7.37% |
| Jun 30, 2023 | -19.49% |
| Mar 31, 2023 | 72.51% |
| Dec 31, 2022 | -16.43% |
| Sep 30, 2022 | 12.74% |
| Jun 30, 2022 | -34.09% |
| Mar 31, 2022 | 116.62% |
| Dec 31, 2021 | -30.53% |
| Sep 30, 2021 | 5.10% |
API Access
Brown & Brown Profit After Tax (QoQ) API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=profit-after-tax-qoq&ticker=BRO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax-qoq", "ticker": "BRO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=profit-after-tax-qoq&ticker=BRO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();