Airbnb (ABNB) Non-Current Assets (2020 - 2026)
Airbnb (ABNB) posted Non-Current Assets of $3.3 billion for Q2 2026, up 1.49% on a QoQ basis from $3.2 billion in Q1 2026, and down 14.09% year-over-year from $3.8 billion in Q2 2025.
Airbnb (ABNB) Non-Current Assets (2020 - 2026) Analysis & Trends
Airbnb has reported Non-Current Assets for 7 years, with the latest figure at $3.3 billion in Q2 2026.
- On a quarterly basis, Non-Current Assets fell 14.09% year-over-year to $3.3 billion in Q2 2026; TTM through Jun 2026 was $13.4 billion, a 11.61% decrease from a year earlier, with the FY2025 full-year figure at $3.4 billion, down 9.74% from the prior year.
- Non-Current Assets was $3.3 billion for Q2 2026 at Airbnb, up from $3.2 billion in the prior quarter.
- The five-year high for Non-Current Assets was $4.1 billion in Q1 2024, with the low at $1.1 billion in Q2 2023.
- Average Non-Current Assets over 5 years is $2.9 billion, with a median of $3.5 billion recorded in 2025.
- The sharpest annual moves came in 2024 and 2026: Non-Current Assets soared 260.66% in 2024, then retreated 14.2% in 2026.
- Over 5 years, Non-Current Assets stood at $1.2 billion in 2022, then soared by 251.4% to $4.1 billion in 2023, then declined by 8.63% to $3.8 billion in 2024, then retreated by 9.74% to $3.4 billion in 2025, then dropped by 3.99% to $3.3 billion in 2026.
- The last three Non-Current Assets figures came in at $3.3 billion (Q2 2026), $3.2 billion (Q1 2026), and $3.4 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | 578.46 Bn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn | 324.48 Bn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn | 44.60 Bn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | 181.70 Bn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | 6.65 Bn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn | 53.27 Bn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - | 6.63 Bn |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn | 15.71 Bn |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn | - |
| 10 | Airbnb | 92.91 Bn | 46.14 Bn | 2.98 Bn | 3.28 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.28 Bn |
| Mar 31, 2026 | 3.23 Bn |
| Dec 31, 2025 | 3.41 Bn |
| Sep 30, 2025 | 3.53 Bn |
| Jun 30, 2025 | 3.81 Bn |
| Mar 31, 2025 | 3.76 Bn |
| Dec 31, 2024 | 3.78 Bn |
| Sep 30, 2024 | 3.85 Bn |
| Jun 30, 2024 | 4.07 Bn |
| Mar 31, 2024 | 4.14 Bn |
| Dec 31, 2023 | 4.14 Bn |
| Sep 30, 2023 | 3.92 Bn |
| Jun 30, 2023 | 1.14 Bn |
| Mar 31, 2023 | 1.15 Bn |
| Dec 31, 2022 | 1.18 Bn |
| Sep 30, 2022 | 1.21 Bn |
| Jun 30, 2022 | 1.23 Bn |
| Mar 31, 2022 | 1.31 Bn |
| Dec 31, 2021 | 1.32 Bn |
| Sep 30, 2021 | 1.36 Bn |
Airbnb Non-Current Assets 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=non-current-assets&ticker=ABNB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=ABNB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();