Arthur J. Gallagher (AJG) Cash from Investing Activities (2009 - 2026)
Arthur J. Gallagher's (AJG) quarterly Cash from Investing Activities came in at -$353.0 million in Q2 2026, up 73.77% on a YoY basis from -$203.1 million in Q2 2025, and down 48.32% quarter-over-quarter from -$238.0 million in Q1 2026.
Arthur J. Gallagher (AJG) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Arthur J. Gallagher (AJG) has reported Cash from Investing Activities for 13 consecutive years, with -$353.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities rose 73.77% year-over-year to -$353.0 million; the trailing twelve-month figure through Jun 2026 stood at -$14.8 billion (down 448.15% YoY), and the FY2025 full-year result was -$15.9 billion, down 900.38% from the prior year.
- Cash from Investing Activities slipped to -$353.0 million in Q2 2026 per AJG's latest filing, from -$238.0 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at -$94.3 million in Q1 2022 and bottomed at -$13.8 billion in Q3 2025.
- Historically, Cash from Investing Activities has averaged -$1.2 billion across 5 years, with a median of -$317.6 million in 2023.
- The sharpest annual moves came in 2022 and 2025: Cash from Investing Activities jumped 83.24% in 2022, then plunged 5882.38% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$442.7 million in 2022, then plunged by 329.3% to -$1.9 billion in 2023, then soared by 54.91% to -$857.0 million in 2024, then soared by 44.97% to -$471.6 million in 2025, then gained by 25.15% to -$353.0 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$353.0 million, -$238.0 million, and -$471.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | -161.00 Mn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | -49.00 Mn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | -353.00 Mn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | -336.00 Mn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | -33.00 Mn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | -145.93 Mn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | -18.72 Mn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | -42.78 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - | -29.66 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -353.00 Mn |
| Mar 31, 2026 | -238.00 Mn |
| Dec 31, 2025 | -471.60 Mn |
| Sep 30, 2025 | -13.78 Bn |
| Jun 30, 2025 | -1.35 Bn |
| Mar 31, 2025 | -275.00 Mn |
| Dec 31, 2024 | -857.00 Mn |
| Sep 30, 2024 | -230.40 Mn |
| Jun 30, 2024 | -307.70 Mn |
| Mar 31, 2024 | -191.90 Mn |
| Dec 31, 2023 | -1.90 Bn |
| Sep 30, 2023 | -327.40 Mn |
| Jun 30, 2023 | -808.50 Mn |
| Mar 31, 2023 | -256.60 Mn |
| Dec 31, 2022 | -442.70 Mn |
| Sep 30, 2022 | -192.20 Mn |
| Jun 30, 2022 | -275.60 Mn |
| Mar 31, 2022 | -94.30 Mn |
| Dec 31, 2021 | -2.64 Bn |
| Sep 30, 2021 | -188.10 Mn |
Arthur J. Gallagher Cash from Investing 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=cash-from-investing-activities&ticker=AJG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=AJG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();