Airbnb (ABNB) Cash from Investing Activities (2020 - 2026)
Airbnb (ABNB) posted Cash from Investing Activities of -$349.0 million for Q2 2026, up 24.3% on a QoQ basis from -$461.0 million in Q1 2026, and down 283.52% year-over-year from $190.2 million in Q2 2025.
Airbnb (ABNB) Cash from Investing Activities (2020 - 2026) Analysis & Trends
Airbnb has reported Cash from Investing Activities for 7 years, with the latest figure at -$349.0 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 283.52% year-over-year to -$349.0 million in Q2 2026; TTM through Jun 2026 was -$1.3 billion, a 98.19% decrease from a year earlier, with the FY2025 full-year figure at -$748.0 million, down 21.43% from the prior year.
- Cash from Investing Activities was -$349.0 million for Q2 2026 at Airbnb, up from -$461.0 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $368.0 million in Q2 2022, with the low at -$475.0 million in Q4 2023.
- Average Cash from Investing Activities over 5 years is -$180.2 million, with a median of -$190.0 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Cash from Investing Activities surged 83.2% in 2022, then tumbled 550.0% in 2023.
- Over 5 years, Cash from Investing Activities stood at -$143.0 million in 2022, then plunged by 232.17% to -$475.0 million in 2023, then surged by 53.68% to -$220.0 million in 2024, then sank by 36.36% to -$300.0 million in 2025, then slipped by 16.33% to -$349.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$349.0 million (Q2 2026), -$461.0 million (Q1 2026), and -$300.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | -82.43 Bn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn | -49.65 Bn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn | -218.64 Mn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | -2.80 Bn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | 571.00 Mn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn | -5.39 Bn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - | -89.00 Mn |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn | -2.93 Bn |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn | 72.07 Mn |
| 10 | Airbnb | 92.91 Bn | 46.14 Bn | 2.98 Bn | -349.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -349.00 Mn |
| Mar 31, 2026 | -461.00 Mn |
| Dec 31, 2025 | -300.00 Mn |
| Sep 30, 2025 | -206.00 Mn |
| Jun 30, 2025 | -91.00 Mn |
| Mar 31, 2025 | -151.00 Mn |
| Dec 31, 2024 | -220.00 Mn |
| Sep 30, 2024 | -202.00 Mn |
| Jun 30, 2024 | -110.00 Mn |
| Mar 31, 2024 | -84.00 Mn |
| Dec 31, 2023 | -475.00 Mn |
| Sep 30, 2023 | -364.00 Mn |
| Jun 30, 2023 | -20.00 Mn |
| Mar 31, 2023 | -183.00 Mn |
| Dec 31, 2022 | -143.00 Mn |
| Sep 30, 2022 | -56.00 Mn |
| Jun 30, 2022 | 368.00 Mn |
| Mar 31, 2022 | -197.00 Mn |
| Dec 31, 2021 | -329.48 Mn |
| Sep 30, 2021 | -175.75 Mn |
Airbnb Cash from Investing Activities 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=cash-from-investing-activities&ticker=ABNB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=ABNB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();