Marsh & Mclennan Companies (MRSH) Long-Term Investments (2009 - 2026)
Marsh & Mclennan Companies' (MRSH) quarterly Long-Term Investments came in at $2.2 billion in Q2 2026, up 1.0% on a YoY basis from $2.2 billion in Q2 2025, and up 2.63% quarter-over-quarter from $2.2 billion in Q1 2026.
Marsh & Mclennan Companies (MRSH) Long-Term Investments (2009 - 2026) Analysis & Trends
Marsh & Mclennan Companies (MRSH) has reported Long-Term Investments for 18 consecutive years, with $2.2 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Long-Term Investments rose 1.0% year-over-year to $2.2 billion; the trailing twelve-month figure through Jun 2026 stood at $2.2 billion (up 1.0% YoY), and the FY2025 full-year result was $2.1 billion, up 11.81% from the prior year.
- Long-Term Investments improved to $2.2 billion in Q2 2026 per MRSH's latest filing, from $2.2 billion in the prior quarter.
- Across five years, Long-Term Investments topped out at $2.4 billion in Q3 2024 and bottomed at $1.9 billion in Q4 2024.
- Historically, Long-Term Investments has averaged $2.2 billion across 5 years, with a median of $2.2 billion in 2024.
- The sharpest annual moves came in 2022 and 2025: Long-Term Investments increased 23.2% in 2022, then fell 7.21% in 2025.
- Over 5 years, Long-Term Investments stood at $2.1 billion in 2022, then slipped by 3.57% to $2.1 billion in 2023, then fell by 6.68% to $1.9 billion in 2024, then rose by 11.81% to $2.1 billion in 2025, then grew by 3.97% to $2.2 billion in 2026.
- According to Business Quant data, Long-Term Investments over the past three periods registered $2.2 billion, $2.2 billion, and $2.1 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | 2.23 Bn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | 596.00 Mn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | - |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | 558.00 Mn |
| 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 | - | 1.33 Bn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | 121.68 Mn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | 756.51 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.23 Bn |
| Mar 31, 2026 | 2.17 Bn |
| Dec 31, 2025 | 2.14 Bn |
| Sep 30, 2025 | 2.21 Bn |
| Jun 30, 2025 | 2.20 Bn |
| Mar 31, 2025 | 2.02 Bn |
| Dec 31, 2024 | 1.91 Bn |
| Sep 30, 2024 | 2.38 Bn |
| Jun 30, 2024 | 2.19 Bn |
| Mar 31, 2024 | 2.11 Bn |
| Dec 31, 2023 | 2.05 Bn |
| Sep 30, 2023 | 2.31 Bn |
| Jun 30, 2023 | 2.33 Bn |
| Mar 31, 2023 | 2.20 Bn |
| Dec 31, 2022 | 2.13 Bn |
| Sep 30, 2022 | 2.07 Bn |
| Jun 30, 2022 | 2.16 Bn |
| Mar 31, 2022 | 2.25 Bn |
| Dec 31, 2021 | 2.27 Bn |
| Sep 30, 2021 | 1.94 Bn |
Marsh & Mclennan Companies Long-Term Investments 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=long-term-investments&ticker=MRSH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=MRSH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();