Yelp (YELP) Share-based Compensation Growth (1y) (2012 - 2026)
Analysis
Yelp (YELP) Share-based Compensation Growth (1y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | 86.33% |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | 13.34% | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | - |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | 42.81% | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | -13.87% |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | 4.49% |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | 12.97% |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | - |
| 10 | Yelp | 1.07 Bn | 972.47 Mn | 333.74 Mn | -25.96% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -25.96% |
| Mar 31, 2026 | -18.58% |
| Dec 31, 2025 | -17.04% |
| Sep 30, 2025 | -16.70% |
| Jun 30, 2025 | -15.62% |
| Mar 31, 2025 | -12.27% |
| Dec 31, 2024 | -13.33% |
| Sep 30, 2024 | -9.19% |
| Jun 30, 2024 | -5.43% |
| Mar 31, 2024 | -7.67% |
| Dec 31, 2023 | 10.49% |
| Sep 30, 2023 | 12.52% |
| Jun 30, 2023 | 8.78% |
| Mar 31, 2023 | 12.66% |
| Dec 31, 2022 | 3.43% |
| Sep 30, 2022 | 6.01% |
| Jun 30, 2022 | -1.95% |
| Mar 31, 2022 | 4.62% |
| Dec 31, 2021 | 9.85% |
| Sep 30, 2021 | 20.45% |
API Access
Yelp 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=YELP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "ticker": "YELP", "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=YELP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();