Allegiant Travel (ALGT) Change in Receivables (2010 - 2019)
Allegiant Travel (ALGT) posted Change in Receivables of -$5.9 million for Q4 2019, down 27.61% on a QoQ basis from -$4.6 million in Q3 2019, and down 349.22% year-over-year from $2.4 million in Q4 2018.
Allegiant Travel (ALGT) Change in Receivables (2010 - 2019) Analysis & Trends
Allegiant Travel has reported Change in Receivables for 10 years, with the latest figure at -$5.9 million in Q4 2019.
- On a quarterly basis, Change in Receivables fell 349.22% year-over-year to -$5.9 million in Q4 2019; TTM through Dec 2019 was -$10.5 million, a 70.53% increase from a year earlier, with the FY2025 full-year figure at -$12.2 million, down 179.78% from the prior year.
- Change in Receivables was -$5.9 million for Q4 2019 at Allegiant Travel, down from -$4.6 million in the prior quarter.
- The five-year high for Change in Receivables was $48.3 million in Q4 2017, with the low at -$40.2 million in Q2 2018.
- Average Change in Receivables over 5 years is $228421.1, with a median of $198000.0 recorded in 2015.
- The sharpest annual moves came in 2016 and 2018: Change in Receivables soared 4063.64% in 2016, then sank 709.41% in 2018.
- Over 5 years, Change in Receivables stood at $198000.0 in 2015, then jumped by 4063.64% to $8.2 million in 2016, then surged by 485.6% to $48.3 million in 2017, then plunged by 95.07% to $2.4 million in 2018, then slumped by 349.22% to -$5.9 million in 2019.
- The last three Change in Receivables figures came in at -$5.9 million (Q4 2019), -$4.6 million (Q3 2019), and $1.9 million (Q2 2019), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | - |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | -59.98 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | -37.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 | 54.00 Mn |
| 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 | - | 29.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | -5.93 Mn |
| Sep 30, 2019 | -4.65 Mn |
| Jun 30, 2019 | 1.89 Mn |
| Mar 31, 2019 | -1.81 Mn |
| Dec 31, 2018 | 2.38 Mn |
| Sep 30, 2018 | 8.87 Mn |
| Jun 30, 2018 | -40.16 Mn |
| Mar 31, 2018 | -6.71 Mn |
| Dec 31, 2017 | 48.28 Mn |
| Sep 30, 2017 | -1.14 Mn |
| Jun 30, 2017 | 6.59 Mn |
| Mar 31, 2017 | -23.16 Mn |
| Dec 31, 2016 | 8.24 Mn |
| Sep 30, 2016 | 9.73 Mn |
| Jun 30, 2016 | 5.81 Mn |
| Mar 31, 2016 | -5.58 Mn |
| Dec 31, 2015 | 198,000.00 |
| Sep 30, 2015 | 1.71 Mn |
| Jun 30, 2015 | -212,000.00 |
| Dec 31, 2014 | -4.36 Mn |
Allegiant Travel Change in Receivables 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-receivables&ticker=ALGT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=ALGT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();