Airbnb (ABNB) Selling, General & Administrative (2020 - 2026)
Analysis
Airbnb (ABNB) Selling, General & Administrative (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | 6.46 Bn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn | 5.61 Bn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn | 498.85 Mn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | -1.87 Bn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | 136.00 Mn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn | 935.00 Mn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - | 217.00 Mn |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn | -345.00 Mn |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn | 172.03 Mn |
| 10 | Airbnb | 92.91 Bn | 46.14 Bn | 2.98 Bn | 309.00 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 309.00 Mn |
| Mar 31, 2026 | 296.00 Mn |
| Dec 31, 2025 | 411.00 Mn |
| Sep 30, 2025 | 330.00 Mn |
| Jun 30, 2025 | 307.00 Mn |
| Mar 31, 2025 | 294.00 Mn |
| Dec 31, 2024 | 248.00 Mn |
| Sep 30, 2024 | 335.00 Mn |
| Jun 30, 2024 | 315.00 Mn |
| Mar 31, 2024 | 287.00 Mn |
| Dec 31, 2023 | 1.20 Bn |
| Sep 30, 2023 | 304.00 Mn |
| Jun 30, 2023 | 275.00 Mn |
| Mar 31, 2023 | 243.00 Mn |
| Dec 31, 2022 | 256.00 Mn |
| Sep 30, 2022 | 240.00 Mn |
| Jun 30, 2022 | 244.00 Mn |
| Mar 31, 2022 | 210.00 Mn |
| Dec 31, 2021 | 217.19 Mn |
| Sep 30, 2021 | 210.75 Mn |
API Access
Airbnb Selling, General & Administrative 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=selling-general-and-administrative&ticker=ABNB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=ABNB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();