Allegiant Travel (ALGT) Income from Continuing Operations (2010 - 2026)
Allegiant Travel (ALGT) posted Income from Continuing Operations of -$4.8 million for Q2 2026, down 111.35% on a QoQ basis from $42.5 million in Q1 2026, and up 92.6% year-over-year from -$2.5 million in Q2 2025.
Allegiant Travel (ALGT) Income from Continuing Operations (2010 - 2026) Analysis & Trends
Allegiant Travel has reported Income from Continuing Operations for 17 years, with the latest figure at -$4.8 million in Q2 2026.
- On a quarterly basis, Income from Continuing Operations rose 92.6% year-over-year to -$4.8 million in Q2 2026; TTM through Jun 2026 was $26.0 million, a 109.11% increase from a year earlier, with the FY2025 full-year figure at -$44.7 million, up 81.39% from the prior year.
- Income from Continuing Operations was -$4.8 million for Q2 2026 at Allegiant Travel, down from $42.5 million in the prior quarter.
- The five-year high for Income from Continuing Operations was $88.4 million in Q2 2023, with the low at -$216.2 million in Q4 2024.
- Average Income from Continuing Operations over 5 years is -$7.1 million, with a median of -$1.4 million recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Income from Continuing Operations slumped 11000.1% in 2024, then soared 3593.14% in 2025.
- Over 5 years, Income from Continuing Operations stood at $52.5 million in 2022, then sank by 103.71% to -$1.9 million in 2023, then plunged by 11000.1% to -$216.2 million in 2024, then soared by 114.77% to $31.9 million in 2025, then plunged by 115.09% to -$4.8 million in 2026.
- The last three Income from Continuing Operations figures came in at -$4.8 million (Q2 2026), $42.5 million (Q1 2026), and $31.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | 1.60 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 753.33 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | 233.00 Mn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | 86.39 Mn |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn | -76.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | 100.70 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | -58.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | -4.82 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -247.00 Mn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - | -90.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.82 Mn |
| Mar 31, 2026 | 42.48 Mn |
| Dec 31, 2025 | 31.94 Mn |
| Sep 30, 2025 | -43.55 Mn |
| Jun 30, 2025 | -65.16 Mn |
| Mar 31, 2025 | 32.10 Mn |
| Dec 31, 2024 | -216.23 Mn |
| Sep 30, 2024 | -36.74 Mn |
| Jun 30, 2024 | 13.70 Mn |
| Mar 31, 2024 | -919,000.00 |
| Dec 31, 2023 | -1.95 Mn |
| Sep 30, 2023 | -25.02 Mn |
| Jun 30, 2023 | 88.45 Mn |
| Mar 31, 2023 | 56.12 Mn |
| Dec 31, 2022 | 52.48 Mn |
| Sep 30, 2022 | -46.46 Mn |
| Jun 30, 2022 | 4.33 Mn |
| Mar 31, 2022 | -7.87 Mn |
| Dec 31, 2021 | 10.70 Mn |
| Sep 30, 2021 | 39.23 Mn |
Allegiant Travel Income from Continuing Operations 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=income-from-continuing-operations&ticker=ALGT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=ALGT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();