Aon (AON) Cash from Investing Activities (2009 - 2026)
Aon (AON) posted Cash from Investing Activities of -$49.0 million for Q2 2026, down 104.9% on a QoQ basis from $999.0 million in Q1 2026, and down 304.17% year-over-year from $24.0 million in Q2 2025.
Aon (AON) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Aon has reported Cash from Investing Activities for 18 years, with the latest figure at -$49.0 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 304.17% year-over-year to -$49.0 million in Q2 2026; TTM through Jun 2026 was $1.5 billion, a 284.31% increase from a year earlier, with the FY2025 full-year figure at $286.0 million, up 110.1% from the prior year.
- Cash from Investing Activities was -$49.0 million for Q2 2026 at Aon, down from $999.0 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $2.7 billion in Q2 2024, with the low at -$5.0 billion in Q1 2024.
- Average Cash from Investing Activities over 5 years is -$124.1 million, with a median of -$76.5 million recorded in 2023.
- The largest YoY upside for Cash from Investing Activities was 3575.32% in 2024 against a maximum downside of 2520.0% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$240.0 million in 2022, then changed by 0.0% to -$240.0 million in 2023, then slumped by 140.42% to -$577.0 million in 2024, then jumped by 212.31% to $648.0 million in 2025, then sank by 107.56% to -$49.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$49.0 million (Q2 2026), $999.0 million (Q1 2026), and $648.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | -161.00 Mn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | -49.00 Mn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | -353.00 Mn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | -336.00 Mn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | -33.00 Mn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | -145.93 Mn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | -18.72 Mn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | -42.78 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - | -29.66 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -49.00 Mn |
| Mar 31, 2026 | 999.00 Mn |
| Dec 31, 2025 | 648.00 Mn |
| Sep 30, 2025 | -94.00 Mn |
| Jun 30, 2025 | 24.00 Mn |
| Mar 31, 2025 | -292.00 Mn |
| Dec 31, 2024 | -577.00 Mn |
| Sep 30, 2024 | 29.00 Mn |
| Jun 30, 2024 | 2.68 Bn |
| Mar 31, 2024 | -4.96 Bn |
| Dec 31, 2023 | -240.00 Mn |
| Sep 30, 2023 | -76.00 Mn |
| Jun 30, 2023 | -77.00 Mn |
| Mar 31, 2023 | 205.00 Mn |
| Dec 31, 2022 | -240.00 Mn |
| Sep 30, 2022 | -84.00 Mn |
| Jun 30, 2022 | 138.00 Mn |
| Mar 31, 2022 | -263.00 Mn |
| Dec 31, 2021 | 165.00 Mn |
| Sep 30, 2021 | -89.00 Mn |
Aon Cash from Investing 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-investing-activities&ticker=AON&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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-investing-activities&ticker=AON&period=max&api_key=YOUR_API_KEY");
const data = await res.json();