Jetblue Airways (JBLU) Consolidated Net Income (2009 - 2026)
Jetblue Airways' (JBLU) quarterly Consolidated Net Income came in at -$247.0 million in Q2 2026, down 233.78% year-over-year from $184.6 million in Q2 2025, and up 22.57% quarter-over-quarter from -$319.0 million in Q1 2026.
Jetblue Airways (JBLU) Consolidated Net Income (2009 - 2026) Analysis & Trends
Jetblue Airways (JBLU) has reported Consolidated Net Income for 18 consecutive years, with -$247.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Consolidated Net Income fell 233.78% year-over-year to -$247.0 million in Q2 2026; TTM through Jun 2026 was -$886.0 million, a 129.53% decrease from a year earlier, with the FY2025 full-year figure at -$602.0 million, up 24.28% from the prior year.
- Consolidated Net Income was -$247.0 million for Q2 2026 at Jetblue Airways, up from -$319.0 million in the prior quarter.
- Over five years, Consolidated Net Income peaked at $138.0 million in Q2 2023 and troughed at -$716.0 million in Q1 2024.
- A 5-year average of -$146.4 million and a median of -$148.0 million in 2023 frame the typical range for Consolidated Net Income.
- The widest YoY moves for Consolidated Net Income: up 173.4% in 2023, down 529.17% in 2023.
- Over 5 years, Consolidated Net Income stood at $24.0 million in 2022, then sank by 529.17% to -$103.0 million in 2023, then jumped by 57.28% to -$44.0 million in 2024, then tumbled by 302.27% to -$177.0 million in 2025, then slumped by 39.55% to -$247.0 million in 2026.
- The last three Consolidated Net Income figures came in at -$247.0 million (Q2 2026), -$319.0 million (Q1 2026), and -$177.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | 1.60 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 753.33 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | 233.00 Mn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | 86.39 Mn |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn | -76.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | 100.70 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | -58.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | -4.82 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -247.00 Mn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - | -90.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -247.00 Mn |
| Mar 31, 2026 | -319.00 Mn |
| Dec 31, 2025 | -177.00 Mn |
| Sep 30, 2025 | -143.00 Mn |
| Jun 30, 2025 | -74.00 Mn |
| Mar 31, 2025 | -208.00 Mn |
| Dec 31, 2024 | -44.00 Mn |
| Sep 30, 2024 | -60.00 Mn |
| Jun 30, 2024 | 25.00 Mn |
| Mar 31, 2024 | -716.00 Mn |
| Dec 31, 2023 | -103.00 Mn |
| Sep 30, 2023 | -153.00 Mn |
| Jun 30, 2023 | 138.00 Mn |
| Mar 31, 2023 | -192.00 Mn |
| Dec 31, 2022 | 24.00 Mn |
| Sep 30, 2022 | 57.00 Mn |
| Jun 30, 2022 | -188.00 Mn |
| Mar 31, 2022 | -255.00 Mn |
| Dec 31, 2021 | -129.00 Mn |
| Sep 30, 2021 | 130.00 Mn |
Jetblue Airways Consolidated Net 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=consolidated-net-income&ticker=JBLU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-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=consolidated-net-income&ticker=JBLU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();