Avis Budget (CAR) Share-based Compensation (2015 - 2026)
Avis Budget's (CAR) quarterly Share-based Compensation came in at $6.0 million in Q2 2026, little changed year-over-year from $6.0 million in Q2 2025, and up 500.0% quarter-over-quarter from $1.0 million in Q1 2026.
Avis Budget (CAR) Share-based Compensation (2015 - 2026) Analysis & Trends
Avis Budget has disclosed Share-based Compensation across 12 years of filings, most recently posting $6.0 million for Q2 2026.
- In Q2 2026, Share-based Compensation changed 0.0% year-over-year to $6.0 million; the TTM figure through Jun 2026 stood at $14.0 million (down 22.22% YoY), while the FY2025 annual figure was $19.0 million, changed 0.0% from the prior year.
- Share-based Compensation came in at $6.0 million for Q2 2026 at Avis Budget, up from $1.0 million in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $8.0 million in Q1 2023 to a low of $1.0 million in Q3 2024.
- Average Share-based Compensation over 5 years is $5.6 million, with a median of $6.0 million recorded in 2022.
- Year-over-year, Share-based Compensation plunged 87.5% in 2024 and surged 300.0% in 2025.
- Over 5 years, Share-based Compensation stood at $6.0 million in 2022, then changed by 0.0% to $6.0 million in 2023, then dropped by 16.67% to $5.0 million in 2024, then tumbled by 40.0% to $3.0 million in 2025, then soared by 100.0% to $6.0 million in 2026.
- Per Business Quant data, the three most recent Share-based Compensation figures were $6.0 million in Q2 2026, $1.0 million in Q1 2026, and $3.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 6.00 Mn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.00 Mn |
| Mar 31, 2026 | 1.00 Mn |
| Dec 31, 2025 | 3.00 Mn |
| Sep 30, 2025 | 4.00 Mn |
| Jun 30, 2025 | 6.00 Mn |
| Mar 31, 2025 | 6.00 Mn |
| Dec 31, 2024 | 5.00 Mn |
| Sep 30, 2024 | 1.00 Mn |
| Jun 30, 2024 | 6.00 Mn |
| Mar 31, 2024 | 7.00 Mn |
| Dec 31, 2023 | 6.00 Mn |
| Sep 30, 2023 | 8.00 Mn |
| Jun 30, 2023 | 8.00 Mn |
| Mar 31, 2023 | 8.00 Mn |
| Dec 31, 2022 | 6.00 Mn |
| Sep 30, 2022 | 7.00 Mn |
| Jun 30, 2022 | 6.00 Mn |
| Mar 31, 2022 | 6.00 Mn |
| Dec 31, 2021 | 5.00 Mn |
| Sep 30, 2021 | 11.00 Mn |
Avis Budget Share-based Compensation 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&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();