Ryanair Holdings (RYAAY) Cash from Investing Activities (2009 - 2026)
Ryanair Holdings (RYAAY) posted Cash from Investing Activities of $20.9 million for Q2 2026, up 101.41% on a QoQ basis from -$1.5 billion in Q1 2026, and up 101.47% year-over-year from $10.4 million in Q2 2025.
Ryanair Holdings (RYAAY) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Ryanair Holdings has reported Cash from Investing Activities for 18 years, with the latest figure at $20.9 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 101.47% year-over-year to $20.9 million in Q2 2026; TTM through Jun 2026 was -$1.6 billion, a 25.8% increase from a year earlier, with the FY2026 full-year figure at -$3.0 billion, down 96.96% from the prior year.
- Cash from Investing Activities was $20.9 million for Q2 2026 at Ryanair Holdings, up from -$1.5 billion in the prior quarter.
- The five-year high for Cash from Investing Activities was $1.1 billion in Q3 2023, with the low at -$2.7 billion in Q2 2022.
- Average Cash from Investing Activities over 5 years is -$539.8 million, with a median of -$354.2 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Cash from Investing Activities slumped 8302.1% in 2022, then surged 724.89% in 2023.
- Over 5 years, Cash from Investing Activities stood at $719.1 million in 2022, then slumped by 154.54% to -$392.2 million in 2023, then jumped by 149.45% to $194.0 million in 2024, then sank by 295.96% to -$380.1 million in 2025, then surged by 105.51% to $20.9 million in 2026.
- The last three Cash from Investing Activities figures came in at $20.9 million (Q2 2026), -$1.5 billion (Q1 2026), and -$380.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | -1.51 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 20.92 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | -560.00 Mn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | - |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn | -466.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | -102.48 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | -45.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | -225.90 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -185.00 Mn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - | 47.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 20.92 Mn |
| Mar 31, 2026 | -1.48 Bn |
| Dec 31, 2025 | -380.06 Mn |
| Sep 30, 2025 | 279.29 Mn |
| Jun 30, 2025 | -1.42 Bn |
| Mar 31, 2025 | -588.84 Mn |
| Dec 31, 2024 | 193.95 Mn |
| Sep 30, 2024 | -289.27 Mn |
| Jun 30, 2024 | -850.53 Mn |
| Mar 31, 2024 | -328.30 Mn |
| Dec 31, 2023 | -392.18 Mn |
| Sep 30, 2023 | 1.07 Bn |
| Jun 30, 2023 | -2.04 Bn |
| Mar 31, 2023 | 77.07 Mn |
| Dec 31, 2022 | 719.07 Mn |
| Sep 30, 2022 | -170.60 Mn |
| Jun 30, 2022 | -2.68 Bn |
| Mar 31, 2022 | -1.45 Bn |
| Dec 31, 2021 | -378.54 Mn |
| Sep 30, 2021 | 212.86 Mn |
Ryanair 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=RYAAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "RYAAY", "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=RYAAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();