Brown & Brown (BRO) Cash from Investing Activities (2009 - 2026)
Brown & Brown's (BRO) quarterly Cash from Investing Activities came in at -$33.0 million in Q2 2026, up 69.44% year-over-year from -$19.5 million in Q2 2025, and up 13.16% quarter-over-quarter from -$38.0 million in Q1 2026.
Brown & Brown (BRO) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Brown & Brown (BRO) has reported Cash from Investing Activities for 17 consecutive years, with -$33.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 69.44% year-over-year to -$33.0 million in Q2 2026; TTM through Jun 2026 was -$7.8 billion, a 673.61% decrease from a year earlier, with the FY2025 full-year figure at -$7.9 billion, down 781.29% from the prior year.
- Cash from Investing Activities was -$33.0 million for Q2 2026 at Brown & Brown, up from -$38.0 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $11.0 million in Q2 2024 and troughed at -$7.5 billion in Q3 2025.
- A 5-year average of -$632.4 million and a median of -$83.5 million in 2024 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities tumbled 98400.0% in 2023 and jumped 112.09% in 2024, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$400000.0 in 2022, then plunged by 98400.0% to -$394.0 million in 2023, then sank by 97.72% to -$779.0 million in 2024, then soared by 72.66% to -$213.0 million in 2025, then soared by 84.51% to -$33.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$33.0 million (Q2 2026), -$38.0 million (Q1 2026), and -$213.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | -161.00 Mn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | -49.00 Mn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | -353.00 Mn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | -336.00 Mn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | -33.00 Mn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | -145.93 Mn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | -18.72 Mn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | -42.78 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - | -29.66 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -33.00 Mn |
| Mar 31, 2026 | -38.00 Mn |
| Dec 31, 2025 | -213.00 Mn |
| Sep 30, 2025 | -7.51 Bn |
| Jun 30, 2025 | -108.00 Mn |
| Mar 31, 2025 | -79.00 Mn |
| Dec 31, 2024 | -779.00 Mn |
| Sep 30, 2024 | -42.00 Mn |
| Jun 30, 2024 | 11.00 Mn |
| Mar 31, 2024 | -88.00 Mn |
| Dec 31, 2023 | -394.00 Mn |
| Sep 30, 2023 | -59.00 Mn |
| Jun 30, 2023 | -91.00 Mn |
| Mar 31, 2023 | -43.00 Mn |
| Dec 31, 2022 | -400,000.00 |
| Sep 30, 2022 | -1.45 Bn |
| Jun 30, 2022 | -21.70 Mn |
| Mar 31, 2022 | -445.80 Mn |
| Dec 31, 2021 | -190.40 Mn |
| Sep 30, 2021 | -70.10 Mn |
Brown & Brown Cash from Investing 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-investing-activities&ticker=BRO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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-investing-activities&ticker=BRO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();