Avis Budget (CAR) Share-based Compensation Growth (5y) (2020 - 2026)
Analysis
Avis Budget (CAR) Share-based Compensation Growth (5y) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -9.71% |
| Mar 31, 2026 | -24.21% |
| Dec 31, 2025 | 0.00% |
| Sep 30, 2025 | 0.00% |
| Jun 30, 2025 | 8.45% |
| Mar 31, 2025 | 37.97% |
| Dec 31, 2024 | 4.56% |
| Sep 30, 2024 | -30.12% |
| Jun 30, 2024 | -3.04% |
| Mar 31, 2024 | 6.96% |
| Dec 31, 2023 | 0.00% |
| Sep 30, 2023 | 5.92% |
| Jun 30, 2023 | 2.71% |
| Mar 31, 2023 | 9.86% |
| Dec 31, 2022 | 3.71% |
| Sep 30, 2022 | 47.58% |
| Jun 30, 2022 | 0.00% |
| Mar 31, 2022 | 43.10% |
| Dec 31, 2021 | -3.58% |
| Sep 30, 2021 | 9.46% |
API Access
Avis Budget Share-based Compensation Growth (5y) 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=share-based-compensation-growth-5y&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-5y", "ticker": "CAR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation-growth-5y&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();