Allegiant Travel (ALGT) Other financing activities (2010 - 2025)
Allegiant Travel (ALGT) posted Other financing activities of $2.2 million for Q4 2025, down 69.17% on a QoQ basis from $7.3 million in Q2 2025, and up 117.11% year-over-year from $1.0 million in Q4 2024.
Allegiant Travel (ALGT) Other financing activities (2010 - 2025) Analysis & Trends
Allegiant Travel has reported Other financing activities for 16 years, with the latest figure at $2.2 million in Q4 2025.
- On a quarterly basis, Other financing activities rose 117.11% year-over-year to $2.2 million in Q4 2025; TTM through Dec 2025 was $9.5 million, a 3.99% increase from a year earlier, with the FY2025 full-year figure at $9.5 million, up 3.99% from the prior year.
- Other financing activities was $2.2 million for Q4 2025 at Allegiant Travel, down from $7.3 million in the prior quarter.
- The five-year high for Other financing activities was $14.7 million in Q2 2024, with the low at -$13.1 million in Q4 2024.
- Average Other financing activities over 5 years is $3.2 million, with a median of $4.0 million recorded in 2021.
- The sharpest annual moves came in 2023 and 2024: Other financing activities soared 128.3% in 2023, then slumped 432.73% in 2024.
- Over 5 years, Other financing activities stood at $4.1 million in 2021, then dropped by 21.93% to $3.2 million in 2022, then climbed by 22.4% to $3.9 million in 2023, then plunged by 432.73% to -$13.1 million in 2024, then jumped by 117.11% to $2.2 million in 2025.
- The last three Other financing activities figures came in at $2.2 million (Q4 2025), $7.3 million (Q2 2025), and -$13.1 million (Q4 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn |
| 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 | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.24 Mn |
| Jun 30, 2025 | 7.27 Mn |
| Dec 31, 2024 | -13.09 Mn |
| Sep 30, 2024 | 7.24 Mn |
| Jun 30, 2024 | 14.67 Mn |
| Mar 31, 2024 | 320,000.00 |
| Dec 31, 2023 | 3.94 Mn |
| Jun 30, 2023 | 10.79 Mn |
| Mar 31, 2023 | -6.55 Mn |
| Dec 31, 2022 | 3.22 Mn |
| Jun 30, 2022 | 4.73 Mn |
| Dec 31, 2021 | 4.12 Mn |
| Dec 31, 2020 | 2.11 Mn |
| Sep 30, 2020 | 1.38 Mn |
| Jun 30, 2020 | 3.23 Mn |
| Dec 31, 2019 | 3.08 Mn |
| Sep 30, 2019 | 3.01 Mn |
| Jun 30, 2019 | -74,000.00 |
| Mar 31, 2019 | -2.62 Mn |
| Dec 31, 2018 | 3.37 Mn |
Allegiant Travel Other financing activities 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=other-financing-activities&ticker=ALGT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=ALGT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();