Booking Holdings (BKNG) Share-based Compensation Growth (1y) (2010 - 2026)
Analysis
Booking Holdings (BKNG) Share-based Compensation Growth (1y) (2010 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | 32.66% |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn | 58.42% |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn | 62.11% |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | -2.02% |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | 13.27% |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn | 15.79% |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - | -9.09% |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn | - |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn | 20.97% |
| 10 | AppLovin | 104.19 Bn | 94.23 Bn | 1.70 Bn | 139.50% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -9.09% |
| Mar 31, 2026 | -1.40% |
| Dec 31, 2025 | 0.00% |
| Sep 30, 2025 | 3.38% |
| Jun 30, 2025 | 10.00% |
| Mar 31, 2025 | -0.69% |
| Dec 31, 2024 | 3.73% |
| Sep 30, 2024 | 15.63% |
| Jun 30, 2024 | 9.38% |
| Mar 31, 2024 | 27.43% |
| Dec 31, 2023 | 57.84% |
| Sep 30, 2023 | 26.73% |
| Jun 30, 2023 | 18.52% |
| Mar 31, 2023 | 21.51% |
| Dec 31, 2022 | 18.60% |
| Sep 30, 2022 | 17.44% |
| Jun 30, 2022 | 18.68% |
| Mar 31, 2022 | -17.70% |
| Dec 31, 2021 | 13.16% |
| Sep 30, 2021 | 1.18% |
API Access
Booking Holdings Share-based Compensation Growth (1y) 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=share-based-compensation-growth-1y&ticker=BKNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "ticker": "BKNG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation-growth-1y&ticker=BKNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();