Baldwin Insurance (BWIN) Cash from Operations (2018 - 2026)
Baldwin Insurance's (BWIN) quarterly Cash from Operations came in at $45.6 million in Q2 2026, up 372.47% year-over-year from $9.6 million in Q2 2025, and up 850.19% quarter-over-quarter from -$6.1 million in Q1 2026.
Baldwin Insurance (BWIN) Cash from Operations (2018 - 2026) Analysis & Trends
Baldwin Insurance (BWIN) has reported Cash from Operations for 9 consecutive years, with $45.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Operations rose 372.47% year-over-year to $45.6 million in Q2 2026; TTM through Jun 2026 was $90.8 million, a 279.4% increase from a year earlier, with the FY2025 full-year figure at -$29.4 million, down 157.17% from the prior year.
- Cash from Operations was $45.6 million for Q2 2026 at Baldwin Insurance, up from -$6.1 million in the prior quarter.
- Over five years, Cash from Operations peaked at $49.5 million in Q2 2023 and troughed at -$64.0 million in Q1 2025.
- A 5-year average of $3.3 million and a median of -$1.8 million in 2022 frame the typical range for Cash from Operations.
- Across the five-year window, Cash from Operations soared 4194.29% in 2023 and tumbled 2227.8% in 2025, its largest moves.
- Over 5 years, Cash from Operations stood at $14.2 million in 2022, then tumbled by 260.33% to -$22.8 million in 2023, then surged by 89.89% to -$2.3 million in 2024, then surged by 546.28% to $10.3 million in 2025, then soared by 343.66% to $45.6 million in 2026.
- The last three Cash from Operations figures came in at $45.6 million (Q2 2026), -$6.1 million (Q1 2026), and $10.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | 1.52 Bn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | 556.00 Mn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 10.00 Mn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | 484.00 Mn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | 346.00 Mn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | 214.92 Mn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | 293.03 Mn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | 169.90 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - | 45.56 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 45.56 Mn |
| Mar 31, 2026 | -6.07 Mn |
| Dec 31, 2025 | 10.27 Mn |
| Sep 30, 2025 | 41.02 Mn |
| Jun 30, 2025 | -16.72 Mn |
| Mar 31, 2025 | -63.98 Mn |
| Dec 31, 2024 | -2.30 Mn |
| Sep 30, 2024 | 32.41 Mn |
| Jun 30, 2024 | 18.34 Mn |
| Mar 31, 2024 | 3.01 Mn |
| Dec 31, 2023 | -22.75 Mn |
| Sep 30, 2023 | -12.63 Mn |
| Jun 30, 2023 | 49.46 Mn |
| Mar 31, 2023 | -14.03 Mn |
| Dec 31, 2022 | 14.19 Mn |
| Sep 30, 2022 | -12.01 Mn |
| Jun 30, 2022 | -1.21 Mn |
| Mar 31, 2022 | -3.43 Mn |
| Dec 31, 2021 | 13.09 Mn |
| Sep 30, 2021 | -22.38 Mn |
Baldwin Insurance Cash from Operations 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-operations&ticker=BWIN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=BWIN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();