Aon (AON) Income from Discontinued Operations (2009 - 2020)
Aon (AON) posted Income from Discontinued Operations of $1.0 million for Q3 2020, little changed on a QoQ basis from $1.0 million in Q2 2020, and up 200.0% year-over-year from $333333.3 in Q4 2019.
Aon (AON) Income from Discontinued Operations (2009 - 2020) Analysis & Trends
Aon has reported Income from Discontinued Operations for 9 years, with the latest figure at $1.0 million in Q3 2020.
- On a quarterly basis, Income from Discontinued Operations rose 200.0% year-over-year to $1.0 million in Q3 2020; TTM through Dec 2020 was $1.0 million, a 200.0% increase from a year earlier, with the FY2020 full-year figure at $1.0 million, up 200.0% from the prior year.
- Income from Discontinued Operations was $1.0 million for Q3 2020 at Aon, roughly flat from $1.0 million in the prior quarter.
- The five-year high for Income from Discontinued Operations was $821.0 million in Q2 2017, with the low at -$29.0 million in Q4 2017.
- Average Income from Discontinued Operations over 5 years is $67.4 million, with a median of $3.5 million recorded in 2018.
- The largest YoY upside for Income from Discontinued Operations was 2245.71% in 2017 against a maximum downside of 138.67% in 2017.
- Over 5 years, Income from Discontinued Operations stood at $75.0 million in 2016, then tumbled by 138.67% to -$29.0 million in 2017, then jumped by 337.93% to $69.0 million in 2018, then sank by 101.45% to -$1.0 million in 2019, then jumped by 200.0% to $1.0 million in 2020.
- The last three Income from Discontinued Operations figures came in at $1.0 million (Q3 2020), $1.0 million (Q2 2020), and -$1.0 million (Q1 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (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 |
|---|---|
| Sep 30, 2020 | 1.00 Mn |
| Jun 30, 2020 | 1.00 Mn |
| Mar 31, 2020 | -1.00 Mn |
| Sep 30, 2019 | -1.00 Mn |
| Dec 31, 2018 | 69.00 Mn |
| Sep 30, 2018 | -2.00 Mn |
| Jun 30, 2018 | 1.00 Mn |
| Mar 31, 2018 | 6.00 Mn |
| Dec 31, 2017 | -29.00 Mn |
| Sep 30, 2017 | -4.00 Mn |
| Jun 30, 2017 | 821.00 Mn |
| Mar 31, 2017 | 40.00 Mn |
| Dec 31, 2016 | 75.00 Mn |
| Sep 30, 2016 | 42.00 Mn |
| Jun 30, 2016 | 35.00 Mn |
| Mar 31, 2016 | 25.00 Mn |
| Jun 30, 2012 | -1.00 Mn |
| Jun 30, 2011 | 2.00 Mn |
| Mar 31, 2011 | 2.00 Mn |
| Dec 31, 2010 | -1.00 Mn |
Aon Income from Discontinued 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=income-from-discontinued-operations&ticker=AON&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=AON&period=max&api_key=YOUR_API_KEY");
const data = await res.json();