Baldwin Insurance (BWIN) Gains from Investment Securities (2018 - 2026)
Baldwin Insurance's (BWIN) quarterly Gains from Investment Securities came in at $12.3 million in Q2 2026, up 728.67% year-over-year from $1.5 million in Q2 2025, and up 524.83% quarter-over-quarter from $2.0 million in Q1 2026.
Baldwin Insurance (BWIN) Gains from Investment Securities (2018 - 2026) Analysis & Trends
Baldwin Insurance (BWIN) has reported Gains from Investment Securities for 8 consecutive years, with $12.3 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Gains from Investment Securities rose 728.67% year-over-year to $12.3 million in Q2 2026; TTM through Jun 2026 was $13.8 million, a 180.61% increase from a year earlier, with the FY2025 full-year figure at $5.6 million, up 213.03% from the prior year.
- Gains from Investment Securities was $12.3 million for Q2 2026 at Baldwin Insurance, up from $2.0 million in the prior quarter.
- Over five years, Gains from Investment Securities peaked at $43.1 million in Q4 2022 and troughed at -$26.9 million in Q2 2022.
- A 5-year average of $6.0 million and a median of $5.8 million in 2023 frame the typical range for Gains from Investment Securities.
- Across the five-year window, Gains from Investment Securities plunged 469.31% in 2024 and surged 728.67% in 2026, its largest moves.
- Over 5 years, Gains from Investment Securities stood at $43.1 million in 2022, then plunged by 86.04% to $6.0 million in 2023, then sank by 469.31% to -$22.2 million in 2024, then jumped by 88.8% to -$2.5 million in 2025, then surged by 594.1% to $12.3 million in 2026.
- The last three Gains from Investment Securities figures came in at $12.3 million (Q2 2026), $2.0 million (Q1 2026), and -$2.5 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 | 12.30 Mn |
| Mar 31, 2026 | 1.97 Mn |
| Dec 31, 2025 | -2.49 Mn |
| Sep 30, 2025 | 1.98 Mn |
| Jun 30, 2025 | -1.96 Mn |
| Mar 31, 2025 | 8.06 Mn |
| Dec 31, 2024 | -22.23 Mn |
| Sep 30, 2024 | -952,000.00 |
| Jun 30, 2024 | 5.55 Mn |
| Mar 31, 2024 | 12.68 Mn |
| Dec 31, 2023 | 6.02 Mn |
| Sep 30, 2023 | 13.91 Mn |
| Jun 30, 2023 | 16.39 Mn |
| Mar 31, 2023 | 24.76 Mn |
| Dec 31, 2022 | 43.12 Mn |
| Sep 30, 2022 | 21.70 Mn |
| Jun 30, 2022 | -26.87 Mn |
| Mar 31, 2022 | -5.63 Mn |
| Dec 31, 2021 | 22.03 Mn |
| Sep 30, 2021 | 11.34 Mn |
Baldwin Insurance 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=BWIN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "ticker": "BWIN", "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=BWIN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();