Baldwin Insurance (BWIN) Income towards Parent Company (2018 - 2026)
Baldwin Insurance's (BWIN) quarterly Income towards Parent Company 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) Income towards Parent Company (2018 - 2026) Analysis & Trends
Baldwin Insurance (BWIN) has reported Income towards Parent Company for 9 consecutive years, with -$56.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income towards Parent Company 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.
- Income towards Parent Company was -$56.6 million for Q2 2026 at Baldwin Insurance, down from -$2.4 million in the prior quarter.
- Over five years, Income towards Parent Company 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 Income towards Parent Company.
- Across the five-year window, Income towards Parent Company jumped 251.23% in 2024 and sank 1001.83% in 2026, its largest moves.
- Over 5 years, Income towards Parent Company 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 Income towards Parent Company 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) |
|---|---|---|---|---|
| 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 | -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 Income towards Parent Company 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=income-towards-parent-company&ticker=BWIN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=BWIN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();