Cheetah Mobile (CMCM) Selling, General & Administrative (2013 - 2026)
Analysis
Cheetah Mobile (CMCM) Selling, General & Administrative (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Atlassian | 49.08 Bn | 47.84 Bn | 1.53 Bn | 168.19 Mn |
| 2 | Dropbox | 7.45 Bn | 6.33 Bn | 506.50 Mn | 63.80 Mn |
| 3 | Open Text | 5.57 Bn | 4.61 Bn | 1.01 Bn | 112.03 Mn |
| 4 | Box | 4.51 Bn | 4.07 Bn | 253.97 Mn | 36.21 Mn |
| 5 | Monday.Com | 4.35 Bn | 3.27 Bn | 321.96 Mn | 40.36 Mn |
| 6 | Asana | 2.10 Bn | 1.88 Bn | 186.10 Mn | 41.21 Mn |
| 7 | Cheetah Mobile | 81.58 Mn | -80.47 Mn | 24.85 Mn | -10.13 Mn |
| 8 | Upland Software | 10.94 Mn | -20.73 Mn | 37.47 Mn | 9.07 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -10.13 Mn |
| Mar 31, 2026 | -9.59 Mn |
| Dec 31, 2025 | -12.46 Mn |
| Sep 30, 2025 | -8.45 Mn |
| Jun 30, 2025 | -9.30 Mn |
| Mar 31, 2025 | -7.25 Mn |
| Dec 31, 2024 | -7.71 Mn |
| Sep 30, 2024 | -6.75 Mn |
| Jun 30, 2024 | -9.85 Mn |
| Mar 31, 2024 | -9.58 Mn |
| Dec 31, 2023 | -16.77 Mn |
| Sep 30, 2023 | -7.68 Mn |
| Jun 30, 2023 | -9.47 Mn |
| Mar 31, 2023 | -6.45 Mn |
| Dec 31, 2022 | -16.70 Mn |
| Dec 31, 2021 | -14.82 Mn |
| Sep 30, 2021 | -7.56 Mn |
| Jun 30, 2021 | -8.21 Mn |
| Mar 31, 2021 | -6.73 Mn |
| Dec 31, 2020 | -13.38 Mn |
API Access
Cheetah Mobile 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=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();