Ryanair Holdings (RYAAY) Other Operating Expenses (2009 - 2026)
Ryanair Holdings (RYAAY) posted Other Operating Expenses of $3.8 billion for Q2 2026, up 116.26% on a QoQ basis from -$23.4 billion in Q1 2026, and up 12.42% year-over-year from $3.4 billion in Q2 2025.
Ryanair Holdings (RYAAY) Other Operating Expenses (2009 - 2026) Analysis & Trends
Ryanair Holdings has reported Other Operating Expenses for 18 years, with the latest figure at $3.8 billion in Q2 2026.
- On a quarterly basis, Other Operating Expenses rose 12.42% year-over-year to $3.8 billion in Q2 2026; TTM through Jun 2026 was -$12.9 billion, a 20.38% decrease from a year earlier, with the FY2026 full-year figure at -$13.0 billion, down 13.4% from the prior year.
- Other Operating Expenses was $3.8 billion for Q2 2026 at Ryanair Holdings, up from -$23.4 billion in the prior quarter.
- The five-year high for Other Operating Expenses was $3.8 billion in Q2 2026, with the low at -$23.4 billion in Q1 2026.
- Average Other Operating Expenses over 5 years is -$2.7 billion, with a median of $2.6 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Other Operating Expenses soared 282.49% in 2022, then tumbled 89.36% in 2023.
- Over 5 years, Other Operating Expenses stood at $1.9 billion in 2022, then surged by 32.12% to $2.5 billion in 2023, then climbed by 5.61% to $2.6 billion in 2024, then increased by 18.21% to $3.1 billion in 2025, then gained by 21.92% to $3.8 billion in 2026.
- The last three Other Operating Expenses figures came in at $3.8 billion (Q2 2026), -$23.4 billion (Q1 2026), and $3.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Delta Air Lines | 54.26 Bn | 49.60 Bn | 19.07 Bn |
| 2 | Ryanair Holdings | 28.34 Bn | 24.41 Bn | - |
| 3 | Southwest Airlines | 20.43 Bn | 16.64 Bn | 7.33 Bn |
| 4 | Copa Holdings | 5.64 Bn | 4.38 Bn | 1.03 Bn |
| 5 | Alaska Air | 4.67 Bn | 2.01 Bn | 3.76 Bn |
| 6 | Skywest | 3.89 Bn | 3.29 Bn | 1.01 Bn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.33 Bn | 1.29 Bn | - |
| 8 | Allegiant Travel | 2.20 Bn | 1.15 Bn | 902.77 Mn |
| 9 | Jetblue Airways | 1.72 Bn | -297.11 Mn | 2.32 Bn |
| 10 | Frontier Group Holdings | 1.41 Bn | 453.81 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.81 Bn |
| Mar 31, 2026 | -23.40 Bn |
| Dec 31, 2025 | 3.12 Bn |
| Sep 30, 2025 | 3.59 Bn |
| Jun 30, 2025 | 3.39 Bn |
| Mar 31, 2025 | -20.03 Bn |
| Dec 31, 2024 | 2.64 Bn |
| Sep 30, 2024 | 3.30 Bn |
| Jun 30, 2024 | 3.08 Bn |
| Mar 31, 2024 | -19.18 Bn |
| Dec 31, 2023 | 2.50 Bn |
| Sep 30, 2023 | 3.09 Bn |
| Jun 30, 2023 | 2.81 Bn |
| Mar 31, 2023 | -15.39 Bn |
| Dec 31, 2022 | 1.89 Bn |
| Sep 30, 2022 | 2.42 Bn |
| Jun 30, 2022 | 2.21 Bn |
| Mar 31, 2022 | -8.13 Bn |
| Dec 31, 2021 | 1.52 Bn |
| Sep 30, 2021 | 1.50 Bn |
Ryanair Holdings Other Operating Expenses 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-operating-expenses&ticker=RYAAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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-operating-expenses&ticker=RYAAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();