Airbnb (ABNB) EPS (Diluted) (2020 - 2026)
Analysis
Airbnb (ABNB) EPS (Diluted) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Diluted) (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | 9.11 |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn | 6.18 |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn | 0.80 |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | 0.65 |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | 1.16 |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn | 1.17 |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - | 2.53 |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn | 2.70 |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn | 3.01 |
| 10 | Airbnb | 92.91 Bn | 46.14 Bn | 2.98 Bn | 1.37 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.37 |
| Mar 31, 2026 | 0.26 |
| Dec 31, 2025 | 0.55 |
| Sep 30, 2025 | 2.21 |
| Jun 30, 2025 | 1.03 |
| Mar 31, 2025 | 0.24 |
| Dec 31, 2024 | 0.71 |
| Sep 30, 2024 | 2.13 |
| Jun 30, 2024 | 0.86 |
| Mar 31, 2024 | 0.40 |
| Dec 31, 2023 | -0.53 |
| Sep 30, 2023 | 6.63 |
| Jun 30, 2023 | 0.98 |
| Mar 31, 2023 | 0.17 |
| Dec 31, 2022 | 0.47 |
| Sep 30, 2022 | 1.79 |
| Jun 30, 2022 | 0.55 |
| Mar 31, 2022 | -0.03 |
| Dec 31, 2021 | 0.09 |
| Sep 30, 2021 | 1.22 |
API Access
Airbnb EPS (Diluted) 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=eps-diluted&ticker=ABNB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted", "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=eps-diluted&ticker=ABNB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();