Allegiant Travel (ALGT) Profit After Tax (2010 - 2026)
Allegiant Travel (ALGT) posted Profit After Tax of -$4.9 million for Q2 2026, down 111.44% on a QoQ basis from $42.5 million in Q1 2026, and up 92.54% year-over-year from -$2.5 million in Q2 2025.
Allegiant Travel (ALGT) Profit After Tax (2010 - 2026) Analysis & Trends
Allegiant Travel has reported Profit After Tax for 17 years, with the latest figure at -$4.9 million in Q2 2026.
- On a quarterly basis, Profit After Tax rose 92.54% year-over-year to -$4.9 million in Q2 2026; TTM through Jun 2026 was $26.0 million, a 109.08% increase from a year earlier, with the FY2025 full-year figure at -$44.7 million, up 81.39% from the prior year.
- Profit After Tax was -$4.9 million for Q2 2026 at Allegiant Travel, down from $42.5 million in the prior quarter.
- The five-year high for Profit After Tax was $88.5 million in Q2 2023, with the low at -$216.2 million in Q4 2024.
- Average Profit After Tax 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: Profit After Tax sank 10954.7% in 2024, then soared 3593.14% in 2025.
- Over 5 years, Profit After Tax stood at $52.5 million in 2022, then sank by 103.73% to -$2.0 million in 2023, then tumbled by 10954.7% to -$216.2 million in 2024, then soared by 114.77% to $31.9 million in 2025, then plunged by 115.22% to -$4.9 million in 2026.
- The last three Profit After Tax figures came in at -$4.9 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) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | 1.64 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 625.00 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | 256.00 Mn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | 68.18 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.86 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.86 Mn |
| Mar 31, 2026 | 42.48 Mn |
| Dec 31, 2025 | 31.94 Mn |
| Sep 30, 2025 | -43.57 Mn |
| Jun 30, 2025 | -65.17 Mn |
| Mar 31, 2025 | 32.10 Mn |
| Dec 31, 2024 | -216.23 Mn |
| Sep 30, 2024 | -36.79 Mn |
| Jun 30, 2024 | 13.70 Mn |
| Mar 31, 2024 | -919,000.00 |
| Dec 31, 2023 | -1.96 Mn |
| Sep 30, 2023 | -25.07 Mn |
| Jun 30, 2023 | 88.47 Mn |
| Mar 31, 2023 | 56.15 Mn |
| Dec 31, 2022 | 52.48 Mn |
| Sep 30, 2022 | -46.46 Mn |
| Jun 30, 2022 | 4.36 Mn |
| Mar 31, 2022 | -7.88 Mn |
| Dec 31, 2021 | 10.70 Mn |
| Sep 30, 2021 | 39.25 Mn |
Allegiant Travel Profit After Tax 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=profit-after-tax&ticker=ALGT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=ALGT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();