Jetblue Airways (JBLU) Other Operating Expenses (2009 - 2026)
Jetblue Airways' (JBLU) quarterly Other Operating Expenses came in at $2.8 billion in Q2 2026, up 20.93% year-over-year from $2.3 billion in Q2 2025, and up 14.97% quarter-over-quarter from $2.4 billion in Q1 2026.
Jetblue Airways (JBLU) Other Operating Expenses (2009 - 2026) Analysis & Trends
Jetblue Airways (JBLU) has reported Other Operating Expenses for 18 consecutive years, with $2.8 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Operating Expenses rose 20.93% year-over-year to $2.8 billion in Q2 2026; TTM through Jun 2026 was $9.8 billion, a 8.12% increase from a year earlier, with the FY2025 full-year figure at $9.1 billion, down 5.29% from the prior year.
- Other Operating Expenses was $2.8 billion for Q2 2026 at Jetblue Airways, up from $2.4 billion in the prior quarter.
- Over five years, Other Operating Expenses peaked at $2.9 billion in Q1 2024 and troughed at $1.9 billion in Q1 2022.
- A 5-year average of $2.3 billion and a median of $2.3 billion in 2025 frame the typical range for Other Operating Expenses.
- Across the five-year window, Other Operating Expenses surged 62.93% in 2022 and declined 21.29% in 2025, its largest moves.
- Over 5 years, Other Operating Expenses stood at $2.2 billion in 2022, then advanced by 1.83% to $2.3 billion in 2023, then fell by 4.64% to $2.2 billion in 2024, then grew by 3.95% to $2.3 billion in 2025, then rose by 21.47% to $2.8 billion in 2026.
- The last three Other Operating Expenses figures came in at $2.8 billion (Q2 2026), $2.4 billion (Q1 2026), and $2.3 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 | 2.75 Bn |
| Mar 31, 2026 | 2.39 Bn |
| Dec 31, 2025 | 2.26 Bn |
| Sep 30, 2025 | 2.34 Bn |
| Jun 30, 2025 | 2.27 Bn |
| Mar 31, 2025 | 2.24 Bn |
| Dec 31, 2024 | 2.18 Bn |
| Sep 30, 2024 | 2.32 Bn |
| Jun 30, 2024 | 2.28 Bn |
| Mar 31, 2024 | 2.85 Bn |
| Dec 31, 2023 | 2.28 Bn |
| Sep 30, 2023 | 2.26 Bn |
| Jun 30, 2023 | 2.13 Bn |
| Mar 31, 2023 | 2.25 Bn |
| Dec 31, 2022 | 2.24 Bn |
| Sep 30, 2022 | 2.20 Bn |
| Jun 30, 2022 | 2.30 Bn |
| Mar 31, 2022 | 1.92 Bn |
| Dec 31, 2021 | 1.89 Bn |
| Sep 30, 2021 | 1.79 Bn |
Jetblue Airways 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=JBLU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "ticker": "JBLU", "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=JBLU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();