Brown & Brown (BRO) Cash from Financing Activities (2009 - 2026)
Brown & Brown's (BRO) quarterly Cash from Financing Activities came in at -$172.0 million in Q2 2026, down 102.1% year-over-year from $8.2 billion in Q2 2025, and up 51.41% quarter-over-quarter from -$354.0 million in Q1 2026.
Brown & Brown (BRO) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Brown & Brown (BRO) has reported Cash from Financing Activities for 17 consecutive years, with -$172.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 102.1% year-over-year to -$172.0 million in Q2 2026; TTM through Jun 2026 was -$794.0 million, a 110.53% decrease from a year earlier, with the FY2025 full-year figure at $7.7 billion, up 12151.56% from the prior year.
- Cash from Financing Activities was -$172.0 million for Q2 2026 at Brown & Brown, up from -$354.0 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $8.2 billion in Q2 2025 and troughed at -$716.0 million in Q3 2024.
- A 5-year average of $481.2 million and a median of -$125.5 million in 2023 frame the typical range for Cash from Financing Activities.
- The widest YoY moves for Cash from Financing Activities: up 3251.53% in 2022, down 373.64% in 2022.
- Over 5 years, Cash from Financing Activities stood at -$150.5 million in 2022, then jumped by 158.47% to $88.0 million in 2023, then surged by 214.77% to $277.0 million in 2024, then slumped by 149.82% to -$138.0 million in 2025, then retreated by 24.64% to -$172.0 million in 2026.
- The last three Cash from Financing Activities figures came in at -$172.0 million (Q2 2026), -$354.0 million (Q1 2026), and -$138.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | -800.00 Mn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | -858.00 Mn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 1.25 Bn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | -408.00 Mn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | -172.00 Mn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | -54.71 Mn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | 3.97 Mn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | -25.70 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - | 138.67 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -172.00 Mn |
| Mar 31, 2026 | -354.00 Mn |
| Dec 31, 2025 | -138.00 Mn |
| Sep 30, 2025 | -130.00 Mn |
| Jun 30, 2025 | 8.20 Bn |
| Mar 31, 2025 | -218.00 Mn |
| Dec 31, 2024 | 277.00 Mn |
| Sep 30, 2024 | -716.00 Mn |
| Jun 30, 2024 | 442.00 Mn |
| Mar 31, 2024 | -67.00 Mn |
| Dec 31, 2023 | 88.00 Mn |
| Sep 30, 2023 | -221.00 Mn |
| Jun 30, 2023 | 67.00 Mn |
| Mar 31, 2023 | -121.00 Mn |
| Dec 31, 2022 | -150.50 Mn |
| Sep 30, 2022 | -189.40 Mn |
| Jun 30, 2022 | 767.50 Mn |
| Mar 31, 2022 | 1.30 Bn |
| Dec 31, 2021 | 55.00 Mn |
| Sep 30, 2021 | -101.30 Mn |
Brown & Brown Cash from Financing Activities 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=cash-from-financing-activities&ticker=BRO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=BRO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();