Airbnb (ABNB) Change in Cash (2020 - 2026)
Airbnb (ABNB) posted Change in Cash of $1.5 billion for Q2 2026, down 64.28% on a QoQ basis from $4.1 billion in Q1 2026, and down 13.58% year-over-year from $1.7 billion in Q2 2025.
Airbnb (ABNB) Change in Cash (2020 - 2026) Analysis & Trends
Airbnb has reported Change in Cash for 7 years, with the latest figure at $1.5 billion in Q2 2026.
- On a quarterly basis, Change in Cash fell 13.58% year-over-year to $1.5 billion in Q2 2026; TTM through Jun 2026 was $605.0 million, a 138.19% increase from a year earlier, with the FY2025 full-year figure at $726.0 million, up 680.65% from the prior year.
- Change in Cash was $1.5 billion for Q2 2026 at Airbnb, down from $4.1 billion in the prior quarter.
- The five-year high for Change in Cash was $4.1 billion in Q1 2026, with the low at -$4.0 billion in Q3 2024.
- Average Change in Cash over 5 years is $517.9 million, with a median of $1.3 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Change in Cash surged 292.99% in 2022, then sank 810.9% in 2023.
- Over 5 years, Change in Cash stood at -$156.0 million in 2022, then tumbled by 810.9% to -$1.4 billion in 2023, then decreased by 1.2% to -$1.4 billion in 2024, then climbed by 14.67% to -$1.2 billion in 2025, then soared by 219.32% to $1.5 billion in 2026.
- The last three Change in Cash figures came in at $1.5 billion (Q2 2026), $4.1 billion (Q1 2026), and -$1.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | 17.85 Bn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn | -1.83 Bn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn | -3.16 Bn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | 1.76 Bn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | -192.00 Mn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn | -933.00 Mn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - | 1.33 Bn |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn | 1.02 Bn |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn | 767.16 Mn |
| 10 | Airbnb | 92.91 Bn | 46.14 Bn | 2.98 Bn | 1.46 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.46 Bn |
| Mar 31, 2026 | 4.10 Bn |
| Dec 31, 2025 | -1.23 Bn |
| Sep 30, 2025 | -3.73 Bn |
| Jun 30, 2025 | 1.69 Bn |
| Mar 31, 2025 | 3.99 Bn |
| Dec 31, 2024 | -1.44 Bn |
| Sep 30, 2024 | -3.99 Bn |
| Jun 30, 2024 | 1.66 Bn |
| Mar 31, 2024 | 3.86 Bn |
| Dec 31, 2023 | -1.42 Bn |
| Sep 30, 2023 | -2.89 Bn |
| Jun 30, 2023 | 1.11 Bn |
| Mar 31, 2023 | 3.77 Bn |
| Dec 31, 2022 | -156.00 Mn |
| Sep 30, 2022 | -2.98 Bn |
| Jun 30, 2022 | 2.30 Bn |
| Mar 31, 2022 | 3.21 Bn |
| Dec 31, 2021 | -145.97 Mn |
| Sep 30, 2021 | -2.07 Bn |
Airbnb Change in Cash 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=change-in-cash&ticker=ABNB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=ABNB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();