Penske Automotive (PAG) Cash & Equivalents Growth (1y) (2010 - 2026)
Analysis
Penske Automotive (PAG) Cash & Equivalents Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Carvana | 71.88 Bn | 70.24 Bn | 1.38 Bn | 41.63% |
| 2 | Penske Automotive | 13.78 Bn | 13.73 Bn | 1.36 Bn | -55.25% |
| 3 | Carmax | 8.07 Bn | 7.47 Bn | 854.41 Mn | 1.85% |
| 4 | Lithia Motors | 6.87 Bn | 6.53 Bn | 1.50 Bn | -10.01% |
| 5 | Autonation | 5.62 Bn | 5.57 Bn | 1.23 Bn | -15.26% |
| 6 | Uxin | 5.40 Bn | 5.46 Bn | 10.88 Mn | - |
| 7 | Sonic Automotive | 5.39 Bn | 5.37 Bn | 616.20 Mn | -82.61% |
| 8 | Asbury Automotive | 3.36 Bn | 3.32 Bn | 753.10 Mn | -44.53% |
| 9 | Group 1 Automotive | 3.02 Bn | 2.86 Bn | 860.60 Mn | 212.14% |
| 10 | Marinemax | 1.16 Bn | 994.87 Mn | 218.08 Mn | 15.73% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -55.25% |
| Mar 31, 2026 | -29.31% |
| Dec 31, 2025 | -22.61% |
| Sep 30, 2025 | -12.62% |
| Jun 30, 2025 | 34.93% |
| Mar 31, 2025 | 1.28% |
| Dec 31, 2024 | -13.28% |
| Sep 30, 2024 | -11.97% |
| Jun 30, 2024 | -3.76% |
| Mar 31, 2024 | 16.20% |
| Dec 31, 2023 | -9.48% |
| Sep 30, 2023 | 13.11% |
| Jun 30, 2023 | -22.79% |
| Mar 31, 2023 | -40.93% |
| Dec 31, 2022 | 5.76% |
| Sep 30, 2022 | -22.57% |
| Jun 30, 2022 | -6.23% |
| Mar 31, 2022 | 80.02% |
| Dec 31, 2021 | 103.43% |
| Sep 30, 2021 | 28.59% |
API Access
Penske Automotive Cash & Equivalents Growth (1y) 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-and-equivalents-growth-1y&ticker=PAG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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=cash-and-equivalents-growth-1y&ticker=PAG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();