Etsy (ETSY) Exchange Rate Effect (2014 - 2026)
Etsy's (ETSY) quarterly Exchange Rate Effect came in at -$3.4 million in Q2 2026, down 114.97% on a YoY basis from $23.0 million in Q2 2025, and up 48.13% quarter-over-quarter from -$6.6 million in Q1 2026.
Etsy (ETSY) Exchange Rate Effect (2014 - 2026) Analysis & Trends
Etsy (ETSY) has reported Exchange Rate Effect for 13 consecutive years, with -$3.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Exchange Rate Effect fell 114.97% year-over-year to -$3.4 million; the trailing twelve-month figure through Jun 2026 stood at -$9.7 million (down 131.33% YoY), and the FY2025 full-year result was $37.6 million, up 344.78% from the prior year.
- Exchange Rate Effect climbed to -$3.4 million in Q2 2026 per ETSY's latest filing, from -$6.6 million in the prior quarter.
- Across five years, Exchange Rate Effect topped out at $23.7 million in Q4 2022 and bottomed at -$24.0 million in Q4 2024.
- Historically, Exchange Rate Effect has averaged $1.0 million across 5 years, with a median of -$909500.0 in 2022.
- The widest YoY moves for Exchange Rate Effect: up 2180.77% in 2022, down 512.95% in 2022.
- Over 5 years, Exchange Rate Effect stood at $23.7 million in 2022, then tumbled by 48.17% to $12.3 million in 2023, then sank by 295.42% to -$24.0 million in 2024, then soared by 104.48% to $1.1 million in 2025, then sank by 419.72% to -$3.4 million in 2026.
- According to Business Quant data, Exchange Rate Effect over the past three periods registered -$3.4 million, -$6.6 million, and $1.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | -3.44 Mn |
| Mar 31, 2026 | -6.63 Mn |
| Dec 31, 2025 | 1.08 Mn |
| Sep 30, 2025 | -754,000.00 |
| Jun 30, 2025 | 22.95 Mn |
| Mar 31, 2025 | 14.29 Mn |
| Dec 31, 2024 | -24.00 Mn |
| Sep 30, 2024 | 17.86 Mn |
| Jun 30, 2024 | -2.80 Mn |
| Mar 31, 2024 | -6.40 Mn |
| Dec 31, 2023 | 12.28 Mn |
| Sep 30, 2023 | -7.54 Mn |
| Jun 30, 2023 | 2.76 Mn |
| Mar 31, 2023 | 4.53 Mn |
| Dec 31, 2022 | 23.70 Mn |
| Sep 30, 2022 | -16.22 Mn |
| Jun 30, 2022 | -12.44 Mn |
| Mar 31, 2022 | -1.07 Mn |
| Dec 31, 2021 | -1.14 Mn |
| Sep 30, 2021 | -3.61 Mn |
Etsy 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=ETSY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "ETSY", "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=ETSY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();