Ebay (EBAY) Exchange Rate Effect (2009 - 2026)
Ebay (EBAY) posted Exchange Rate Effect of -$11.0 million for Q2 2026, up 8.33% on a QoQ basis from -$12.0 million in Q1 2026, and down 135.48% year-over-year from $31.0 million in Q2 2025.
Ebay (EBAY) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Ebay has reported Exchange Rate Effect for 18 years, with the latest figure at -$11.0 million in Q2 2026.
- On a quarterly basis, Exchange Rate Effect fell 135.48% year-over-year to -$11.0 million in Q2 2026; TTM through Jun 2026 was -$22.0 million, a 156.41% decrease from a year earlier, with the FY2025 full-year figure at $51.0 million, up 282.14% from the prior year.
- Exchange Rate Effect was -$11.0 million for Q2 2026 at Ebay, up from -$12.0 million in the prior quarter.
- The five-year high for Exchange Rate Effect was $32.0 million in Q4 2022, with the low at -$39.0 million in Q2 2022.
- Average Exchange Rate Effect over 5 years is -$2.9 million, with a median of -$8.0 million recorded in 2023.
- The largest YoY upside for Exchange Rate Effect was 633.33% in 2022 against a maximum downside of 750.0% in 2022.
- Over 5 years, Exchange Rate Effect stood at $32.0 million in 2022, then plunged by 34.38% to $21.0 million in 2023, then plunged by 257.14% to -$33.0 million in 2024, then jumped by 118.18% to $6.0 million in 2025, then plunged by 283.33% to -$11.0 million in 2026.
- The last three Exchange Rate Effect figures came in at -$11.0 million (Q2 2026), -$12.0 million (Q1 2026), and $6.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Exchange Rate Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Alibaba Group Holding | 263.05 Bn | 227.79 Bn | 15.11 Bn | -224.00 Mn |
| 2 | Booking Holdings | 126.16 Bn | 108.94 Bn | 4.98 Bn | -111.00 Mn |
| 3 | PDD Holdings | 112.31 Bn | 82.02 Bn | 9.45 Bn | 182.40 Mn |
| 4 | Airbnb | 98.07 Bn | 86.00 Bn | 2.98 Bn | -28.00 Mn |
| 5 | Mercadolibre | 90.61 Bn | 75.42 Bn | 4.16 Bn | 21.00 Mn |
| 6 | Ebay | 49.77 Bn | 46.46 Bn | 2.30 Bn | -11.00 Mn |
| 7 | Expedia | 31.98 Bn | 24.85 Bn | 3.91 Bn | -8.00 Mn |
| 8 | Maplebear | 10.57 Bn | 9.72 Bn | 751.00 Mn | -2.00 Mn |
| 9 | Full Truck Alliance | 7.59 Bn | 6.63 Bn | - | -4.96 Mn |
| 10 | Etsy | 6.70 Bn | 5.58 Bn | 484.05 Mn | -3.44 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -11.00 Mn |
| Mar 31, 2026 | -12.00 Mn |
| Dec 31, 2025 | 6.00 Mn |
| Sep 30, 2025 | -5.00 Mn |
| Jun 30, 2025 | 31.00 Mn |
| Mar 31, 2025 | 19.00 Mn |
| Dec 31, 2024 | -33.00 Mn |
| Sep 30, 2024 | 22.00 Mn |
| Jun 30, 2024 | -6.00 Mn |
| Mar 31, 2024 | -11.00 Mn |
| Dec 31, 2023 | 21.00 Mn |
| Sep 30, 2023 | -10.00 Mn |
| Jun 30, 2023 | -11.00 Mn |
| Mar 31, 2023 | 5.00 Mn |
| Dec 31, 2022 | 32.00 Mn |
| Sep 30, 2022 | -32.00 Mn |
| Jun 30, 2022 | -39.00 Mn |
| Mar 31, 2022 | -18.00 Mn |
| Dec 31, 2021 | -6.00 Mn |
| Sep 30, 2021 | 35.00 Mn |
Ebay 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=EBAY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "EBAY", "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=EBAY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();