Aon (AON) Equity Income (2009 - 2021)
Aon (AON) posted Equity Income of $3.0 million for Q3 2021, little changed on a QoQ basis from $3.0 million in Q2 2021, and up 200.0% year-over-year from $1.0 million in Q3 2020.
Aon (AON) Equity Income (2009 - 2021) Analysis & Trends
Aon has reported Equity Income for 6 years, with the latest figure at $3.0 million in Q3 2021.
- On a quarterly basis, Equity Income rose 200.0% year-over-year to $3.0 million in Q3 2021; TTM through Sep 2021 was $8.0 million, a 0.0% change from a year earlier, with the FY2020 full-year figure at $4.0 million, changed 0.0% from the prior year.
- Equity Income was $3.0 million for Q3 2021 at Aon, roughly flat from $3.0 million in the prior quarter.
- The five-year high for Equity Income was $3.0 million in Q2 2021, with the low at $1.0 million in Q1 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 248.00 Mn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | - |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | - |
| 4 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | - |
| 5 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | - |
| 6 | Manulife Financial | 75.22 Bn | 76.43 Bn | - | - |
| 7 | Metlife | 61.21 Bn | 34.19 Bn | 7.82 Bn | - |
| 8 | Aon | 60.67 Bn | 59.43 Bn | - | - |
| 9 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | - |
| 10 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2021 | 3.00 Mn |
| Jun 30, 2021 | 3.00 Mn |
| Mar 31, 2021 | 1.00 Mn |
| Dec 31, 2020 | 1.00 Mn |
| Sep 30, 2020 | 1.00 Mn |
| Jun 30, 2020 | 1.00 Mn |
| Mar 31, 2020 | 1.00 Mn |
| Dec 31, 2012 | 5.00 Mn |
| Jun 30, 2012 | 3.00 Mn |
| Mar 31, 2012 | 5.00 Mn |
| Dec 31, 2011 | -2.00 Mn |
| Sep 30, 2011 | 5.00 Mn |
| Jun 30, 2011 | -2.00 Mn |
| Mar 31, 2011 | 6.00 Mn |
| Dec 31, 2010 | 13.00 Mn |
| Sep 30, 2010 | -1.00 Mn |
| Jun 30, 2010 | 4.00 Mn |
| Mar 31, 2010 | 2.00 Mn |
| Dec 31, 2009 | 4.00 Mn |
| Sep 30, 2009 | 10.00 Mn |
Aon Equity 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=equity-income&ticker=AON&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-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=equity-income&ticker=AON&period=max&api_key=YOUR_API_KEY");
const data = await res.json();