Jetblue Airways (JBLU) Free Cash Flow (2009 - 2026)
Jetblue Airways' (JBLU) quarterly Free Cash Flow came in at -$377.0 million in Q2 2026, up 8.5% year-over-year from -$347.5 million in Q2 2025, and down 6183.33% quarter-over-quarter from -$6.0 million in Q1 2026.
Jetblue Airways (JBLU) Free Cash Flow (2009 - 2026) Analysis & Trends
Jetblue Airways (JBLU) has reported Free Cash Flow for 18 consecutive years, with -$377.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Free Cash Flow rose 8.5% year-over-year to -$377.0 million in Q2 2026; TTM through Jun 2026 was -$1.1 billion, a 5.51% increase from a year earlier, with the FY2025 full-year figure at -$1.2 billion, up 12.14% from the prior year.
- Free Cash Flow was -$377.0 million for Q2 2026 at Jetblue Airways, down from -$6.0 million in the prior quarter.
- Over five years, Free Cash Flow peaked at $233.0 million in Q1 2023 and troughed at -$488.0 million in Q3 2023.
- A 5-year average of -$222.5 million and a median of -$256.5 million in 2022 frame the typical range for Free Cash Flow.
- Across the five-year window, Free Cash Flow surged 576.47% in 2022 and sank 4800.0% in 2024, its largest moves.
- Over 5 years, Free Cash Flow stood at -$226.0 million in 2022, then plunged by 105.31% to -$464.0 million in 2023, then rose by 20.69% to -$368.0 million in 2024, then gained by 22.01% to -$287.0 million in 2025, then plunged by 31.36% to -$377.0 million in 2026.
- The last three Free Cash Flow figures came in at -$377.0 million (Q2 2026), -$6.0 million (Q1 2026), and -$287.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Free Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | 2.38 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 1.95 Bn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | -288.00 Mn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | - |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn | 107.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | 283.85 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | 83.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | -74.63 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -377.00 Mn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - | 119.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -377.00 Mn |
| Mar 31, 2026 | -6.00 Mn |
| Dec 31, 2025 | -287.00 Mn |
| Sep 30, 2025 | -411.00 Mn |
| Jun 30, 2025 | -412.00 Mn |
| Mar 31, 2025 | -62.00 Mn |
| Dec 31, 2024 | -368.00 Mn |
| Sep 30, 2024 | -302.00 Mn |
| Jun 30, 2024 | -441.00 Mn |
| Mar 31, 2024 | -223.00 Mn |
| Dec 31, 2023 | -464.00 Mn |
| Sep 30, 2023 | -488.00 Mn |
| Jun 30, 2023 | -9.00 Mn |
| Mar 31, 2023 | 233.00 Mn |
| Dec 31, 2022 | -226.00 Mn |
| Sep 30, 2022 | -187.00 Mn |
| Jun 30, 2022 | -137.00 Mn |
| Mar 31, 2022 | 162.00 Mn |
| Dec 31, 2021 | -250.00 Mn |
| Sep 30, 2021 | -149.00 Mn |
Jetblue Airways Free Cash Flow 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=free-cash-flow&ticker=JBLU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=JBLU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();