Avis Budget (CAR) Selling, General & Administrative (2009 - 2026)
Analysis
Avis Budget (CAR) Selling, General & Administrative (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 385.00 Mn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 385.00 Mn |
| Mar 31, 2026 | 341.00 Mn |
| Dec 31, 2025 | 321.00 Mn |
| Sep 30, 2025 | 422.00 Mn |
| Jun 30, 2025 | 396.00 Mn |
| Mar 31, 2025 | 308.00 Mn |
| Dec 31, 2024 | 312.00 Mn |
| Sep 30, 2024 | 367.00 Mn |
| Jun 30, 2024 | 348.00 Mn |
| Mar 31, 2024 | 325.00 Mn |
| Dec 31, 2023 | 309.00 Mn |
| Sep 30, 2023 | 397.00 Mn |
| Jun 30, 2023 | 378.00 Mn |
| Mar 31, 2023 | 324.00 Mn |
| Dec 31, 2022 | 322.00 Mn |
| Sep 30, 2022 | 384.00 Mn |
| Jun 30, 2022 | 359.00 Mn |
| Mar 31, 2022 | 283.00 Mn |
| Dec 31, 2021 | 308.00 Mn |
| Sep 30, 2021 | 361.00 Mn |
API Access
Avis Budget Selling, General & Administrative 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=selling-general-and-administrative&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();