Avis Budget (CAR) Common Equity (2009 - 2026)
Avis Budget's (CAR) quarterly Common Equity came in at -$3.4 billion in Q2 2026, down 23.97% year-over-year from -$4.5 billion in Q2 2025, and little changed quarter-over-quarter from -$3.4 billion in Q1 2026.
Avis Budget (CAR) Common Equity (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Common Equity across 18 years of filings, most recently posting -$3.4 billion for Q2 2026.
- In Q2 2026, Common Equity fell 23.97% year-over-year to -$3.4 billion; the TTM figure through Jun 2026 stood at -$3.4 billion (down 23.97% YoY), while the FY2025 annual figure was -$3.1 billion, down 35.05% from the prior year.
- Common Equity came in at -$3.4 billion for Q2 2026 at Avis Budget, roughly flat from -$3.4 billion in the prior quarter.
- In the past five years, Common Equity ranged from a high of -$28.0 million in Q3 2023 to a low of -$3.4 billion in Q1 2026.
- Average Common Equity over 5 years is -$1.4 billion, with a median of -$674.5 million recorded in 2022.
- Year-over-year, Common Equity soared 94.48% in 2023 and plunged 947.6% in 2025.
- Over 5 years, Common Equity stood at -$700.0 million in 2022, then surged by 51.0% to -$343.0 million in 2023, then slumped by 575.51% to -$2.3 billion in 2024, then sank by 35.05% to -$3.1 billion in 2025, then retreated by 8.28% to -$3.4 billion in 2026.
- Per Business Quant data, the three most recent Common Equity figures were -$3.4 billion in Q2 2026, -$3.4 billion in Q1 2026, and -$3.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Common Equity (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | -3.39 Bn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | 7.61 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.39 Bn |
| Mar 31, 2026 | -3.40 Bn |
| Dec 31, 2025 | -3.13 Bn |
| Sep 30, 2025 | -2.40 Bn |
| Jun 30, 2025 | -2.73 Bn |
| Mar 31, 2025 | -2.81 Bn |
| Dec 31, 2024 | -2.32 Bn |
| Sep 30, 2024 | -229.00 Mn |
| Jun 30, 2024 | -482.00 Mn |
| Mar 31, 2024 | -508.00 Mn |
| Dec 31, 2023 | -343.00 Mn |
| Sep 30, 2023 | -28.00 Mn |
| Jun 30, 2023 | -125.00 Mn |
| Mar 31, 2023 | -441.00 Mn |
| Dec 31, 2022 | -700.00 Mn |
| Sep 30, 2022 | -507.00 Mn |
| Jun 30, 2022 | -649.00 Mn |
| Mar 31, 2022 | -983.00 Mn |
| Dec 31, 2021 | -209.00 Mn |
| Sep 30, 2021 | -198.00 Mn |
Avis Budget Common Equity 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=common-equity&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "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=common-equity&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();