Premier Air Charter Holdings (PREM) Free Cash Flow (2013 - 2026)
Premier Air Charter Holdings' (PREM) quarterly Free Cash Flow came in at -$192026.0 in Q2 2026, down 139.3% on a YoY basis from $488615.0 in Q2 2025, and down 136.54% quarter-over-quarter from $525548.0 in Q1 2026.
Premier Air Charter Holdings (PREM) Free Cash Flow (2013 - 2026) Analysis & Trends
Premier Air Charter Holdings (PREM) has reported Free Cash Flow for 14 consecutive years, with -$192026.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Free Cash Flow fell 139.3% year-over-year to -$192026.0; the trailing twelve-month figure through Jun 2026 stood at -$1.9 million (down 206.97% YoY), and the FY2025 full-year result was -$1.4 million, down 187.68% from the prior year.
- Free Cash Flow slipped to -$192026.0 in Q2 2026 per PREM's latest filing, from $525548.0 in the prior quarter.
- Across five years, Free Cash Flow topped out at $1.0 million in Q3 2024 and bottomed at -$2.4 million in Q3 2025.
- Historically, Free Cash Flow has averaged $27826.7 across 5 years, with a median of -$25158.0 in 2023.
- The widest YoY moves for Free Cash Flow: up 1893.89% in 2024, down 966.2% in 2024.
- Over 5 years, Free Cash Flow stood at -$25423.0 in 2022, then jumped by 68.78% to -$7936.0 in 2023, then tumbled by 966.2% to -$84614.0 in 2024, then jumped by 297.32% to $166963.0 in 2025, then sank by 215.01% to -$192026.0 in 2026.
- According to Business Quant data, Free Cash Flow over the past three periods registered -$192026.0, $525548.0, and $166963.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Free Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | 2.38 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 1.95 Bn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | -288.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 | 107.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | 283.85 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | 83.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | -74.63 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -377.00 Mn |
| 10 | Premier Air Charter Holdings | 8.43 Mn | 8.27 Mn | -35,045.00 | -192,026.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -192,026.00 |
| Mar 31, 2026 | 525,548.00 |
| Dec 31, 2025 | 166,963.00 |
| Sep 30, 2025 | -2.36 Mn |
| Jun 30, 2025 | 488,615.00 |
| Mar 31, 2025 | 303,814.00 |
| Dec 31, 2024 | -84,614.00 |
| Sep 30, 2024 | 1.03 Mn |
| Jun 30, 2024 | 451,307.00 |
| Mar 31, 2024 | 358,438.00 |
| Dec 31, 2023 | -7,936.00 |
| Jun 30, 2023 | -25,158.00 |
| Mar 31, 2023 | -26,621.00 |
| Dec 31, 2022 | -25,423.00 |
| Sep 30, 2022 | -63,868.00 |
| Jun 30, 2022 | -26,108.00 |
| Mar 31, 2022 | -40,598.00 |
| Dec 31, 2021 | -56,821.00 |
| Sep 30, 2021 | -128,909.00 |
| Jun 30, 2021 | -169,910.00 |
Premier Air Charter Holdings Free Cash Flow 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=free-cash-flow&ticker=PREM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=PREM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();