Premier Air Charter Holdings (PREM) Non Operating Income (2024 - 2026)
Premier Air Charter Holdings' (PREM) quarterly Non Operating Income came in at -$381441.0 in Q2 2026, down 116.38% on a YoY basis from $2.3 million in Q2 2025, and up 8.29% quarter-over-quarter from -$415943.0 in Q1 2026.
Premier Air Charter Holdings (PREM) Non Operating Income (2024 - 2026) Analysis & Trends
Premier Air Charter Holdings (PREM) has reported Non Operating Income for 3 consecutive years, with -$381441.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Income fell 116.38% year-over-year to -$381441.0; the trailing twelve-month figure through Jun 2026 stood at -$1.4 million (down 4.38% YoY), and the FY2025 full-year result was -$1.2 million, down 12.53% from the prior year.
- Non Operating Income advanced to -$381441.0 in Q2 2026 per PREM's latest filing, from -$415943.0 in the prior quarter.
- Across five years, Non Operating Income topped out at -$76673.0 in Q1 2024 and bottomed at -$539447.0 in Q3 2024.
- Historically, Non Operating Income has averaged -$318184.7 across 3 years, with a median of -$318775.0 in 2025.
- The widest YoY moves for Non Operating Income: up 40.91% in 2025, down 379.87% in 2025.
- Over 3 years, Non Operating Income stood at -$539447.0 in 2024, then jumped by 43.05% to -$307199.0 in 2025, then fell by 24.17% to -$381441.0 in 2026.
- According to Business Quant data, Non Operating Income over the past three periods registered -$381441.0, -$415943.0, and -$307199.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | 145.00 Mn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 20.34 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | 21.00 Mn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | -14.38 Mn |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn | -46.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | -16.98 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | - |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | -26.33 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -130.00 Mn |
| 10 | Premier Air Charter Holdings | 8.43 Mn | 8.27 Mn | -35,045.00 | -381,441.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -381,441.00 |
| Mar 31, 2026 | -415,943.00 |
| Dec 31, 2025 | -307,199.00 |
| Sep 30, 2025 | -318,775.00 |
| Jun 30, 2025 | -176,283.00 |
| Mar 31, 2025 | -367,927.00 |
| Sep 30, 2024 | -539,447.00 |
| Jun 30, 2024 | -279,974.00 |
| Mar 31, 2024 | -76,673.00 |
Premier Air Charter Holdings Non Operating Income 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=non-operating-income&ticker=PREM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=PREM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();