Skywest (SKYW) Cash from Investing Activities (2010 - 2026)
Skywest's (SKYW) quarterly Cash from Investing Activities came in at -$102.5 million in Q2 2026, up 66.57% year-over-year from -$61.5 million in Q2 2025, and down 23.73% quarter-over-quarter from -$82.8 million in Q1 2026.
Skywest (SKYW) Cash from Investing Activities (2010 - 2026) Analysis & Trends
Skywest has disclosed Cash from Investing Activities across 17 years of filings, most recently posting -$102.5 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities rose 66.57% year-over-year to -$102.5 million; the TTM figure through Jun 2026 stood at -$464.5 million (up 11.58% YoY), while the FY2025 annual figure was -$651.8 million, down 185.11% from the prior year.
- Cash from Investing Activities came in at -$102.5 million for Q2 2026 at Skywest, down from -$82.8 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $67.0 million in Q2 2023 to a low of -$431.9 million in Q2 2022.
- Average Cash from Investing Activities over 5 years is -$110.8 million, with a median of -$83.5 million recorded in 2023.
- Year-over-year, Cash from Investing Activities jumped 115.5% in 2023 and sank 11833.03% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$40.3 million in 2022, then tumbled by 108.88% to -$84.2 million in 2023, then sank by 30.15% to -$109.6 million in 2024, then fell by 20.98% to -$132.6 million in 2025, then rose by 22.73% to -$102.5 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$102.5 million in Q2 2026, -$82.8 million in Q1 2026, and -$132.6 million in Q4 2025.
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 | -102.48 Mn |
| Mar 31, 2026 | -82.83 Mn |
| Dec 31, 2025 | -132.63 Mn |
| Sep 30, 2025 | -146.55 Mn |
| Jun 30, 2025 | -306.55 Mn |
| Mar 31, 2025 | -66.11 Mn |
| Dec 31, 2024 | -109.63 Mn |
| Sep 30, 2024 | -43.01 Mn |
| Jun 30, 2024 | -75.44 Mn |
| Mar 31, 2024 | -554,000.00 |
| Dec 31, 2023 | -84.23 Mn |
| Sep 30, 2023 | -8.99 Mn |
| Jun 30, 2023 | 66.96 Mn |
| Mar 31, 2023 | 3.03 Mn |
| Dec 31, 2022 | -40.33 Mn |
| Sep 30, 2022 | -307.98 Mn |
| Jun 30, 2022 | -431.92 Mn |
| Mar 31, 2022 | -124.67 Mn |
| Dec 31, 2021 | -301.74 Mn |
| Sep 30, 2021 | -214.40 Mn |
Skywest 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=SKYW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "SKYW", "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=SKYW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();