Arthur J. Gallagher (AJG) Change in Account Payables (2009 - 2022)
Arthur J. Gallagher's (AJG) quarterly Change in Account Payables came in at -$1.1 billion in Q4 2022, up 2.22% on a YoY basis from -$1.1 billion in Q4 2021, and down 79.95% quarter-over-quarter from -$620.1 million in Q3 2022.
Arthur J. Gallagher (AJG) Change in Account Payables (2009 - 2022) Analysis & Trends
Arthur J. Gallagher (AJG) has reported Change in Account Payables for 9 consecutive years, with -$1.1 billion the latest figure, recorded in Q4 2022.
- For the quarter ending Q4 2022, Change in Account Payables rose 2.22% year-over-year to -$1.1 billion; the trailing twelve-month figure through Dec 2022 stood at $5.1 billion (up 14221.69% YoY), and the FY2022 full-year result was $5.1 billion, up 14221.69% from the prior year.
- Change in Account Payables retreated to -$1.1 billion in Q4 2022 per AJG's latest filing, from -$620.1 million in the prior quarter.
- Across five years, Change in Account Payables topped out at $9.3 billion in Q1 2022 and bottomed at -$2.5 billion in Q2 2022.
- Historically, Change in Account Payables has averaged $377.8 million across 5 years, with a median of -$133.5 million in 2020.
- The widest YoY moves for Change in Account Payables: up 672.33% in 2022, down 713.66% in 2022.
- Over 5 years, Change in Account Payables stood at $90.6 million in 2018, then plunged by 521.3% to -$381.7 million in 2019, then slipped by 15.75% to -$441.8 million in 2020, then plunged by 158.31% to -$1.1 billion in 2021, then rose by 2.22% to -$1.1 billion in 2022.
- According to Business Quant data, Change in Account Payables over the past three periods registered -$1.1 billion, -$620.1 million, and -$2.5 billion for Q4 2022, Q3 2022, and Q2 2022 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | - |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 1.10 Bn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | -417.00 Mn |
| 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 | 319.00 Mn |
| 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 | 544.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2022 | -1.12 Bn |
| Sep 30, 2022 | -620.10 Mn |
| Jun 30, 2022 | -2.51 Bn |
| Mar 31, 2022 | 9.33 Bn |
| Dec 31, 2021 | -1.14 Bn |
| Sep 30, 2021 | -440.70 Mn |
| Jun 30, 2021 | 409.20 Mn |
| Mar 31, 2021 | 1.21 Bn |
| Dec 31, 2020 | -441.80 Mn |
| Sep 30, 2020 | -127.60 Mn |
| Jun 30, 2020 | -139.50 Mn |
| Mar 31, 2020 | 1.86 Bn |
| Dec 31, 2019 | -381.70 Mn |
| Sep 30, 2019 | -235.90 Mn |
| Jun 30, 2019 | 202.30 Mn |
| Mar 31, 2019 | 876.90 Mn |
| Dec 31, 2018 | 90.60 Mn |
| Sep 30, 2018 | -377.80 Mn |
| Jun 30, 2018 | 127.50 Mn |
| Mar 31, 2018 | 979.40 Mn |
Arthur J. Gallagher Change in Account Payables 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=change-in-account-payables&ticker=AJG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "AJG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-account-payables&ticker=AJG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();