Allegiant Travel (ALGT) Operating Income (2010 - 2026)
Allegiant Travel (ALGT) posted Operating Income of $21.1 million for Q2 2026, down 73.97% on a QoQ basis from $81.1 million in Q1 2026, and up 131.29% year-over-year from $9.1 million in Q2 2025.
Allegiant Travel (ALGT) Operating Income (2010 - 2026) Analysis & Trends
Allegiant Travel has reported Operating Income for 17 years, with the latest figure at $21.1 million in Q2 2026.
- On a quarterly basis, Operating Income rose 131.29% year-over-year to $21.1 million in Q2 2026; TTM through Jun 2026 was $141.9 million, a 148.45% increase from a year earlier, with the FY2025 full-year figure at $37.2 million, up 115.49% from the prior year.
- Operating Income was $21.1 million for Q2 2026 at Allegiant Travel, down from $81.1 million in the prior quarter.
- The five-year high for Operating Income was $133.4 million in Q2 2023, with the low at -$264.0 million in Q4 2024.
- Average Operating Income over 5 years is $11.8 million, with a median of $18.3 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Operating Income soared 1211.73% in 2023, then slumped 2587.55% in 2024.
- Over 5 years, Operating Income stood at $89.2 million in 2022, then sank by 88.1% to $10.6 million in 2023, then plunged by 2587.55% to -$264.0 million in 2024, then soared by 125.32% to $66.8 million in 2025, then tumbled by 68.41% to $21.1 million in 2026.
- The last three Operating Income figures came in at $21.1 million (Q2 2026), $81.1 million (Q1 2026), and $66.8 million (Q4 2025), per Business Quant data.
Peer Comparison
Allegiant Travel 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=operating-income&ticker=ALGT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=operating-income&ticker=ALGT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();