Premier Air Charter Holdings (PREM) Times Interest Earned (2015 - 2026)
Premier Air Charter Holdings' (PREM) quarterly Times Interest Earned came in at 2.24 in Q2 2026, up 16.09% on a YoY basis from 1.93 in Q2 2025, and down 31.89% quarter-over-quarter from 1.7 in Q1 2026.
Premier Air Charter Holdings (PREM) Times Interest Earned (2015 - 2026) Analysis & Trends
Premier Air Charter Holdings (PREM) has reported Times Interest Earned for 12 consecutive years, with 2.24 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Times Interest Earned rose 16.09% year-over-year to 2.24; the trailing twelve-month figure through Jun 2026 stood at 1.68 (up 34.08% YoY), and the FY2025 full-year result was 1.98, down 46.96% from the prior year.
- Times Interest Earned fell to 2.24 in Q2 2026 per PREM's latest filing, from 1.7 in the prior quarter.
- Across five years, Times Interest Earned topped out at 6.59 in Q1 2024 and bottomed at 6.86 in Q4 2024.
- Historically, Times Interest Earned has averaged 1.88 across 5 years, with a median of 2.21 in 2024.
- The sharpest annual moves came in 2022 and 2024: Times Interest Earned slumped 1678.09% in 2022, then jumped 2711.68% in 2024.
- Over 5 years, Times Interest Earned stood at 6.14 in 2022, then soared by 84.31% to 0.96 in 2023, then sank by 612.19% to 6.86 in 2024, then soared by 116.62% to 1.14 in 2025, then tumbled by 296.84% to 2.24 in 2026.
- According to Business Quant data, Times Interest Earned over the past three periods registered 2.24, 1.7, and 1.14 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 55.19 Bn | 50.52 Bn | 19.07 Bn | - |
| 2 | Ryanair Holdings | 29.15 Bn | 25.22 Bn | - | - |
| 3 | Southwest Airlines | 20.59 Bn | 16.79 Bn | 7.33 Bn | 4.45 |
| 4 | Copa Holdings | 5.56 Bn | 4.30 Bn | 1.03 Bn | 3.25 |
| 5 | Alaska Air | 4.68 Bn | 2.01 Bn | 3.76 Bn | -1.95 |
| 6 | Skywest | 3.93 Bn | 3.33 Bn | 1.01 Bn | 6.25 |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.39 Bn | 1.35 Bn | - | 0.50 |
| 8 | Allegiant Travel | 2.23 Bn | 1.18 Bn | 902.77 Mn | 0.53 |
| 9 | Jetblue Airways | 1.72 Bn | -304.65 Mn | 2.32 Bn | -0.96 |
| 10 | Premier Air Charter Holdings | 8.43 Mn | 8.27 Mn | -35,045.00 | -2.24 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.24 |
| Mar 31, 2026 | -1.70 |
| Dec 31, 2025 | 1.14 |
| Sep 30, 2025 | -4.45 |
| Jun 30, 2025 | -2.67 |
| Mar 31, 2025 | -2.79 |
| Dec 31, 2024 | -6.86 |
| Sep 30, 2024 | -2.19 |
| Jun 30, 2024 | -1.13 |
| Mar 31, 2024 | 6.59 |
| Dec 31, 2023 | -0.96 |
| Sep 30, 2023 | -1.34 |
| Jun 30, 2023 | -1.19 |
| Mar 31, 2023 | -0.25 |
| Dec 31, 2022 | -6.14 |
| Sep 30, 2022 | -2.29 |
| Jun 30, 2022 | -2.22 |
| Mar 31, 2022 | -3.22 |
| Dec 31, 2021 | -0.35 |
| Sep 30, 2021 | -6.15 |
Premier Air Charter Holdings Times Interest Earned 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=times-interest-earned&ticker=PREM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=PREM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();