Brown & Brown (BRO) Gains from Investment Securities (2018 - 2026)
Brown & Brown's (BRO) quarterly Gains from Investment Securities came in at -$40.0 million in Q2 2026, down 463.64% year-over-year from $11.0 million in Q2 2025, and down 900.0% quarter-over-quarter from $5.0 million in Q1 2026.
Brown & Brown (BRO) Gains from Investment Securities (2018 - 2026) Analysis & Trends
Brown & Brown (BRO) has reported Gains from Investment Securities for 9 consecutive years, with -$40.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Gains from Investment Securities fell 463.64% year-over-year to -$40.0 million in Q2 2026; TTM through Jun 2026 was -$17.0 million, a 270.0% decrease from a year earlier, with the FY2025 full-year figure at $25.0 million, up 1150.0% from the prior year.
- Gains from Investment Securities was -$40.0 million for Q2 2026 at Brown & Brown, down from $5.0 million in the prior quarter.
- Over five years, Gains from Investment Securities peaked at $30.0 million in Q3 2023 and troughed at -$40.0 million in Q2 2026.
- A 5-year average of -$1.4 million and a median of -$2.0 million in 2023 frame the typical range for Gains from Investment Securities.
- Across the five-year window, Gains from Investment Securities surged 1000.0% in 2025 and plunged 463.64% in 2026, its largest moves.
- Over 5 years, Gains from Investment Securities stood at -$5.9 million in 2022, then slumped by 52.54% to -$9.0 million in 2023, then soared by 222.22% to $11.0 million in 2024, then sank by 36.36% to $7.0 million in 2025, then slumped by 671.43% to -$40.0 million in 2026.
- The last three Gains from Investment Securities figures came in at -$40.0 million (Q2 2026), $5.0 million (Q1 2026), and $7.0 million (Q4 2025), per Business Quant data.
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
| Date | Value |
|---|---|
| Jun 30, 2026 | -40.00 Mn |
| Mar 31, 2026 | 5.00 Mn |
| Dec 31, 2025 | 7.00 Mn |
| Sep 30, 2025 | 11.00 Mn |
| Jun 30, 2025 | 11.00 Mn |
| Mar 31, 2025 | -4.00 Mn |
| Dec 31, 2024 | 11.00 Mn |
| Sep 30, 2024 | -8.00 Mn |
| Jun 30, 2024 | 1.00 Mn |
| Mar 31, 2024 | -2.00 Mn |
| Dec 31, 2023 | -9.00 Mn |
| Sep 30, 2023 | 30.00 Mn |
| Jun 30, 2023 | 2.00 Mn |
| Mar 31, 2023 | -2.00 Mn |
| Dec 31, 2022 | -5.90 Mn |
| Sep 30, 2022 | -26.60 Mn |
| Jun 30, 2022 | -3.00 Mn |
| Mar 31, 2022 | -3.40 Mn |
| Dec 31, 2021 | 19.80 Mn |
| Sep 30, 2021 | 23.10 Mn |
Brown & Brown Gains from Investment Securities 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=gains-from-investment-securities&ticker=BRO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=BRO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();