Arthur J. Gallagher (AJG) Gains from Investment Securities (2018 - 2026)
Arthur J. Gallagher's (AJG) quarterly Gains from Investment Securities came in at -$96.0 million in Q2 2026, up 79.57% on a YoY basis from -$53.5 million in Q2 2025, and down 113.33% quarter-over-quarter from -$45.0 million in Q1 2026.
Arthur J. Gallagher (AJG) Gains from Investment Securities (2018 - 2026) Analysis & Trends
Arthur J. Gallagher (AJG) has reported Gains from Investment Securities for 9 consecutive years, with -$96.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Gains from Investment Securities rose 79.57% year-over-year to -$96.0 million; the trailing twelve-month figure through Jun 2026 stood at -$152.0 million (up 69.58% YoY), and the FY2025 full-year result was -$491.0 million, down 1041.86% from the prior year.
- Gains from Investment Securities fell to -$96.0 million in Q2 2026 per AJG's latest filing, from -$45.0 million in the prior quarter.
- Across five years, Gains from Investment Securities topped out at -$2.1 million in Q4 2025 and bottomed at -$470.0 million in Q2 2025.
- Historically, Gains from Investment Securities has averaged -$45.8 million across 5 years, with a median of -$13.0 million in 2024.
- The sharpest annual moves came in 2022 and 2026: Gains from Investment Securities slumped 4500.0% in 2022, then jumped 79.57% in 2026.
- Over 5 years, Gains from Investment Securities stood at -$13.8 million in 2022, then jumped by 77.54% to -$3.1 million in 2023, then slumped by 100.0% to -$6.2 million in 2024, then jumped by 66.13% to -$2.1 million in 2025, then plunged by 4471.43% to -$96.0 million in 2026.
- According to Business Quant data, Gains from Investment Securities over the past three periods registered -$96.0 million, -$45.0 million, and -$2.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 |
|---|---|
| Jun 30, 2026 | -96.00 Mn |
| Mar 31, 2026 | -45.00 Mn |
| Dec 31, 2025 | -2.10 Mn |
| Sep 30, 2025 | -8.90 Mn |
| Jun 30, 2025 | -470.00 Mn |
| Mar 31, 2025 | -10.00 Mn |
| Dec 31, 2024 | -6.20 Mn |
| Sep 30, 2024 | -13.50 Mn |
| Jun 30, 2024 | -12.40 Mn |
| Mar 31, 2024 | -10.90 Mn |
| Dec 31, 2023 | -3.10 Mn |
| Sep 30, 2023 | -7.40 Mn |
| Jun 30, 2023 | -22.20 Mn |
| Mar 31, 2023 | -35.30 Mn |
| Dec 31, 2022 | -13.80 Mn |
| Sep 30, 2022 | -2.70 Mn |
| Jun 30, 2022 | -35.80 Mn |
| Mar 31, 2022 | -29.40 Mn |
| Dec 31, 2021 | -300,000.00 |
| Sep 30, 2021 | -5.00 Mn |
Arthur J. Gallagher Gains from Investment Securities 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=gains-from-investment-securities&ticker=AJG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=AJG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();