Avis Budget (CAR) Cash & Equivalents Growth (3y) (2012 - 2026)
Analysis
Avis Budget (CAR) Cash & Equivalents Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | -0.76% |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | -18.39% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.76% |
| Mar 31, 2026 | -1.23% |
| Dec 31, 2025 | -3.08% |
| Sep 30, 2025 | -0.99% |
| Jun 30, 2025 | -2.24% |
| Mar 31, 2025 | -2.10% |
| Dec 31, 2024 | 0.00% |
| Sep 30, 2024 | -12.09% |
| Jun 30, 2024 | -27.19% |
| Mar 31, 2024 | -3.23% |
| Dec 31, 2023 | -7.09% |
| Sep 30, 2023 | -28.49% |
| Jun 30, 2023 | -23.15% |
| Mar 31, 2023 | -6.90% |
| Dec 31, 2022 | -5.99% |
| Sep 30, 2022 | -1.88% |
| Jun 30, 2022 | 2.73% |
| Mar 31, 2022 | 0.61% |
| Dec 31, 2021 | -4.60% |
| Sep 30, 2021 | 13.56% |
API Access
Avis Budget Cash & Equivalents Growth (3y) 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=cash-and-equivalents-growth-3y&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-3y", "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=cash-and-equivalents-growth-3y&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();