Penske Automotive (PAG) Treasury Shares (2015 - 2023)
Penske Automotive's (PAG) quarterly Treasury Shares came in at $111.3 million in Q1 2023, up 122.6% quarter-over-quarter from $50.0 million in Q1 2018.
Penske Automotive (PAG) Treasury Shares (2015 - 2023) Analysis & Trends
Penske Automotive has disclosed Treasury Shares across 5 years of filings, most recently posting $111.3 million for Q1 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | - |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | - |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | - |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | - |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | 30.43 Mn |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | - |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | 50.83 Mn |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn | 22.15 Mn |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn | 13.00 Mn |
| 10 | Marinemax | 1.16 Bn | 994.87 Mn | 218.08 Mn | 8.68 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2023 | 111.30 Mn |
| Mar 31, 2023 | 111.30 Mn |
| Mar 31, 2018 | 50.00 Mn |
| Mar 31, 2018 | 50.00 Mn |
| Jun 30, 2017 | 5.80 Mn |
| Jun 30, 2017 | 5.80 Mn |
| Mar 31, 2017 | 2.70 Mn |
| Mar 31, 2017 | 2.70 Mn |
| Jun 30, 2016 | 5.70 Mn |
| Jun 30, 2016 | 5.70 Mn |
| Mar 31, 2016 | 167.90 Mn |
| Mar 31, 2016 | 167.90 Mn |
| Jun 30, 2015 | 8.00 Mn |
| Jun 30, 2015 | 8.00 Mn |
| Mar 31, 2015 | 14.00 Mn |
| Mar 31, 2015 | 14.00 Mn |
Penske Automotive Treasury Shares 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=treasury-shares&ticker=PAG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "ticker": "PAG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=treasury-shares&ticker=PAG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();