Premier Air Charter Holdings (PREM) FCF Margin (2024 - 2026)
Premier Air Charter Holdings' (PREM) quarterly FCF Margin came in at 3.32% in Q2 2026, down 990.0% on a YoY basis from 0.37% in Q2 2025, and down 145.51% quarter-over-quarter from 7.3% in Q1 2026.
Premier Air Charter Holdings (PREM) FCF Margin (2024 - 2026) Analysis & Trends
Premier Air Charter Holdings (PREM) has reported FCF Margin for 3 consecutive years, with 3.32% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, FCF Margin fell 990.0% year-over-year to 3.32%; the trailing twelve-month figure through Jun 2026 stood at 5.89% (down 1024.0% YoY), and the FY2025 full-year result was 4.39%, down 1208.0% from the prior year.
- FCF Margin eased to 3.32% in Q2 2026 per PREM's latest filing, from 7.3% in the prior quarter.
- Across five years, FCF Margin topped out at 7.3% in Q1 2026 and bottomed at 33.34% in Q3 2025.
- Historically, FCF Margin has averaged 0.07% across 3 years, with a median of 5.17% in 2025.
- The widest YoY moves for FCF Margin: up 258 bps in 2025, down 4007 bps in 2025.
- Over 3 years, FCF Margin stood at 6.73% in 2024, then tumbled by 78 bps to 1.45% in 2025, then tumbled by 329 bps to 3.32% in 2026.
- According to Business Quant data, FCF Margin over the past three periods registered 3.32%, 7.3%, and 1.45% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 55.19 Bn | 50.52 Bn | 19.07 Bn | 12.05% |
| 2 | Ryanair Holdings | 29.15 Bn | 25.22 Bn | - | 38.28% |
| 3 | Southwest Airlines | 20.59 Bn | 16.79 Bn | 7.33 Bn | -3.42% |
| 4 | Copa Holdings | 5.56 Bn | 4.30 Bn | 1.03 Bn | - |
| 5 | Alaska Air | 4.68 Bn | 2.01 Bn | 3.76 Bn | 2.63% |
| 6 | Skywest | 3.93 Bn | 3.33 Bn | 1.01 Bn | 25.74% |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.39 Bn | 1.35 Bn | - | 5.61% |
| 8 | Allegiant Travel | 2.23 Bn | 1.18 Bn | 902.77 Mn | -7.91% |
| 9 | Jetblue Airways | 1.72 Bn | -304.65 Mn | 2.32 Bn | -13.98% |
| 10 | Premier Air Charter Holdings | 8.43 Mn | 8.27 Mn | -35,045.00 | -3.32% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.32% |
| Mar 31, 2026 | 7.30% |
| Dec 31, 2025 | 1.45% |
| Sep 30, 2025 | -33.34% |
| Jun 30, 2025 | 6.58% |
| Mar 31, 2025 | 5.17% |
| Sep 30, 2024 | 6.73% |
| Jun 30, 2024 | 4.00% |
| Mar 31, 2024 | 6.09% |
Premier Air Charter Holdings FCF Margin 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=fcf-margin&ticker=PREM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "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=fcf-margin&ticker=PREM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();