Skywest (SKYW) Change in Cash (2010 - 2026)
Skywest's (SKYW) quarterly Change in Cash came in at $15.6 million in Q2 2026, up 111.91% year-over-year from $7.3 million in Q2 2025, and up 127.39% quarter-over-quarter from -$56.8 million in Q1 2026.
Skywest (SKYW) Change in Cash (2010 - 2026) Analysis & Trends
Skywest has disclosed Change in Cash across 17 years of filings, most recently posting $15.6 million for Q2 2026.
- In Q2 2026, Change in Cash rose 111.91% year-over-year to $15.6 million; the TTM figure through Jun 2026 stood at $33.1 million (up 135.4% YoY), while the FY2025 annual figure was -$104.7 million, down 232.38% from the prior year.
- Change in Cash came in at $15.6 million for Q2 2026 at Skywest, up from -$56.8 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $78.1 million in Q4 2025 to a low of -$149.9 million in Q2 2022.
- Average Change in Cash over 5 years is -$9.8 million, with a median of $3.5 million recorded in 2023.
- Year-over-year, Change in Cash jumped 578.26% in 2022 and plunged 252.64% in 2025.
- Over 5 years, Change in Cash stood at $64.1 million in 2022, then slumped by 64.22% to $22.9 million in 2023, then surged by 116.82% to $49.8 million in 2024, then surged by 57.07% to $78.1 million in 2025, then plunged by 80.08% to $15.6 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were $15.6 million in Q2 2026, -$56.8 million in Q1 2026, and $78.1 million in Q4 2025.
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 | 15.57 Mn |
| Mar 31, 2026 | -56.83 Mn |
| Dec 31, 2025 | 78.15 Mn |
| Sep 30, 2025 | -3.80 Mn |
| Jun 30, 2025 | -130.64 Mn |
| Mar 31, 2025 | -48.39 Mn |
| Dec 31, 2024 | 49.75 Mn |
| Sep 30, 2024 | 35.85 Mn |
| Jun 30, 2024 | -38.22 Mn |
| Mar 31, 2024 | 31.70 Mn |
| Dec 31, 2023 | 22.95 Mn |
| Sep 30, 2023 | 10.90 Mn |
| Jun 30, 2023 | 39.91 Mn |
| Mar 31, 2023 | -28.46 Mn |
| Dec 31, 2022 | 64.13 Mn |
| Sep 30, 2022 | -57.22 Mn |
| Jun 30, 2022 | -149.93 Mn |
| Mar 31, 2022 | -12.42 Mn |
| Dec 31, 2021 | -13.41 Mn |
| Sep 30, 2021 | -74.02 Mn |
Skywest 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=SKYW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=SKYW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();