Premier Air Charter Holdings (PREM) Depreciation & Amortization (CF) (2025 - 2026)
Premier Air Charter Holdings' (PREM) quarterly Depreciation & Amortization (CF) came in at $602653.0 in Q2 2026, up 107.22% on a YoY basis from $290825.0 in Q2 2025, and up 4.57% quarter-over-quarter from $576342.0 in Q1 2026.
Premier Air Charter Holdings (PREM) Depreciation & Amortization (CF) (2025 - 2026) Analysis & Trends
Premier Air Charter Holdings (PREM) has reported Depreciation & Amortization (CF) for 2 consecutive years, with $602653.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Depreciation & Amortization (CF) rose 107.22% year-over-year to $602653.0; the trailing twelve-month figure through Jun 2026 stood at $1.2 million (up 112.55% YoY), and the FY2025 full-year result was $744557.0, up 236.51% from the prior year.
- Depreciation & Amortization (CF) advanced to $602653.0 in Q2 2026 per PREM's latest filing, from $576342.0 in the prior quarter.
- Across five years, Depreciation & Amortization (CF) topped out at $602653.0 in Q2 2026 and bottomed at $263853.0 in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Depreciation & Amortization (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | - |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 484.82 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | 402.00 Mn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn | - |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn | 207.00 Mn |
| 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 | - | - |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | - |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | 183.00 Mn |
| 10 | Premier Air Charter Holdings | 8.43 Mn | 8.27 Mn | -35,045.00 | 602,653.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 602,653.00 |
| Mar 31, 2026 | 576,342.00 |
| Jun 30, 2025 | 290,825.00 |
| Mar 31, 2025 | 263,853.00 |
Premier Air Charter Holdings Depreciation & Amortization (CF) 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=depreciation-and-amortization-cf&ticker=PREM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "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=depreciation-and-amortization-cf&ticker=PREM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();