Premier Air Charter Holdings (PREM) Selling, General & Administrative (2013 - 2026)
Analysis
Premier Air Charter Holdings (PREM) Selling, General & Administrative (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | - |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | - |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | - |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | - |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn | - |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | - |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | 92.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | - |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | - |
| 10 | Premier Air Charter Holdings | 8.43 Mn | 8.27 Mn | -35,045.00 | 522,917.00 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 522,917.00 |
| Mar 31, 2026 | 869,880.00 |
| Dec 31, 2025 | 2.55 Mn |
| Sep 30, 2025 | 620,733.00 |
| Jun 30, 2025 | 580,797.00 |
| Mar 31, 2025 | 633,521.00 |
| Dec 31, 2024 | 60,612.00 |
| Sep 30, 2024 | 1.38 Mn |
| Jun 30, 2024 | 852,182.00 |
| Mar 31, 2024 | 433,062.00 |
| Dec 31, 2023 | 15,427.00 |
| Sep 30, 2023 | 32,957.00 |
| Jun 30, 2023 | 21,409.00 |
| Mar 31, 2023 | -21,249.00 |
| Dec 31, 2022 | 29,159.00 |
| Sep 30, 2022 | 56,132.00 |
| Jun 30, 2022 | 32,108.00 |
| Mar 31, 2022 | 10,935.00 |
| Dec 31, 2021 | 37,822.00 |
| Sep 30, 2021 | 58,483.00 |
API Access
Premier Air Charter Holdings Selling, General & Administrative 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=selling-general-and-administrative&ticker=PREM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=PREM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();