Avis Budget (CAR) Shares Outstanding (2009 - 2026)
Avis Budget's (CAR) quarterly Shares Outstanding (Entity) came in at $35.3 million in Q2 2026, little changed year-over-year from $35.2 million in Q2 2025, and little changed quarter-over-quarter from $35.3 million in Q1 2026.
Avis Budget (CAR) Shares Outstanding (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Shares Outstanding (Entity) across 18 years of filings, most recently posting $35.3 million for Q2 2026.
- In Q2 2026, Shares Outstanding (Entity) changed 0.38% year-over-year to $35.3 million; the TTM figure through Jun 2026 stood at $35.3 million (changed 0.38% YoY), while the FY2025 annual figure was $35.3 million, changed 0.42% from the prior year.
- Shares Outstanding (Entity) came in at $35.3 million for Q2 2026 at Avis Budget, roughly flat from $35.3 million in the prior quarter.
- In the past five years, Shares Outstanding (Entity) ranged from a high of $48.3 million in Q1 2022 to a low of $35.1 million in Q4 2024.
- Average Shares Outstanding (Entity) over 5 years is $37.8 million, with a median of $35.6 million recorded in 2023.
- Year-over-year, Shares Outstanding (Entity) tumbled 30.88% in 2022 and grew 0.42% in 2025.
- Over 5 years, Shares Outstanding (Entity) stood at $39.5 million in 2022, then decreased by 10.13% to $35.5 million in 2023, then retreated by 1.02% to $35.1 million in 2024, then climbed by 0.42% to $35.3 million in 2025, then grew by 0.19% to $35.3 million in 2026.
- Per Business Quant data, the three most recent Shares Outstanding (Entity) figures were $35.3 million in Q2 2026, $35.3 million in Q1 2026, and $35.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 35.30 Mn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | 19.61 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 35.30 Mn |
| Mar 31, 2026 | 35.30 Mn |
| Dec 31, 2025 | 35.20 Mn |
| Sep 30, 2025 | 35.20 Mn |
| Jun 30, 2025 | 35.20 Mn |
| Mar 31, 2025 | 35.20 Mn |
| Dec 31, 2024 | 35.50 Mn |
| Sep 30, 2024 | 35.50 Mn |
| Jun 30, 2024 | 35.60 Mn |
| Mar 31, 2024 | 35.60 Mn |
| Dec 31, 2023 | 38.30 Mn |
| Sep 30, 2023 | 36.90 Mn |
| Jun 30, 2023 | 39.10 Mn |
| Mar 31, 2023 | 39.60 Mn |
| Dec 31, 2022 | 47.30 Mn |
| Sep 30, 2022 | 46.80 Mn |
| Jun 30, 2022 | 48.50 Mn |
| Mar 31, 2022 | 53.10 Mn |
| Dec 31, 2021 | 64.90 Mn |
| Sep 30, 2021 | 63.70 Mn |
Avis Budget Shares Outstanding 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=shares-outstanding&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();