Allegiant Travel (ALGT) Non Operating Income (2010 - 2026)
Allegiant Travel (ALGT) posted Non Operating Income of -$26.3 million for Q2 2026, down 74.63% on a QoQ basis from -$15.1 million in Q1 2026, and down 24.95% year-over-year from -$35.1 million in Q2 2025.
Allegiant Travel (ALGT) Non Operating Income (2010 - 2026) Analysis & Trends
Allegiant Travel has reported Non Operating Income for 17 years, with the latest figure at -$26.3 million in Q2 2026.
- On a quarterly basis, Non Operating Income fell 24.95% year-over-year to -$26.3 million in Q2 2026; TTM through Jun 2026 was -$89.3 million, a 13.12% decrease from a year earlier, with the FY2025 full-year figure at -$92.0 million, down 34.42% from the prior year.
- Non Operating Income was -$26.3 million for Q2 2026 at Allegiant Travel, down from -$15.1 million in the prior quarter.
- The five-year high for Non Operating Income was -$12.0 million in Q3 2023, with the low at -$26.3 million in Q2 2026.
- Average Non Operating Income over 5 years is -$19.5 million, with a median of -$19.0 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Non Operating Income sank 57.25% in 2022, then jumped 52.33% in 2023.
- Over 5 years, Non Operating Income stood at -$23.3 million in 2022, then soared by 46.87% to -$12.4 million in 2023, then sank by 42.83% to -$17.7 million in 2024, then fell by 29.47% to -$22.9 million in 2025, then decreased by 14.8% to -$26.3 million in 2026.
- The last three Non Operating Income figures came in at -$26.3 million (Q2 2026), -$15.1 million (Q1 2026), and -$22.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | 145.00 Mn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 20.34 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | 21.00 Mn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | -14.38 Mn |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn | -46.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | -16.98 Mn |
| 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 | -26.33 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -130.00 Mn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - | 3.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -26.33 Mn |
| Mar 31, 2026 | -15.08 Mn |
| Dec 31, 2025 | -22.94 Mn |
| Sep 30, 2025 | -24.96 Mn |
| Jun 30, 2025 | -21.08 Mn |
| Mar 31, 2025 | -23.06 Mn |
| Dec 31, 2024 | -17.72 Mn |
| Sep 30, 2024 | -17.10 Mn |
| Jun 30, 2024 | -16.87 Mn |
| Mar 31, 2024 | -16.79 Mn |
| Dec 31, 2023 | -12.41 Mn |
| Sep 30, 2023 | -12.04 Mn |
| Jun 30, 2023 | -17.08 Mn |
| Mar 31, 2023 | -20.41 Mn |
| Dec 31, 2022 | -23.35 Mn |
| Sep 30, 2022 | -25.25 Mn |
| Jun 30, 2022 | -20.30 Mn |
| Mar 31, 2022 | -17.80 Mn |
| Dec 31, 2021 | -18.18 Mn |
| Sep 30, 2021 | -16.06 Mn |
Allegiant Travel 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=non-operating-income&ticker=ALGT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "ticker": "ALGT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-operating-income&ticker=ALGT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();