Allegiant Travel (ALGT) Change in Accured Expenses (2010 - 2025)
Allegiant Travel (ALGT) posted Change in Accured Expenses of -$19.1 million for Q3 2025, down 137.51% on a QoQ basis from $51.0 million in Q4 2024, and down 131.61% year-over-year from $60.5 million in Q3 2024.
Allegiant Travel (ALGT) Change in Accured Expenses (2010 - 2025) Analysis & Trends
Allegiant Travel has reported Change in Accured Expenses for 12 years, with the latest figure at -$19.1 million in Q3 2025.
- On a quarterly basis, Change in Accured Expenses fell 131.61% year-over-year to -$19.1 million in Q3 2025; TTM through Sep 2025 was $53.1 million, a 923.0% increase from a year earlier, with the FY2024 full-year figure at $95.5 million, up 45.65% from the prior year.
- Change in Accured Expenses was -$19.1 million for Q3 2025 at Allegiant Travel, down from $51.0 million in the prior quarter.
- The five-year high for Change in Accured Expenses was $51.0 million in Q4 2024, with the low at -$19.1 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Accured Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | - |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 510.97 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | -53.00 Mn |
| 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 | - | 247.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | -19.14 Mn |
| Dec 31, 2024 | 51.02 Mn |
| Sep 30, 2024 | -8.26 Mn |
| Dec 31, 2019 | 29.49 Mn |
| Sep 30, 2019 | -22.84 Mn |
| Jun 30, 2019 | 6.80 Mn |
| Mar 31, 2019 | 7.88 Mn |
| Dec 31, 2018 | 6.05 Mn |
| Sep 30, 2018 | -14.90 Mn |
| Jun 30, 2018 | 6.59 Mn |
| Mar 31, 2018 | 14.27 Mn |
| Dec 31, 2017 | 20.43 Mn |
| Sep 30, 2017 | -21.57 Mn |
| Jun 30, 2017 | 20.94 Mn |
| Mar 31, 2017 | -10.56 Mn |
| Dec 31, 2016 | -15.49 Mn |
| Sep 30, 2016 | -805,000.00 |
| Jun 30, 2016 | 20.04 Mn |
| Mar 31, 2016 | 3.85 Mn |
| Dec 31, 2015 | 16.90 Mn |
Allegiant Travel Change in Accured Expenses 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=change-in-accured-expenses&ticker=ALGT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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=change-in-accured-expenses&ticker=ALGT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();