Premier Air Charter Holdings (PREM) Net Margin (2024 - 2026)
Premier Air Charter Holdings' (PREM) quarterly Net Margin came in at 22.64% in Q2 2026, down 741.0% on a YoY basis from 3.53% in Q2 2025, and down 38.74% quarter-over-quarter from 16.32% in Q1 2026.
Premier Air Charter Holdings (PREM) Net Margin (2024 - 2026) Analysis & Trends
Premier Air Charter Holdings (PREM) has reported Net Margin for 3 consecutive years, with 22.64% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Margin fell 741.0% year-over-year to 22.64%; the trailing twelve-month figure through Jun 2026 stood at 13.46% (down 732.0% YoY), and the FY2025 full-year result was 12.72%, down 1257.0% from the prior year.
- Net Margin retreated to 22.64% in Q2 2026 per PREM's latest filing, from 16.32% in the prior quarter.
- Across five years, Net Margin topped out at 1.87% in Q1 2024 and bottomed at 25.73% in Q3 2025.
- Historically, Net Margin has averaged 10.89% across 3 years, with a median of 15.24% in 2025.
- The sharpest annual moves came in 2025 and 2026: Net Margin tumbled 2548 bps in 2025, then surged 346 bps in 2026.
- Over 3 years, Net Margin stood at 0.26% in 2024, then surged by 296 bps to 0.5% in 2025, then plunged by 4609 bps to 22.64% in 2026.
- According to Business Quant data, Net Margin over the past three periods registered 22.64%, 16.32%, and 0.5% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 55.19 Bn | 50.52 Bn | 19.07 Bn | 8.12% |
| 2 | Ryanair Holdings | 29.15 Bn | 25.22 Bn | - | 12.26% |
| 3 | Southwest Airlines | 20.59 Bn | 16.79 Bn | 7.33 Bn | 2.76% |
| 4 | Copa Holdings | 5.56 Bn | 4.30 Bn | 1.03 Bn | 8.16% |
| 5 | Alaska Air | 4.68 Bn | 2.01 Bn | 3.76 Bn | -1.87% |
| 6 | Skywest | 3.93 Bn | 3.33 Bn | 1.01 Bn | 9.13% |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.39 Bn | 1.35 Bn | - | -3.92% |
| 8 | Allegiant Travel | 2.23 Bn | 1.18 Bn | 902.77 Mn | -0.51% |
| 9 | Jetblue Airways | 1.72 Bn | -304.65 Mn | 2.32 Bn | -9.16% |
| 10 | Premier Air Charter Holdings | 8.43 Mn | 8.27 Mn | -35,045.00 | -22.64% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -22.64% |
| Mar 31, 2026 | -16.32% |
| Dec 31, 2025 | 0.50% |
| Sep 30, 2025 | -25.73% |
| Jun 30, 2025 | -15.24% |
| Mar 31, 2025 | -19.78% |
| Sep 30, 2024 | -0.26% |
| Jun 30, 2024 | -0.38% |
| Mar 31, 2024 | 1.87% |
Premier Air Charter Holdings Net 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=net-margin&ticker=PREM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=PREM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();