Alaska Air (ALK) Cash from Investing Activities (2009 - 2026)
Alaska Air's (ALK) quarterly Cash from Investing Activities came in at -$466.0 million in Q2 2026, down 27.32% year-over-year from -$641.2 million in Q2 2025, and down 175.74% quarter-over-quarter from -$169.0 million in Q1 2026.
Alaska Air (ALK) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Alaska Air (ALK) has reported Cash from Investing Activities for 18 consecutive years, with -$466.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 27.32% year-over-year to -$466.0 million in Q2 2026; TTM through Jun 2026 was -$1.5 billion, a 21.27% decrease from a year earlier, with the FY2025 full-year figure at -$1.6 billion, down 155.99% from the prior year.
- Cash from Investing Activities was -$466.0 million for Q2 2026 at Alaska Air, down from -$169.0 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $318.0 million in Q1 2024 and troughed at -$760.0 million in Q2 2022.
- A 5-year average of -$281.9 million and a median of -$315.5 million in 2022 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities plunged 407.69% in 2022 and soared 430.0% in 2024, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$330.0 million in 2022, then soared by 53.33% to -$154.0 million in 2023, then declined by 28.57% to -$198.0 million in 2024, then plunged by 216.67% to -$627.0 million in 2025, then increased by 25.68% to -$466.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$466.0 million (Q2 2026), -$169.0 million (Q1 2026), and -$627.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 | -466.00 Mn |
| Mar 31, 2026 | -169.00 Mn |
| Dec 31, 2025 | -627.00 Mn |
| Sep 30, 2025 | -249.00 Mn |
| Jun 30, 2025 | -366.00 Mn |
| Mar 31, 2025 | -381.00 Mn |
| Dec 31, 2024 | -198.00 Mn |
| Sep 30, 2024 | -301.00 Mn |
| Jun 30, 2024 | -453.00 Mn |
| Mar 31, 2024 | 318.00 Mn |
| Dec 31, 2023 | -154.00 Mn |
| Sep 30, 2023 | -331.00 Mn |
| Jun 30, 2023 | -539.00 Mn |
| Mar 31, 2023 | 60.00 Mn |
| Dec 31, 2022 | -330.00 Mn |
| Sep 30, 2022 | -167.00 Mn |
| Jun 30, 2022 | -760.00 Mn |
| Mar 31, 2022 | 39.00 Mn |
| Dec 31, 2021 | -65.00 Mn |
| Sep 30, 2021 | 127.00 Mn |
Alaska Air 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=ALK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "ALK", "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=ALK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();