Skywest (SKYW) Other Non Operating Income (2010 - 2026)
Skywest's (SKYW) quarterly Other Non Operating Income came in at -$844000.0 in Q2 2026, down 109.92% year-over-year from $8.5 million in Q2 2025, and down 1658.33% quarter-over-quarter from -$48000.0 in Q1 2026.
Skywest (SKYW) Other Non Operating Income (2010 - 2026) Analysis & Trends
Skywest has disclosed Other Non Operating Income across 17 years of filings, most recently posting -$844000.0 for Q2 2026.
- In Q2 2026, Other Non Operating Income fell 109.92% year-over-year to -$844000.0; the TTM figure through Jun 2026 stood at $1.1 million (down 91.18% YoY), while the FY2025 annual figure was $8.9 million, up 129.34% from the prior year.
- Other Non Operating Income came in at -$844000.0 for Q2 2026 at Skywest, down from -$48000.0 in the prior quarter.
- In the past five years, Other Non Operating Income ranged from a high of $15.7 million in Q4 2023 to a low of -$3.6 million in Q3 2023.
- Average Other Non Operating Income over 5 years is $3.1 million, with a median of $494500.0 recorded in 2022.
- Year-over-year, Other Non Operating Income surged 14923.75% in 2022 and tumbled 1868.81% in 2025.
- Over 5 years, Other Non Operating Income stood at -$112000.0 in 2022, then jumped by 14116.07% to $15.7 million in 2023, then sank by 65.4% to $5.4 million in 2024, then slipped by 27.93% to $3.9 million in 2025, then plunged by 121.56% to -$844000.0 in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$844000.0 in Q2 2026, -$48000.0 in Q1 2026, and $3.9 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -844,000.00 |
| Mar 31, 2026 | -48,000.00 |
| Dec 31, 2025 | 3.92 Mn |
| Sep 30, 2025 | -1.93 Mn |
| Jun 30, 2025 | 8.50 Mn |
| Mar 31, 2025 | -1.63 Mn |
| Dec 31, 2024 | 5.43 Mn |
| Sep 30, 2024 | 109,000.00 |
| Jun 30, 2024 | -548,000.00 |
| Mar 31, 2024 | -1.13 Mn |
| Dec 31, 2023 | 15.70 Mn |
| Sep 30, 2023 | -3.63 Mn |
| Jun 30, 2023 | 9.00 Mn |
| Mar 31, 2023 | 2.17 Mn |
| Dec 31, 2022 | -112,000.00 |
| Sep 30, 2022 | 8.11 Mn |
| Jun 30, 2022 | 12.02 Mn |
| Mar 31, 2022 | 880,000.00 |
| Dec 31, 2021 | 553,000.00 |
| Sep 30, 2021 | -4.10 Mn |
Skywest Other Non Operating Income 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=other-non-operating-income&ticker=SKYW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=SKYW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();