Ryanair Holdings (RYAAY) Change in Receivables (2009 - 2026)
Ryanair Holdings (RYAAY) posted Change in Receivables of -$60.0 million for Q2 2026, down 177.39% on a QoQ basis from $77.5 million in Q1 2026, and down 126.44% year-over-year from $226.9 million in Q2 2025.
Ryanair Holdings (RYAAY) Change in Receivables (2009 - 2026) Analysis & Trends
Ryanair Holdings has reported Change in Receivables for 18 years, with the latest figure at -$60.0 million in Q2 2026.
- On a quarterly basis, Change in Receivables fell 126.44% year-over-year to -$60.0 million in Q2 2026; TTM through Jun 2026 was $1.9 million, a 32.12% decrease from a year earlier, with the FY2026 full-year figure at $34.0 million, up 990.25% from the prior year.
- Change in Receivables was -$60.0 million for Q2 2026 at Ryanair Holdings, down from $77.5 million in the prior quarter.
- The five-year high for Change in Receivables was $77.5 million in Q1 2026, with the low at -$60.0 million in Q2 2026.
- Average Change in Receivables over 5 years is -$4.6 million, with a median of -$16.9 million recorded in 2022.
- The sharpest annual moves came in 2024 and 2025: Change in Receivables surged 565.1% in 2024, then plunged 16463.65% in 2025.
- Over 5 years, Change in Receivables stood at $40.0 million in 2022, then tumbled by 122.06% to -$8.8 million in 2023, then soared by 565.1% to $41.0 million in 2024, then slumped by 192.76% to -$38.1 million in 2025, then slumped by 57.57% to -$60.0 million in 2026.
- The last three Change in Receivables figures came in at -$60.0 million (Q2 2026), $77.5 million (Q1 2026), and -$38.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | - |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | -59.98 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | -37.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 | 54.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | - |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | - |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | - |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | - |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - | 29.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -59.98 Mn |
| Mar 31, 2026 | 77.50 Mn |
| Dec 31, 2025 | -38.06 Mn |
| Sep 30, 2025 | 22.45 Mn |
| Jun 30, 2025 | -26.49 Mn |
| Mar 31, 2025 | -17.78 Mn |
| Dec 31, 2024 | 41.03 Mn |
| Sep 30, 2024 | 6.04 Mn |
| Jun 30, 2024 | -25.95 Mn |
| Mar 31, 2024 | 108,636.18 |
| Dec 31, 2023 | -8.82 Mn |
| Sep 30, 2023 | 22.10 Mn |
| Jun 30, 2023 | -31.47 Mn |
| Mar 31, 2023 | -22.43 Mn |
| Dec 31, 2022 | 39.99 Mn |
| Sep 30, 2022 | -16.03 Mn |
| Jun 30, 2022 | -19.85 Mn |
| Mar 31, 2022 | -25.70 Mn |
| Dec 31, 2021 | 21.85 Mn |
| Sep 30, 2021 | -20.52 Mn |
Ryanair Holdings Change in Receivables 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=change-in-receivables&ticker=RYAAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=RYAAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();