Aon (AON) Other Non Operating Income (2009 - 2026)
Aon (AON) posted Other Non Operating Income of -$17.0 million for Q2 2026, up 37.04% on a QoQ basis from -$27.0 million in Q1 2026, and down 130.36% year-over-year from $56.0 million in Q2 2025.
Aon (AON) Other Non Operating Income (2009 - 2026) Analysis & Trends
Aon has reported Other Non Operating Income for 18 years, with the latest figure at -$17.0 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income fell 130.36% year-over-year to -$17.0 million in Q2 2026; TTM through Jun 2026 was $1.1 billion, a 2336.96% increase from a year earlier, with the FY2025 full-year figure at $1.2 billion, up 247.99% from the prior year.
- Other Non Operating Income was -$17.0 million for Q2 2026 at Aon, up from -$27.0 million in the prior quarter.
- The five-year high for Other Non Operating Income was $1.2 billion in Q4 2025, with the low at -$196.0 million in Q4 2022.
- Average Other Non Operating Income over 5 years is $42.3 million, with a median of -$21.5 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Other Non Operating Income tumbled 235.17% in 2022, then jumped 58800.0% in 2025.
- Over 5 years, Other Non Operating Income stood at -$196.0 million in 2022, then jumped by 70.41% to -$58.0 million in 2023, then soared by 103.45% to $2.0 million in 2024, then surged by 58800.0% to $1.2 billion in 2025, then tumbled by 101.44% to -$17.0 million in 2026.
- The last three Other Non Operating Income figures came in at -$17.0 million (Q2 2026), -$27.0 million (Q1 2026), and $1.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 83.52 Bn | 71.57 Bn | 6.04 Bn |
| 2 | Aon | 62.69 Bn | 61.45 Bn | - |
| 3 | Arthur J. Gallagher | 61.32 Bn | 59.96 Bn | - |
| 4 | Willis Towers Watson | 28.79 Bn | 27.21 Bn | 2.09 Bn |
| 5 | Brown & Brown | 21.46 Bn | 20.56 Bn | 1.41 Bn |
| 6 | XChange TEC.INC | 12.72 Bn | 12.72 Bn | - |
| 7 | Erie Indemnity | 11.04 Bn | 10.70 Bn | - |
| 8 | Ryan Specialty Holdings | 10.28 Bn | 10.64 Bn | - |
| 9 | Hagerty | 4.78 Bn | 4.92 Bn | 244.11 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.80 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -17.00 Mn |
| Mar 31, 2026 | -27.00 Mn |
| Dec 31, 2025 | 1.18 Bn |
| Sep 30, 2025 | -13.00 Mn |
| Jun 30, 2025 | 56.00 Mn |
| Mar 31, 2025 | -47.00 Mn |
| Dec 31, 2024 | 2.00 Mn |
| Sep 30, 2024 | 35.00 Mn |
| Jun 30, 2024 | -13.00 Mn |
| Mar 31, 2024 | -26.00 Mn |
| Dec 31, 2023 | -58.00 Mn |
| Sep 30, 2023 | -21.00 Mn |
| Jun 30, 2023 | -24.00 Mn |
| Mar 31, 2023 | -22.00 Mn |
| Dec 31, 2022 | -196.00 Mn |
| Sep 30, 2022 | 16.00 Mn |
| Jun 30, 2022 | -28.00 Mn |
| Mar 31, 2022 | -33.00 Mn |
| Dec 31, 2021 | 145.00 Mn |
| Sep 30, 2021 | 10.00 Mn |
Aon Other Non Operating Income 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=other-non-operating-income&ticker=AON&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=AON&period=max&api_key=YOUR_API_KEY");
const data = await res.json();