Jetblue Airways (JBLU) Non Operating Income (2009 - 2026)
Jetblue Airways' (JBLU) quarterly Non Operating Income came in at -$130.0 million in Q2 2026, down 30.0% year-over-year from -$185.7 million in Q2 2025, and down 16.07% quarter-over-quarter from -$112.0 million in Q1 2026.
Jetblue Airways (JBLU) Non Operating Income (2009 - 2026) Analysis & Trends
Jetblue Airways (JBLU) has reported Non Operating Income for 18 consecutive years, with -$130.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non Operating Income fell 30.0% year-over-year to -$130.0 million in Q2 2026; TTM through Jun 2026 was -$451.0 million, a 34.23% decrease from a year earlier, with the FY2025 full-year figure at -$406.0 million, down 90.61% from the prior year.
- Non Operating Income was -$130.0 million for Q2 2026 at Jetblue Airways, down from -$112.0 million in the prior quarter.
- Over five years, Non Operating Income peaked at -$18.0 million in Q3 2023 and troughed at -$130.0 million in Q2 2026.
- A 5-year average of -$61.4 million and a median of -$41.5 million in 2023 frame the typical range for Non Operating Income.
- The widest YoY moves for Non Operating Income: up 57.78% in 2022, down 950.0% in 2022.
- Over 5 years, Non Operating Income stood at -$37.0 million in 2022, then slipped by 16.22% to -$43.0 million in 2023, then tumbled by 130.23% to -$99.0 million in 2024, then decreased by 14.14% to -$113.0 million in 2025, then dropped by 15.04% to -$130.0 million in 2026.
- The last three Non Operating Income figures came in at -$130.0 million (Q2 2026), -$112.0 million (Q1 2026), and -$113.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | 145.00 Mn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 20.34 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | 21.00 Mn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | -14.38 Mn |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn | -46.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | -16.98 Mn |
| 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 | -26.33 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -130.00 Mn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - | 3.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -130.00 Mn |
| Mar 31, 2026 | -112.00 Mn |
| Dec 31, 2025 | -113.00 Mn |
| Sep 30, 2025 | -96.00 Mn |
| Jun 30, 2025 | -100.00 Mn |
| Mar 31, 2025 | -97.00 Mn |
| Dec 31, 2024 | -99.00 Mn |
| Sep 30, 2024 | -40.00 Mn |
| Jun 30, 2024 | -26.00 Mn |
| Mar 31, 2024 | -48.00 Mn |
| Dec 31, 2023 | -43.00 Mn |
| Sep 30, 2023 | -18.00 Mn |
| Jun 30, 2023 | -19.00 Mn |
| Mar 31, 2023 | -24.00 Mn |
| Dec 31, 2022 | -37.00 Mn |
| Sep 30, 2022 | -34.00 Mn |
| Jun 30, 2022 | -38.00 Mn |
| Mar 31, 2022 | -31.00 Mn |
| Dec 31, 2021 | -44.00 Mn |
| Sep 30, 2021 | 4.00 Mn |
Jetblue Airways 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=non-operating-income&ticker=JBLU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=JBLU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();