Premier Air Charter Holdings (PREM) Profit After Tax (2013 - 2026)
Premier Air Charter Holdings' (PREM) quarterly Profit After Tax came in at -$1.3 million in Q2 2026, down 28.75% on a YoY basis from -$1.8 million in Q2 2025, and down 11.33% quarter-over-quarter from -$1.2 million in Q1 2026.
Premier Air Charter Holdings (PREM) Profit After Tax (2013 - 2026) Analysis & Trends
Premier Air Charter Holdings (PREM) has reported Profit After Tax for 14 consecutive years, with -$1.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Profit After Tax fell 28.75% year-over-year to -$1.3 million; the trailing twelve-month figure through Jun 2026 stood at -$4.1 million (up 5.91% YoY), and the FY2025 full-year result was -$3.9 million, down 49.9% from the prior year.
- Profit After Tax declined to -$1.3 million in Q2 2026 per PREM's latest filing, from -$1.2 million in the prior quarter.
- Across five years, Profit After Tax topped out at $181879.0 in Q4 2025 and bottomed at -$2.0 million in Q3 2024.
- Historically, Profit After Tax has averaged -$623760.5 across 5 years, with a median of -$287897.0 in 2022.
- The sharpest annual moves came in 2024 and 2025: Profit After Tax sank 4854.21% in 2024, then jumped 260.17% in 2025.
- Over 5 years, Profit After Tax stood at -$145768.0 in 2022, then soared by 159.1% to $86156.0 in 2023, then tumbled by 231.8% to -$113556.0 in 2024, then surged by 260.17% to $181879.0 in 2025, then sank by 807.83% to -$1.3 million in 2026.
- According to Business Quant data, Profit After Tax over the past three periods registered -$1.3 million, -$1.2 million, and $181879.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | 1.64 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 625.00 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | 256.00 Mn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | 68.18 Mn |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn | -76.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | 100.70 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | -58.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | -4.86 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -247.00 Mn |
| 10 | Premier Air Charter Holdings | 8.43 Mn | 8.27 Mn | -35,045.00 | -1.29 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.29 Mn |
| Mar 31, 2026 | -1.16 Mn |
| Dec 31, 2025 | 181,879.00 |
| Sep 30, 2025 | -1.80 Mn |
| Jun 30, 2025 | -999,945.00 |
| Mar 31, 2025 | -1.22 Mn |
| Dec 31, 2024 | -113,556.00 |
| Sep 30, 2024 | -1.99 Mn |
| Jun 30, 2024 | -761,967.00 |
| Mar 31, 2024 | 52,922.00 |
| Dec 31, 2023 | 86,156.00 |
| Sep 30, 2023 | -40,074.00 |
| Jun 30, 2023 | -170,960.00 |
| Mar 31, 2023 | -1.09 Mn |
| Dec 31, 2022 | -145,768.00 |
| Sep 30, 2022 | -321,616.00 |
| Jun 30, 2022 | -197,297.00 |
| Mar 31, 2022 | -254,178.00 |
| Dec 31, 2021 | -402,875.00 |
| Sep 30, 2021 | -819,409.00 |
Premier Air Charter Holdings Profit After Tax 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=profit-after-tax&ticker=PREM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=PREM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();