Premier Air Charter Holdings (PREM) Cash from Investing Activities (2015 - 2026)
Premier Air Charter Holdings' (PREM) quarterly Cash from Investing Activities came in at -$863769.0 in Q2 2026, up 22.56% on a YoY basis from -$704794.8 in Q2 2025, and down 65.73% quarter-over-quarter from -$521187.0 in Q1 2026.
Premier Air Charter Holdings (PREM) Cash from Investing Activities (2015 - 2026) Analysis & Trends
Premier Air Charter Holdings (PREM) has reported Cash from Investing Activities for 6 consecutive years, with -$863769.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities rose 22.56% year-over-year to -$863769.0; the trailing twelve-month figure through Jun 2026 stood at -$2.1 million (up 22.11% YoY), and the FY2025 full-year result was -$2.8 million, down 203.17% from the prior year.
- Cash from Investing Activities eased to -$863769.0 in Q2 2026 per PREM's latest filing, from -$521187.0 in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $298181.0 in Q4 2025 and bottomed at -$1.1 million in Q2 2025.
- Historically, Cash from Investing Activities has averaged -$603259.4 across 3 years, with a median of -$692478.0 in 2026.
- The sharpest annual moves came in 2025 and 2026: Cash from Investing Activities plunged 257.42% in 2025, then jumped 46.36% in 2026.
- Over 3 years, Cash from Investing Activities stood at -$287141.0 in 2024, then surged by 203.84% to $298181.0 in 2025, then tumbled by 389.68% to -$863769.0 in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$863769.0, -$521187.0, and $298181.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn | -1.51 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - | 20.92 Mn |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn | -560.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 | -466.00 Mn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn | -102.48 Mn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - | -45.00 Mn |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn | -225.90 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn | -185.00 Mn |
| 10 | Premier Air Charter Holdings | 8.43 Mn | 8.27 Mn | -35,045.00 | -863,769.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -863,769.00 |
| Mar 31, 2026 | -521,187.00 |
| Dec 31, 2025 | 298,181.00 |
| Sep 30, 2025 | -1.03 Mn |
| Jun 30, 2025 | -1.12 Mn |
| Mar 31, 2025 | -971,607.00 |
| Sep 30, 2024 | -287,141.00 |
| Jun 30, 2024 | -338,910.00 |
| Mar 31, 2021 | -45,000.00 |
| Mar 31, 2016 | -20,000.00 |
| Jun 30, 2015 | -100,000.00 |
| Mar 31, 2015 | -240,000.00 |
Premier Air Charter Holdings Cash from Investing Activities 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=cash-from-investing-activities&ticker=PREM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=PREM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();