Amazon Com (AMZN) Exchange Rate Effect (2009 - 2026)
Amazon Com's (AMZN) quarterly Exchange Rate Effect came in at -$54.0 million in Q2 2026, down 103.79% year-over-year from $1.4 billion in Q2 2025, and down 5300.0% quarter-over-quarter from -$1.0 million in Q1 2026.
Amazon Com (AMZN) Exchange Rate Effect (2009 - 2026) Analysis & Trends
Amazon Com has disclosed Exchange Rate Effect across 18 years of filings, most recently posting -$54.0 million for Q2 2026.
- In Q2 2026, Exchange Rate Effect fell 103.79% year-over-year to -$54.0 million; the TTM figure through Jun 2026 stood at $2.4 billion (up 33.93% YoY), while the FY2026 annual figure was -$314.0 million, down 136.34% from the prior year.
- Exchange Rate Effect came in at -$54.0 million for Q2 2026 at Amazon Com, down from -$1.0 million in the prior quarter.
- In the past five years, Exchange Rate Effect ranged from a high of $1.4 billion in Q2 2025 to a low of -$1.7 billion in Q3 2022.
- Average Exchange Rate Effect over 5 years is $4.5 million, with a median of $7.5 million recorded in 2022.
- Year-over-year, Exchange Rate Effect sank 570.54% in 2022 and soared 806.25% in 2023.
- Over 5 years, Exchange Rate Effect stood at -$1.7 billion in 2022, then soared by 70.98% to -$502.0 million in 2023, then soared by 237.45% to $690.0 million in 2024, then jumped by 48.84% to $1.0 billion in 2025, then plunged by 105.26% to -$54.0 million in 2026.
- Per Business Quant data, the three most recent Exchange Rate Effect figures were -$54.0 million in Q2 2026, -$1.0 million in Q1 2026, and $1.0 billion in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Exchange Rate Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | -54.00 Mn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | -401.00 Mn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -94.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 1.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 132,000.00 |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 127,000.00 |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | -75,000.00 |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | - |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -54.00 Mn |
| Mar 31, 2026 | -1.00 Mn |
| Sep 30, 2025 | 1.03 Bn |
| Jun 30, 2025 | 1.42 Bn |
| Mar 31, 2025 | 416.00 Mn |
| Sep 30, 2024 | 690.00 Mn |
| Jun 30, 2024 | -741.00 Mn |
| Mar 31, 2024 | -429.00 Mn |
| Sep 30, 2023 | -502.00 Mn |
| Jun 30, 2023 | 214.00 Mn |
| Mar 31, 2023 | 145.00 Mn |
| Sep 30, 2022 | -1.73 Bn |
| Jun 30, 2022 | -412.00 Mn |
| Mar 31, 2022 | 16.00 Mn |
| Sep 30, 2021 | -258.00 Mn |
| Jun 30, 2021 | 234.00 Mn |
| Mar 31, 2021 | -293.00 Mn |
| Sep 30, 2020 | 377.00 Mn |
| Jun 30, 2020 | -356.00 Mn |
| Mar 31, 2020 | -484.00 Mn |
Amazon Com 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=AMZN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "AMZN", "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=AMZN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();