Marsh & Mclennan Companies (MRSH) Gains from Investment Securities (2012 - 2026)
Marsh & Mclennan Companies' (MRSH) quarterly Gains from Investment Securities came in at -$43.0 million in Q2 2026, down 368.75% on a YoY basis from $16.0 million in Q2 2025, and down 530.0% quarter-over-quarter from $10.0 million in Q1 2026.
Marsh & Mclennan Companies (MRSH) Gains from Investment Securities (2012 - 2026) Analysis & Trends
Marsh & Mclennan Companies (MRSH) has reported Gains from Investment Securities for 15 consecutive years, with -$43.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Gains from Investment Securities fell 368.75% year-over-year to -$43.0 million; the trailing twelve-month figure through Jun 2026 stood at -$7.0 million (down 177.78% YoY), and the FY2025 full-year result was $37.0 million, up 148.05% from the prior year.
- Gains from Investment Securities eased to -$43.0 million in Q2 2026 per MRSH's latest filing, from $10.0 million in the prior quarter.
- Across five years, Gains from Investment Securities topped out at $19.0 million in Q4 2025 and bottomed at -$67.0 million in Q2 2024.
- Historically, Gains from Investment Securities has averaged -$4.1 million across 5 years, with a median of $5.0 million in 2023.
- The sharpest annual moves came in 2022 and 2023: Gains from Investment Securities jumped 1100.0% in 2022, then sank 3000.0% in 2023.
- Over 5 years, Gains from Investment Securities stood at $11.0 million in 2022, then dropped by 27.27% to $8.0 million in 2023, then plunged by 200.0% to -$8.0 million in 2024, then soared by 337.5% to $19.0 million in 2025, then sank by 326.32% to -$43.0 million in 2026.
- According to Business Quant data, Gains from Investment Securities over the past three periods registered -$43.0 million, $10.0 million, and $19.0 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 | -43.00 Mn |
| Mar 31, 2026 | 10.00 Mn |
| Dec 31, 2025 | 19.00 Mn |
| Sep 30, 2025 | 7.00 Mn |
| Jun 30, 2025 | 16.00 Mn |
| Mar 31, 2025 | -5.00 Mn |
| Dec 31, 2024 | -8.00 Mn |
| Sep 30, 2024 | 6.00 Mn |
| Jun 30, 2024 | -67.00 Mn |
| Mar 31, 2024 | -8.00 Mn |
| Dec 31, 2023 | 8.00 Mn |
| Sep 30, 2023 | 4.00 Mn |
| Jun 30, 2023 | -31.00 Mn |
| Mar 31, 2023 | 8.00 Mn |
| Dec 31, 2022 | 11.00 Mn |
| Sep 30, 2022 | -9.00 Mn |
| Jun 30, 2022 | -1.00 Mn |
| Mar 31, 2022 | 10.00 Mn |
| Mar 31, 2021 | -1.00 Mn |
| Dec 31, 2020 | -8.00 Mn |
Marsh & Mclennan Companies 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=MRSH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "ticker": "MRSH", "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=MRSH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();