Avis Budget (CAR) Exchange Rate Effect (2009 - 2026)
Avis Budget's (CAR) quarterly Exchange Rate Effect came in at -$2.0 million in Q2 2026, down 107.41% year-over-year from $27.0 million in Q2 2025, and up 71.43% quarter-over-quarter from -$7.0 million in Q1 2026.
Avis Budget (CAR) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Avis Budget has disclosed Exchange Rate Effect across 18 years of filings, most recently posting -$2.0 million for Q2 2026.
- In Q2 2026, Exchange Rate Effect fell 107.41% year-over-year to -$2.0 million; the TTM figure through Jun 2026 stood at -$13.0 million (down 168.42% YoY), while the FY2025 annual figure was $31.0 million, up 200.0% from the prior year.
- Exchange Rate Effect came in at -$2.0 million for Q2 2026 at Avis Budget, up from -$7.0 million in the prior quarter.
- In the past five years, Exchange Rate Effect ranged from a high of $27.0 million in Q2 2025 to a low of -$29.0 million in Q4 2024.
- Average Exchange Rate Effect over 5 years is -$1.5 million, with a median of -$2.0 million recorded in 2022.
- Year-over-year, Exchange Rate Effect tumbled 483.33% in 2022 and jumped 1450.0% in 2025.
- Over 5 years, Exchange Rate Effect stood at $21.0 million in 2022, then fell by 14.29% to $18.0 million in 2023, then sank by 261.11% to -$29.0 million in 2024, then surged by 103.45% to $1.0 million in 2025, then plunged by 300.0% to -$2.0 million in 2026.
- Per Business Quant data, the three most recent Exchange Rate Effect figures were -$2.0 million in Q2 2026, -$7.0 million in Q1 2026, and $1.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | -2.00 Mn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.00 Mn |
| Mar 31, 2026 | -7.00 Mn |
| Dec 31, 2025 | 1.00 Mn |
| Sep 30, 2025 | -5.00 Mn |
| Jun 30, 2025 | 27.00 Mn |
| Mar 31, 2025 | 8.00 Mn |
| Dec 31, 2024 | -29.00 Mn |
| Sep 30, 2024 | 13.00 Mn |
| Jun 30, 2024 | -2.00 Mn |
| Mar 31, 2024 | -13.00 Mn |
| Dec 31, 2023 | 18.00 Mn |
| Sep 30, 2023 | -10.00 Mn |
| Jun 30, 2023 | 1.00 Mn |
| Mar 31, 2023 | 5.00 Mn |
| Dec 31, 2022 | 21.00 Mn |
| Sep 30, 2022 | -28.00 Mn |
| Jun 30, 2022 | -23.00 Mn |
| Mar 31, 2022 | -2.00 Mn |
| Dec 31, 2021 | 4.00 Mn |
| Sep 30, 2021 | -11.00 Mn |
Avis Budget Exchange Rate Effect 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=exchange-rate-effect&ticker=CAR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=CAR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();