Ryan Specialty Holdings (RYAN) Interest & Investment Income (2020 - 2026)
Ryan Specialty Holdings' (RYAN) quarterly Interest & Investment Income came in at -$56.6 million in Q2 2026, up 2.89% year-over-year from -$55.1 million in Q2 2025, and down 5.43% quarter-over-quarter from -$53.7 million in Q1 2026.
Ryan Specialty Holdings (RYAN) Interest & Investment Income (2020 - 2026) Analysis & Trends
Ryan Specialty Holdings (RYAN) has reported Interest & Investment Income for 7 consecutive years, with -$56.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Interest & Investment Income rose 2.89% year-over-year to -$56.6 million in Q2 2026; TTM through Jun 2026 was -$219.9 million, a 4.35% decrease from a year earlier, with the FY2025 full-year figure at -$222.4 million, down 40.35% from the prior year.
- Interest & Investment Income was -$56.6 million for Q2 2026 at Ryan Specialty Holdings, down from -$53.7 million in the prior quarter.
- Over five years, Interest & Investment Income peaked at $12.1 million in Q2 2023 and troughed at -$110.5 million in Q4 2022.
- A 5-year average of -$35.3 million and a median of -$40.0 million in 2023 frame the typical range for Interest & Investment Income.
- Across the five-year window, Interest & Investment Income plunged 70964.1% in 2022 and jumped 4725.84% in 2023, its largest moves.
- Over 5 years, Interest & Investment Income stood at -$110.5 million in 2022, then soared by 73.16% to -$29.7 million in 2023, then slumped by 63.59% to -$48.5 million in 2024, then decreased by 9.61% to -$53.2 million in 2025, then retreated by 6.49% to -$56.6 million in 2026.
- The last three Interest & Investment Income figures came in at -$56.6 million (Q2 2026), -$53.7 million (Q1 2026), and -$53.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int & Inv Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | 8.00 Mn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | 5.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 | 38.00 Mn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | 22.00 Mn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | 22.55 Mn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | -56.65 Mn |
| 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 | -56.65 Mn |
| Mar 31, 2026 | -53.73 Mn |
| Dec 31, 2025 | -53.20 Mn |
| Sep 30, 2025 | -56.34 Mn |
| Jun 30, 2025 | -58.33 Mn |
| Mar 31, 2025 | -54.51 Mn |
| Dec 31, 2024 | -48.53 Mn |
| Sep 30, 2024 | -49.39 Mn |
| Jun 30, 2024 | -31.13 Mn |
| Mar 31, 2024 | -29.40 Mn |
| Dec 31, 2023 | -29.67 Mn |
| Sep 30, 2023 | -31.49 Mn |
| Jun 30, 2023 | 12.13 Mn |
| Mar 31, 2023 | 10.09 Mn |
| Dec 31, 2022 | -110.55 Mn |
| Sep 30, 2022 | 4.45 Mn |
| Jun 30, 2022 | 1.07 Mn |
| Mar 31, 2022 | 209,000.00 |
| Dec 31, 2021 | 156,000.00 |
| Sep 30, 2021 | 156,000.00 |
Ryan Specialty Holdings Interest & Investment Income 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=interest-and-investment-income&ticker=RYAN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "ticker": "RYAN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=interest-and-investment-income&ticker=RYAN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();