Ryanair Holdings (RYAAY) Other Non Operating Income (2009 - 2026)
Ryanair Holdings (RYAAY) posted Other Non Operating Income of $3.0 million for Q2 2026, up 61.34% on a QoQ basis from $1.9 million in Q1 2026, and up 108.4% year-over-year from $1.5 million in Q2 2025.
Ryanair Holdings (RYAAY) Other Non Operating Income (2009 - 2026) Analysis & Trends
Ryanair Holdings has reported Other Non Operating Income for 17 years, with the latest figure at $3.0 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 108.4% year-over-year to $3.0 million in Q2 2026; TTM through Jun 2026 was $4.1 million, a 110.05% increase from a year earlier, with the FY2026 full-year figure at -$35.8 million, down 1489.33% from the prior year.
- Other Non Operating Income was $3.0 million for Q2 2026 at Ryanair Holdings, up from $1.9 million in the prior quarter.
- The five-year high for Other Non Operating Income was $68.7 million in Q4 2022, with the low at -$40.3 million in Q3 2022.
- Average Other Non Operating Income over 5 years is $587617.3, with a median of $664448.9 recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Other Non Operating Income plunged 1144.28% in 2022, then soared 1223.71% in 2023.
- Over 5 years, Other Non Operating Income stood at $68.7 million in 2022, then plunged by 90.91% to $6.2 million in 2023, then jumped by 257.89% to $22.3 million in 2024, then sank by 114.59% to -$3.3 million in 2025, then jumped by 192.72% to $3.0 million in 2026.
- The last three Other Non Operating Income figures came in at $3.0 million (Q2 2026), $1.9 million (Q1 2026), and -$3.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn |
| 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 | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.02 Mn |
| Mar 31, 2026 | 1.87 Mn |
| Dec 31, 2025 | -3.26 Mn |
| Sep 30, 2025 | 2.46 Mn |
| Jun 30, 2025 | -36.00 Mn |
| Mar 31, 2025 | -21.98 Mn |
| Dec 31, 2024 | 22.33 Mn |
| Sep 30, 2024 | -5.05 Mn |
| Jun 30, 2024 | 7.54 Mn |
| Mar 31, 2024 | -12.17 Mn |
| Dec 31, 2023 | 6.24 Mn |
| Sep 30, 2023 | -544,295.24 |
| Jun 30, 2023 | 12.41 Mn |
| Mar 31, 2023 | 25.22 Mn |
| Dec 31, 2022 | 68.66 Mn |
| Sep 30, 2022 | -40.33 Mn |
| Jun 30, 2022 | -17.61 Mn |
| Mar 31, 2022 | -2.24 Mn |
| Dec 31, 2021 | 9.04 Mn |
| Sep 30, 2021 | -7.19 Mn |
Ryanair Holdings Other Non Operating 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=other-non-operating-income&ticker=RYAAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=RYAAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();