Baldwin Insurance (BWIN) Net Income towards Common Stockholders (2018 - 2026)
Baldwin Insurance's (BWIN) quarterly Net Income towards Common Stockholders came in at -$56.6 million in Q2 2026, down 1001.83% year-over-year from $6.3 million in Q2 2025, and down 2253.34% quarter-over-quarter from -$2.4 million in Q1 2026.
Baldwin Insurance (BWIN) Net Income towards Common Stockholders (2018 - 2026) Analysis & Trends
Baldwin Insurance (BWIN) has reported Net Income towards Common Stockholders for 9 consecutive years, with -$56.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Income towards Common Stockholders fell 1001.83% year-over-year to -$56.6 million in Q2 2026; TTM through Jun 2026 was -$133.3 million, a 351.1% decrease from a year earlier, with the FY2025 full-year figure at -$54.5 million, down 32.72% from the prior year.
- Net Income towards Common Stockholders was -$56.6 million for Q2 2026 at Baldwin Insurance, down from -$2.4 million in the prior quarter.
- Over five years, Net Income towards Common Stockholders peaked at $44.8 million in Q1 2022 and troughed at -$91.5 million in Q4 2022.
- A 5-year average of -$22.0 million and a median of -$30.6 million in 2024 frame the typical range for Net Income towards Common Stockholders.
- Across the five-year window, Net Income towards Common Stockholders jumped 251.23% in 2024 and sank 1001.83% in 2026, its largest moves.
- Over 5 years, Net Income towards Common Stockholders stood at -$91.5 million in 2022, then soared by 31.68% to -$62.5 million in 2023, then jumped by 44.25% to -$34.8 million in 2024, then slipped by 26.1% to -$43.9 million in 2025, then fell by 28.93% to -$56.6 million in 2026.
- The last three Net Income towards Common Stockholders figures came in at -$56.6 million (Q2 2026), -$2.4 million (Q1 2026), and -$43.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | 1.29 Bn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | 565.00 Mn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 324.00 Mn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | 235.00 Mn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | 289.00 Mn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | 180.29 Mn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | 108.38 Mn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | 6.09 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - | -56.65 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -56.65 Mn |
| Mar 31, 2026 | -2.41 Mn |
| Dec 31, 2025 | -43.93 Mn |
| Sep 30, 2025 | -30.35 Mn |
| Jun 30, 2025 | -5.14 Mn |
| Mar 31, 2025 | 24.90 Mn |
| Dec 31, 2024 | -34.84 Mn |
| Sep 30, 2024 | -14.48 Mn |
| Jun 30, 2024 | -30.87 Mn |
| Mar 31, 2024 | 39.10 Mn |
| Dec 31, 2023 | -62.50 Mn |
| Sep 30, 2023 | -32.01 Mn |
| Jun 30, 2023 | -43.66 Mn |
| Mar 31, 2023 | -25.85 Mn |
| Dec 31, 2022 | -91.47 Mn |
| Sep 30, 2022 | -46.71 Mn |
| Jun 30, 2022 | 16.59 Mn |
| Mar 31, 2022 | 44.84 Mn |
| Dec 31, 2021 | -44.39 Mn |
| Sep 30, 2021 | -24.60 Mn |
Baldwin Insurance Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=BWIN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=BWIN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();