Alibaba Group Holding (BABA) Exchange Rate Effect (2013 - 2026)
Alibaba Group Holding's (BABA) quarterly Exchange Rate Effect came in at -$224.0 million in Q2 2026, down 67.16% year-over-year from -$682.2 million in Q2 2025, and down 45.45% quarter-over-quarter from -$154.0 million in Q1 2026.
Alibaba Group Holding (BABA) Exchange Rate Effect (2013 - 2026) Analysis & Trends
Alibaba Group Holding has disclosed Exchange Rate Effect across 14 years of filings, most recently posting -$224.0 million for Q2 2026.
- In Q2 2026, Exchange Rate Effect fell 67.16% year-over-year to -$224.0 million; the TTM figure through Jun 2026 stood at -$660.0 million (down 522.64% YoY), while the FY2026 annual figure was -$580.0 million, down 536.09% from the prior year.
- Exchange Rate Effect came in at -$224.0 million for Q2 2026 at Alibaba Group Holding, down from -$154.0 million in the prior quarter.
- In the past five years, Exchange Rate Effect ranged from a high of $595.0 million in Q2 2023 to a low of -$372.0 million in Q4 2023.
- Average Exchange Rate Effect over 5 years is $16.2 million, with a median of -$106.0 million recorded in 2025.
- Year-over-year, Exchange Rate Effect surged 1510.0% in 2022 and slumped 412.5% in 2024.
- Over 5 years, Exchange Rate Effect stood at -$295.0 million in 2022, then retreated by 26.1% to -$372.0 million in 2023, then soared by 222.58% to $456.0 million in 2024, then tumbled by 146.93% to -$214.0 million in 2025, then dropped by 4.67% to -$224.0 million in 2026.
- Per Business Quant data, the three most recent Exchange Rate Effect figures were -$224.0 million in Q2 2026, -$154.0 million in Q1 2026, and -$214.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,070.34 Bn | 3,641.31 Bn | 73.85 Bn | -31.00 Mn |
| 2 | Meta Platforms | 1,876.83 Bn | 1,786.57 Bn | 49.47 Bn | -7.00 Mn |
| 3 | Netflix | 297.14 Bn | 288.01 Bn | 6.52 Bn | -19.63 Mn |
| 4 | Alibaba Group Holding | 257.29 Bn | 222.03 Bn | 15.11 Bn | -224.00 Mn |
| 5 | Shopify | 184.36 Bn | 179.41 Bn | 1.71 Bn | -4.00 Mn |
| 6 | Uber Technologies | 141.62 Bn | 136.41 Bn | 6.38 Bn | 54.00 Mn |
| 7 | Booking Holdings | 117.14 Bn | 99.93 Bn | 4.98 Bn | -111.00 Mn |
| 8 | PDD Holdings | 112.73 Bn | 82.45 Bn | 9.45 Bn | 182.40 Mn |
| 9 | AppLovin | 105.70 Bn | 102.65 Bn | 1.70 Bn | -1.55 Mn |
| 10 | Spotify Technology | 105.08 Bn | 94.17 Bn | 1.86 Bn | 26.73 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -224.00 Mn |
| Mar 31, 2026 | -154.00 Mn |
| Dec 31, 2025 | -214.00 Mn |
| Sep 30, 2025 | -68.00 Mn |
| Jun 30, 2025 | -134.00 Mn |
| Mar 31, 2025 | -78.00 Mn |
| Dec 31, 2024 | 456.00 Mn |
| Sep 30, 2024 | -350.00 Mn |
| Jun 30, 2024 | 91.00 Mn |
| Mar 31, 2024 | 263.00 Mn |
| Dec 31, 2023 | -372.00 Mn |
| Sep 30, 2023 | 112.00 Mn |
| Jun 30, 2023 | 595.00 Mn |
| Mar 31, 2023 | -174.00 Mn |
| Dec 31, 2022 | -295.00 Mn |
| Sep 30, 2022 | 483.00 Mn |
| Jun 30, 2022 | 497.00 Mn |
| Mar 31, 2022 | -143.00 Mn |
| Dec 31, 2021 | -930.00 Mn |
| Sep 30, 2021 | 30.00 Mn |
Alibaba Group Holding 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=BABA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "BABA", "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=BABA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();