Cheetah Mobile (CMCM) Share-based Compensation Growth (1y) (2014 - 2025)
Analysis
Cheetah Mobile (CMCM) Share-based Compensation Growth (1y) (2014 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Atlassian | 49.08 Bn | 47.84 Bn | 1.53 Bn | 12.55% |
| 2 | Dropbox | 7.45 Bn | 6.33 Bn | 506.50 Mn | -0.51% |
| 3 | Open Text | 5.57 Bn | 4.61 Bn | 1.01 Bn | -0.34% |
| 4 | Box | 4.51 Bn | 4.07 Bn | 253.97 Mn | 1.00% |
| 5 | Monday.Com | 4.35 Bn | 3.27 Bn | 321.96 Mn | -27.23% |
| 6 | Asana | 2.10 Bn | 1.88 Bn | 186.10 Mn | -9.38% |
| 7 | Cheetah Mobile | 81.58 Mn | -80.47 Mn | 24.85 Mn | - |
| 8 | Upland Software | 10.94 Mn | -20.73 Mn | 37.47 Mn | -73.00% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -30.49% |
| Dec 31, 2024 | -16.66% |
| Dec 31, 2023 | 1,187.98% |
| Dec 31, 2022 | -39.80% |
| Dec 31, 2021 | 85.07% |
| Dec 31, 2020 | -72.49% |
| Dec 31, 2019 | -65.59% |
| Dec 31, 2018 | 758.58% |
| Dec 31, 2017 | -23.09% |
| Dec 31, 2016 | -70.49% |
| Dec 31, 2015 | -44.38% |
| Dec 31, 2014 | -23.95% |
API Access
Cheetah Mobile 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=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "ticker": "CMCM", "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=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();