Aon (AON) Cash from Financing Activities (2009 - 2026)
Aon (AON) posted Cash from Financing Activities of -$858.0 million for Q2 2026, down 94.56% on a QoQ basis from -$441.0 million in Q1 2026, and down 3475.0% year-over-year from $25.4 million in Q2 2025.
Aon (AON) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Aon has reported Cash from Financing Activities for 18 years, with the latest figure at -$858.0 million in Q2 2026.
- On a quarterly basis, Cash from Financing Activities fell 3475.0% year-over-year to -$858.0 million in Q2 2026; TTM through Jun 2026 was -$5.1 billion, a 178.71% decrease from a year earlier, with the FY2025 full-year figure at -$4.2 billion, down 628.27% from the prior year.
- Cash from Financing Activities was -$858.0 million for Q2 2026 at Aon, down from -$441.0 million in the prior quarter.
- The five-year high for Cash from Financing Activities was $5.3 billion in Q1 2024, with the low at -$3.1 billion in Q4 2025.
- Average Cash from Financing Activities over 5 years is -$520.2 million, with a median of -$618.0 million recorded in 2022.
- The sharpest annual moves came in 2024 and 2026: Cash from Financing Activities soared 1202.23% in 2024, then sank 3475.0% in 2026.
- Over 5 years, Cash from Financing Activities stood at -$1.5 billion in 2022, then slipped by 14.68% to -$1.7 billion in 2023, then soared by 53.79% to -$769.0 million in 2024, then tumbled by 298.44% to -$3.1 billion in 2025, then soared by 72.0% to -$858.0 million in 2026.
- The last three Cash from Financing Activities figures came in at -$858.0 million (Q2 2026), -$441.0 million (Q1 2026), and -$3.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | -800.00 Mn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | -858.00 Mn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 1.25 Bn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | -408.00 Mn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | -172.00 Mn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | -54.71 Mn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | 3.97 Mn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | -25.70 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - | 138.67 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -858.00 Mn |
| Mar 31, 2026 | -441.00 Mn |
| Dec 31, 2025 | -3.06 Bn |
| Sep 30, 2025 | -768.00 Mn |
| Jun 30, 2025 | -24.00 Mn |
| Mar 31, 2025 | -349.00 Mn |
| Dec 31, 2024 | -769.00 Mn |
| Sep 30, 2024 | -699.00 Mn |
| Jun 30, 2024 | -3.00 Bn |
| Mar 31, 2024 | 5.26 Bn |
| Dec 31, 2023 | -1.66 Bn |
| Sep 30, 2023 | -1.16 Bn |
| Jun 30, 2023 | -443.00 Mn |
| Mar 31, 2023 | 404.00 Mn |
| Dec 31, 2022 | -1.45 Bn |
| Sep 30, 2022 | -302.00 Mn |
| Jun 30, 2022 | -537.00 Mn |
| Mar 31, 2022 | 500.00 Mn |
| Dec 31, 2021 | -1.33 Bn |
| Sep 30, 2021 | 142.00 Mn |
Aon Cash from Financing Activities 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-financing-activities&ticker=AON&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "ticker": "AON", "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-financing-activities&ticker=AON&period=max&api_key=YOUR_API_KEY");
const data = await res.json();