Premier Air Charter Holdings (PREM) Change in Account Payables (2013 - 2024)
Premier Air Charter Holdings' (PREM) quarterly Change in Account Payables came in at -$4000.0 in Q4 2024, down 150.0% on a YoY basis from $8000.0 in Q1 2024, and down 500.0% quarter-over-quarter from $1000.0 in Q3 2024.
Premier Air Charter Holdings (PREM) Change in Account Payables (2013 - 2024) Analysis & Trends
Premier Air Charter Holdings (PREM) has reported Change in Account Payables for 12 consecutive years, with -$4000.0 the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, Change in Account Payables fell 150.0% year-over-year to -$4000.0; the trailing twelve-month figure through Sep 2024 stood at $1739.0 (changed N/A YoY), and the FY2024 full-year result was -$4000.0, changed N/A from the prior year.
- Change in Account Payables declined to -$4000.0 in Q4 2024 per PREM's latest filing, from $1000.0 in the prior quarter.
- Across five years, Change in Account Payables topped out at $29000.0 in Q1 2023 and bottomed at -$45380.0 in Q4 2020.
- Historically, Change in Account Payables has averaged -$4192.9 across 5 years, with a median of -$1807.0 in 2020.
- The widest YoY moves for Change in Account Payables: up 2653.33% in 2020, down 14081.25% in 2020.
- Over 5 years, Change in Account Payables stood at -$45380.0 in 2020, then surged by 98.39% to -$729.0 in 2021, then plunged by 2849.25% to -$21500.0 in 2022, then jumped by 137.21% to $8000.0 in 2023, then plunged by 150.0% to -$4000.0 in 2024.
- According to Business Quant data, Change in Account Payables over the past three periods registered -$4000.0, $1000.0, and -$5000.0 for Q4 2024, Q3 2024, and Q2 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Account Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | - |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 217.83 Mn |
| 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 | Premier Air Charter Holdings | 8.43 Mn | 8.27 Mn | -35,045.00 | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | -4,000.00 |
| Sep 30, 2024 | 1,000.00 |
| Jun 30, 2024 | -5,000.00 |
| Dec 31, 2023 | 8,000.00 |
| Jun 30, 2023 | -2,261.00 |
| Mar 31, 2023 | 29,000.00 |
| Dec 31, 2022 | -21,500.00 |
| Sep 30, 2022 | 1,000.00 |
| Jun 30, 2022 | -20,500.00 |
| Mar 31, 2022 | 2,294.00 |
| Dec 31, 2021 | -729.00 |
| Sep 30, 2021 | 7,523.00 |
| Jun 30, 2021 | -6,074.00 |
| Mar 31, 2021 | -1,548.00 |
| Dec 31, 2020 | -45,380.00 |
| Sep 30, 2020 | -22,891.00 |
| Jun 30, 2020 | 7,660.00 |
| Mar 31, 2020 | -2,066.00 |
| Dec 31, 2019 | -320.00 |
| Sep 30, 2019 | -300.00 |
Premier Air Charter Holdings Change in Account Payables 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-account-payables&ticker=PREM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "ticker": "PREM", "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-account-payables&ticker=PREM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();