Jetblue Airways (JBLU) Change in Cash (2009 - 2026)
Jetblue Airways' (JBLU) quarterly Change in Cash came in at -$287.0 million in Q2 2026, down 76.07% year-over-year from -$1.2 billion in Q2 2025, and down 222.47% quarter-over-quarter from -$89.0 million in Q1 2026.
Jetblue Airways (JBLU) Change in Cash (2009 - 2026) Analysis & Trends
Jetblue Airways (JBLU) has reported Change in Cash for 18 consecutive years, with -$287.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash fell 76.07% year-over-year to -$287.0 million in Q2 2026; TTM through Jun 2026 was -$451.0 million, a 148.81% decrease from a year earlier, with the FY2025 full-year figure at $147.0 million, down 82.31% from the prior year.
- Change in Cash was -$287.0 million for Q2 2026 at Jetblue Airways, down from -$89.0 million in the prior quarter.
- Over five years, Change in Cash peaked at $1.4 billion in Q3 2024 and troughed at -$653.0 million in Q4 2024.
- A 5-year average of -$8.8 million and a median of -$126.0 million in 2025 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash tumbled 505.77% in 2022 and jumped 406.58% in 2025, its largest moves.
- Over 5 years, Change in Cash stood at -$296.0 million in 2022, then soared by 165.88% to $195.0 million in 2023, then tumbled by 434.87% to -$653.0 million in 2024, then surged by 45.79% to -$354.0 million in 2025, then climbed by 18.93% to -$287.0 million in 2026.
- The last three Change in Cash figures came in at -$287.0 million (Q2 2026), -$89.0 million (Q1 2026), and -$354.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | -462.00 Mn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | -293.03 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | 463.00 Mn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | 275.16 Mn |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn | 619.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | 15.57 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | -62.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | 240.22 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -287.00 Mn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - | 183.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -287.00 Mn |
| Mar 31, 2026 | -89.00 Mn |
| Dec 31, 2025 | -354.00 Mn |
| Sep 30, 2025 | 279.00 Mn |
| Jun 30, 2025 | -163.00 Mn |
| Mar 31, 2025 | 385.00 Mn |
| Dec 31, 2024 | -653.00 Mn |
| Sep 30, 2024 | 1.36 Bn |
| Jun 30, 2024 | 53.00 Mn |
| Mar 31, 2024 | 76.00 Mn |
| Dec 31, 2023 | 195.00 Mn |
| Sep 30, 2023 | -488.00 Mn |
| Jun 30, 2023 | 131.00 Mn |
| Mar 31, 2023 | 291.00 Mn |
| Dec 31, 2022 | -296.00 Mn |
| Sep 30, 2022 | -206.00 Mn |
| Jun 30, 2022 | -211.00 Mn |
| Mar 31, 2022 | -176.00 Mn |
| Dec 31, 2021 | -175.00 Mn |
| Sep 30, 2021 | -210.00 Mn |
Jetblue Airways Change in Cash 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=change-in-cash&ticker=JBLU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=JBLU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();