Ryan Specialty Holdings (RYAN) Cash from Investing Activities (2020 - 2026)
Ryan Specialty Holdings' (RYAN) quarterly Cash from Investing Activities came in at -$18.7 million in Q2 2026, up 59.25% year-over-year from -$11.8 million in Q2 2025, and down 41.15% quarter-over-quarter from -$13.3 million in Q1 2026.
Ryan Specialty Holdings (RYAN) Cash from Investing Activities (2020 - 2026) Analysis & Trends
Ryan Specialty Holdings (RYAN) has reported Cash from Investing Activities for 7 consecutive years, with -$18.7 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 59.25% year-over-year to -$18.7 million in Q2 2026; TTM through Jun 2026 was -$247.0 million, a 88.45% increase from a year earlier, with the FY2025 full-year figure at -$834.0 million, up 52.5% from the prior year.
- Cash from Investing Activities was -$18.7 million for Q2 2026 at Ryan Specialty Holdings, down from -$13.3 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at -$2.7 million in Q1 2022 and troughed at -$1.0 billion in Q3 2024.
- A 5-year average of -$173.4 million and a median of -$67.1 million in 2025 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities surged 98.58% in 2022 and plunged 7412.26% in 2025, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$10.7 million in 2022, then plunged by 778.73% to -$94.3 million in 2023, then plunged by 397.69% to -$469.3 million in 2024, then surged by 72.97% to -$126.8 million in 2025, then jumped by 85.24% to -$18.7 million in 2026.
- The last three Cash from Investing Activities figures came in at -$18.7 million (Q2 2026), -$13.3 million (Q1 2026), and -$126.8 million (Q4 2025), per Business Quant data.
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 | -18.72 Mn |
| Mar 31, 2026 | -13.27 Mn |
| Dec 31, 2025 | -126.84 Mn |
| Sep 30, 2025 | -88.20 Mn |
| Jun 30, 2025 | -45.95 Mn |
| Mar 31, 2025 | -573.04 Mn |
| Dec 31, 2024 | -469.30 Mn |
| Sep 30, 2024 | -1.05 Bn |
| Jun 30, 2024 | -229.07 Mn |
| Mar 31, 2024 | -7.63 Mn |
| Dec 31, 2023 | -94.30 Mn |
| Sep 30, 2023 | -272.66 Mn |
| Jun 30, 2023 | -4.42 Mn |
| Mar 31, 2023 | -104.85 Mn |
| Dec 31, 2022 | -10.73 Mn |
| Sep 30, 2022 | -4.90 Mn |
| Jun 30, 2022 | -4.07 Mn |
| Mar 31, 2022 | -2.72 Mn |
| Dec 31, 2021 | -112.49 Mn |
| Sep 30, 2021 | -345.30 Mn |
Ryan Specialty Holdings 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=RYAN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=RYAN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();