Airbnb (ABNB) Exchange Rate Effect (2020 - 2026)
Airbnb (ABNB) posted Exchange Rate Effect of -$28.0 million for Q2 2026, up 76.27% on a QoQ basis from -$118.0 million in Q1 2026, and down 105.81% year-over-year from $482.0 million in Q2 2025.
Airbnb (ABNB) Exchange Rate Effect (2020 - 2026) Analysis & Trends
Airbnb has reported Exchange Rate Effect for 7 years, with the latest figure at -$28.0 million in Q2 2026.
- On a quarterly basis, Exchange Rate Effect fell 105.81% year-over-year to -$28.0 million in Q2 2026; TTM through Jun 2026 was -$180.0 million, a 127.52% decrease from a year earlier, with the FY2025 full-year figure at $655.0 million, up 376.37% from the prior year.
- Exchange Rate Effect was -$28.0 million for Q2 2026 at Airbnb, up from -$118.0 million in the prior quarter.
- The five-year high for Exchange Rate Effect was $482.0 million in Q2 2025, with the low at -$354.0 million in Q4 2024.
- Average Exchange Rate Effect over 5 years is $4.8 million, with a median of -$15.5 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Exchange Rate Effect slumped 1981.09% in 2022, then jumped 2533.33% in 2023.
- Over 5 years, Exchange Rate Effect stood at $288.0 million in 2022, then sank by 43.75% to $162.0 million in 2023, then sank by 318.52% to -$354.0 million in 2024, then jumped by 99.15% to -$3.0 million in 2025, then slumped by 833.33% to -$28.0 million in 2026.
- The last three Exchange Rate Effect figures came in at -$28.0 million (Q2 2026), -$118.0 million (Q1 2026), and -$3.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FX Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | -31.00 Mn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn | -7.00 Mn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn | -19.63 Mn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | -224.00 Mn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | -4.00 Mn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn | 54.00 Mn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - | -111.00 Mn |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn | 182.40 Mn |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn | 26.73 Mn |
| 10 | Airbnb | 92.91 Bn | 46.14 Bn | 2.98 Bn | -28.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -28.00 Mn |
| Mar 31, 2026 | -118.00 Mn |
| Dec 31, 2025 | -3.00 Mn |
| Sep 30, 2025 | -31.00 Mn |
| Jun 30, 2025 | 482.00 Mn |
| Mar 31, 2025 | 207.00 Mn |
| Dec 31, 2024 | -354.00 Mn |
| Sep 30, 2024 | 319.00 Mn |
| Jun 30, 2024 | -91.00 Mn |
| Mar 31, 2024 | -111.00 Mn |
| Dec 31, 2023 | 162.00 Mn |
| Sep 30, 2023 | -142.00 Mn |
| Jun 30, 2023 | 53.00 Mn |
| Mar 31, 2023 | 79.00 Mn |
| Dec 31, 2022 | 288.00 Mn |
| Sep 30, 2022 | -317.00 Mn |
| Jun 30, 2022 | -311.00 Mn |
| Mar 31, 2022 | 3.00 Mn |
| Dec 31, 2021 | -50.99 Mn |
| Sep 30, 2021 | -103.25 Mn |
Airbnb 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=ABNB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "ticker": "ABNB", "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=ABNB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();