Premier Air Charter Holdings (PREM) Net Equity Issued and Repurchased (2013 - 2015)
Premier Air Charter Holdings' (PREM) quarterly Net Equity Issued and Repurchased came in at $115006.0 in Q4 2015, up 15.01% quarter-over-quarter from $100000.0 in Q3 2015.
Premier Air Charter Holdings (PREM) Net Equity Issued and Repurchased (2013 - 2015) Analysis & Trends
Premier Air Charter Holdings (PREM) has reported Net Equity Issued and Repurchased for 2 consecutive years, with $115006.0 the latest figure, recorded in Q4 2015.
- For the quarter ending Q4 2015, Net Equity Issued and Repurchased changed N/A year-over-year to $115006.0; the trailing twelve-month figure through Mar 2019 stood at $115006.0 (changed N/A YoY), and the FY2019 full-year result was $100000.0, changed N/A from the prior year.
- Net Equity Issued and Repurchased rose to $115006.0 in Q4 2015 per PREM's latest filing, from $100000.0 in the prior quarter.
- Across five years, Net Equity Issued and Repurchased topped out at $115006.0 in Q4 2015 and bottomed at $3000.0 in Q1 2013.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Equity Issued and Repurchased (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 | - | - |
| 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 | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | 115,006.00 |
| Sep 30, 2015 | 100,000.00 |
| Jun 30, 2015 | 50,000.00 |
| Dec 31, 2013 | 24,700.00 |
| Mar 31, 2013 | 3,000.00 |
Premier Air Charter Holdings Net Equity Issued and Repurchased 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=net-equity-issued-and-repurchased&ticker=PREM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-equity-issued-and-repurchased", "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=net-equity-issued-and-repurchased&ticker=PREM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();