Jetblue Airways (JBLU) Cash from Financing Activities (2009 - 2026)
Jetblue Airways' (JBLU) quarterly Cash from Financing Activities came in at $53.0 million in Q2 2026, up 144.17% year-over-year from $21.7 million in Q2 2025, and up 145.3% quarter-over-quarter from -$117.0 million in Q1 2026.
Jetblue Airways (JBLU) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Jetblue Airways (JBLU) has reported Cash from Financing Activities for 18 consecutive years, with $53.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities rose 144.17% year-over-year to $53.0 million in Q2 2026; TTM through Jun 2026 was -$275.0 million, a 109.31% decrease from a year earlier, with the FY2025 full-year figure at -$417.0 million, down 111.07% from the prior year.
- Cash from Financing Activities was $53.0 million for Q2 2026 at Jetblue Airways, up from -$117.0 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $2.9 billion in Q3 2024 and troughed at -$120.0 million in Q2 2025.
- A 5-year average of $224.1 million and a median of -$70.0 million in 2022 frame the typical range for Cash from Financing Activities.
- Across the five-year window, Cash from Financing Activities tumbled 141.98% in 2022 and jumped 1095.44% in 2024, its largest moves.
- Over 5 years, Cash from Financing Activities stood at -$93.0 million in 2022, then jumped by 887.1% to $732.0 million in 2023, then plunged by 61.89% to $279.0 million in 2024, then plunged by 135.84% to -$100.0 million in 2025, then soared by 153.0% to $53.0 million in 2026.
- The last three Cash from Financing Activities figures came in at $53.0 million (Q2 2026), -$117.0 million (Q1 2026), and -$100.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | -545.00 Mn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | -1.71 Bn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | 493.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 | 900.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | -173.81 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | -111.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | 420.04 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | 53.00 Mn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - | -15.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 53.00 Mn |
| Mar 31, 2026 | -117.00 Mn |
| Dec 31, 2025 | -100.00 Mn |
| Sep 30, 2025 | -111.00 Mn |
| Jun 30, 2025 | -120.00 Mn |
| Mar 31, 2025 | -86.00 Mn |
| Dec 31, 2024 | 279.00 Mn |
| Sep 30, 2024 | 2.88 Bn |
| Jun 30, 2024 | 336.00 Mn |
| Mar 31, 2024 | 271.00 Mn |
| Dec 31, 2023 | 732.00 Mn |
| Sep 30, 2023 | 241.00 Mn |
| Jun 30, 2023 | 208.00 Mn |
| Mar 31, 2023 | -74.00 Mn |
| Dec 31, 2022 | -93.00 Mn |
| Sep 30, 2022 | -66.00 Mn |
| Jun 30, 2022 | -112.00 Mn |
| Mar 31, 2022 | -89.00 Mn |
| Dec 31, 2021 | -93.00 Mn |
| Sep 30, 2021 | -294.00 Mn |
Jetblue Airways Cash from Financing Activities 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=cash-from-financing-activities&ticker=JBLU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=JBLU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();