Ryanair Holdings (RYAAY) Operating Income (2012 - 2026)
Ryanair Holdings (RYAAY) posted Operating Income of $668.8 million for Q2 2026, up 213.24% on a QoQ basis from -$590.6 million in Q1 2026, and down 35.31% year-over-year from $1.0 billion in Q2 2025.
Ryanair Holdings (RYAAY) Operating Income (2012 - 2026) Analysis & Trends
Ryanair Holdings has reported Operating Income for 11 years, with the latest figure at $668.8 million in Q2 2026.
- On a quarterly basis, Operating Income fell 35.31% year-over-year to $668.8 million in Q2 2026; TTM through Jun 2026 was $2.4 billion, a 0.46% change from a year earlier, with the FY2026 full-year figure at $2.8 billion, up 64.44% from the prior year.
- Operating Income was $668.8 million for Q2 2026 at Ryanair Holdings, up from -$590.6 million in the prior quarter.
- The five-year high for Operating Income was $2.3 billion in Q3 2025, with the low at -$590.6 million in Q1 2026.
- Average Operating Income over 5 years is $480.7 million, with a median of $210.3 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Operating Income soared 377.51% in 2022, then tumbled 112.33% in 2023.
- Over 5 years, Operating Income stood at $165.0 million in 2022, then plunged by 112.33% to -$20.3 million in 2023, then surged by 271.31% to $34.8 million in 2024, then sank by 39.19% to $21.2 million in 2025, then surged by 3056.97% to $668.8 million in 2026.
- The last three Operating Income figures came in at $668.8 million (Q2 2026), -$590.6 million (Q1 2026), and $21.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 54.26 Bn | 49.60 Bn | 19.07 Bn | 1.86 Bn |
| 2 | Ryanair Holdings | 28.34 Bn | 24.41 Bn | - | 668.82 Mn |
| 3 | Southwest Airlines | 20.43 Bn | 16.64 Bn | 7.33 Bn | 285.00 Mn |
| 4 | Copa Holdings | 5.64 Bn | 4.38 Bn | 1.03 Bn | 91.66 Mn |
| 5 | Alaska Air | 4.67 Bn | 2.01 Bn | 3.76 Bn | -168.00 Mn |
| 6 | Skywest | 3.89 Bn | 3.29 Bn | 1.01 Bn | 155.83 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.33 Bn | 1.29 Bn | - | 68.00 Mn |
| 8 | Allegiant Travel | 2.20 Bn | 1.15 Bn | 902.77 Mn | 21.11 Mn |
| 9 | Jetblue Airways | 1.72 Bn | -297.11 Mn | 2.32 Bn | -141.00 Mn |
| 10 | Frontier Group Holdings | 1.41 Bn | 453.81 Mn | - | -97.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 668.82 Mn |
| Mar 31, 2026 | -590.64 Mn |
| Dec 31, 2025 | 21.19 Mn |
| Sep 30, 2025 | 2.28 Bn |
| Jun 30, 2025 | 1.03 Bn |
| Mar 31, 2025 | -514.48 Mn |
| Dec 31, 2024 | 34.84 Mn |
| Sep 30, 2024 | 1.81 Bn |
| Jun 30, 2024 | 393.82 Mn |
| Mar 31, 2024 | -365.23 Mn |
| Dec 31, 2023 | -20.34 Mn |
| Sep 30, 2023 | 1.86 Bn |
| Jun 30, 2023 | 774.44 Mn |
| Mar 31, 2023 | -383.51 Mn |
| Dec 31, 2022 | 164.97 Mn |
| Sep 30, 2022 | 1.43 Bn |
| Jun 30, 2022 | 255.67 Mn |
| Mar 31, 2022 | -193.49 Mn |
| Dec 31, 2021 | -133.50 Mn |
| Sep 30, 2021 | 299.54 Mn |
Ryanair Holdings 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=operating-income&ticker=RYAAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=operating-income&ticker=RYAAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();