Jetblue Airways (JBLU) Cash from Investing Activities (2009 - 2026)
Jetblue Airways' (JBLU) quarterly Cash from Investing Activities came in at -$185.0 million in Q2 2026, down 356.94% year-over-year from $72.0 million in Q2 2025, and down 101.09% quarter-over-quarter from -$92.0 million in Q1 2026.
Jetblue Airways (JBLU) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Jetblue Airways (JBLU) has reported Cash from Investing Activities for 18 consecutive years, with -$185.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 356.94% year-over-year to -$185.0 million in Q2 2026; TTM through Jun 2026 was -$48.0 million, a 97.58% increase from a year earlier, with the FY2025 full-year figure at $658.0 million, up 121.36% from the prior year.
- Cash from Investing Activities was -$185.0 million for Q2 2026 at Jetblue Airways, down from -$92.0 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $532.0 million in Q3 2025 and troughed at -$1.5 billion in Q3 2024.
- A 5-year average of -$276.9 million and a median of -$265.0 million in 2022 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities sank 1146.15% in 2022 and surged 189.47% in 2025, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$261.0 million in 2022, then plunged by 72.8% to -$451.0 million in 2023, then tumbled by 102.88% to -$915.0 million in 2024, then surged by 66.89% to -$303.0 million in 2025, then soared by 38.94% to -$185.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$185.0 million (Q2 2026), -$92.0 million (Q1 2026), and -$303.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | -1.51 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 20.92 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | -560.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 | -466.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | -102.48 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | -45.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | -225.90 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -185.00 Mn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - | 47.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -185.00 Mn |
| Mar 31, 2026 | -92.00 Mn |
| Dec 31, 2025 | -303.00 Mn |
| Sep 30, 2025 | 532.00 Mn |
| Jun 30, 2025 | 72.00 Mn |
| Mar 31, 2025 | 357.00 Mn |
| Dec 31, 2024 | -915.00 Mn |
| Sep 30, 2024 | -1.50 Bn |
| Jun 30, 2024 | -269.00 Mn |
| Mar 31, 2024 | -399.00 Mn |
| Dec 31, 2023 | -451.00 Mn |
| Sep 30, 2023 | -552.00 Mn |
| Jun 30, 2023 | -335.00 Mn |
| Mar 31, 2023 | -40.00 Mn |
| Dec 31, 2022 | -261.00 Mn |
| Sep 30, 2022 | -162.00 Mn |
| Jun 30, 2022 | -151.00 Mn |
| Mar 31, 2022 | -334.00 Mn |
| Dec 31, 2021 | 31.00 Mn |
| Sep 30, 2021 | -13.00 Mn |
Jetblue Airways Cash from Investing 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-investing-activities&ticker=JBLU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-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-investing-activities&ticker=JBLU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();