Aon (AON) Other financing activities (2009 - 2021)
Aon (AON) posted Other financing activities of -$33.0 million for Q3 2021, down 106.25% on a QoQ basis from -$16.0 million in Q2 2021, and up 26.67% year-over-year from -$26.1 million in Q3 2020.
Aon (AON) Other financing activities (2009 - 2021) Analysis & Trends
Aon has reported Other financing activities for 12 years, with the latest figure at -$33.0 million in Q3 2021.
- On a quarterly basis, Other financing activities rose 26.67% year-over-year to -$33.0 million in Q3 2021; TTM through Sep 2021 was -$162.0 million, a 424.0% decrease from a year earlier, with the FY2016 full-year figure at -$77.0 million, down 97.44% from the prior year.
- Other financing activities was -$33.0 million for Q3 2021 at Aon, down from -$16.0 million in the prior quarter.
- The five-year high for Other financing activities was $81.0 million in Q4 2019, with the low at -$68.0 million in Q1 2021.
- Average Other financing activities over 4 years is -$12.3 million, with a median of -$21.5 million recorded in 2019.
- The sharpest annual moves came in 2020 and 2021: Other financing activities surged 273.91% in 2020, then tumbled 270.0% in 2021.
- Over 4 years, Other financing activities stood at $2.0 million in 2017, then soared by 3950.0% to $81.0 million in 2019, then sank by 155.56% to -$45.0 million in 2020, then gained by 26.67% to -$33.0 million in 2021.
- The last three Other financing activities figures came in at -$33.0 million (Q3 2021), -$16.0 million (Q2 2021), and -$68.0 million (Q1 2021), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2021 | -33.00 Mn |
| Jun 30, 2021 | -16.00 Mn |
| Mar 31, 2021 | -68.00 Mn |
| Sep 30, 2020 | -45.00 Mn |
| Jun 30, 2020 | -26.00 Mn |
| Mar 31, 2020 | 40.00 Mn |
| Dec 31, 2019 | 81.00 Mn |
| Sep 30, 2019 | -20.00 Mn |
| Jun 30, 2019 | -38.00 Mn |
| Mar 31, 2019 | -23.00 Mn |
| Jun 30, 2017 | 2.00 Mn |
| Mar 31, 2017 | -2.00 Mn |
| Dec 31, 2016 | -6.00 Mn |
| Sep 30, 2016 | -9.00 Mn |
| Jun 30, 2016 | -20.00 Mn |
| Mar 31, 2016 | -42.00 Mn |
| Dec 31, 2015 | -13.00 Mn |
| Sep 30, 2015 | -3.00 Mn |
| Jun 30, 2015 | -17.00 Mn |
| Mar 31, 2015 | -6.00 Mn |
Aon Other 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=other-financing-activities&ticker=AON&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-financing-activities&ticker=AON&period=max&api_key=YOUR_API_KEY");
const data = await res.json();