Cheetah Mobile (CMCM) Cash & Equivalents Growth (1y) (2014 - 2026)
Analysis
Cheetah Mobile (CMCM) Cash & Equivalents Growth (1y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash & Equiv. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Atlassian | 49.08 Bn | 47.84 Bn | 1.53 Bn | -50.67% |
| 2 | Dropbox | 7.45 Bn | 6.33 Bn | 506.50 Mn | 43.45% |
| 3 | Open Text | 5.57 Bn | 4.61 Bn | 1.01 Bn | -17.33% |
| 4 | Box | 4.51 Bn | 4.07 Bn | 253.97 Mn | -47.88% |
| 5 | Monday.Com | 4.35 Bn | 3.27 Bn | 321.96 Mn | -46.34% |
| 6 | Asana | 2.10 Bn | 1.88 Bn | 186.10 Mn | 19.23% |
| 7 | Cheetah Mobile | 81.58 Mn | -80.47 Mn | 24.85 Mn | -33.56% |
| 8 | Upland Software | 10.94 Mn | -20.73 Mn | 37.47 Mn | -24.30% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -33.56% |
| Mar 31, 2026 | -20.72% |
| Dec 31, 2025 | -16.76% |
| Sep 30, 2025 | 2.88% |
| Jun 30, 2025 | 3.86% |
| Mar 31, 2025 | -5.70% |
| Dec 31, 2024 | -9.05% |
| Jun 30, 2024 | 0.62% |
| Dec 31, 2023 | 25.92% |
| Jun 30, 2023 | 9.87% |
| Dec 31, 2022 | -10.11% |
| Jun 30, 2022 | 7.94% |
| Dec 31, 2021 | 26.31% |
| Sep 30, 2021 | 52.89% |
| Jun 30, 2021 | -33.45% |
| Mar 31, 2021 | 55.25% |
| Dec 31, 2020 | 40.70% |
| Sep 30, 2020 | 14.52% |
| Jun 30, 2020 | 21.70% |
| Mar 31, 2020 | -59.44% |
API Access
Cheetah Mobile Cash & Equivalents 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=cash-and-equivalents-growth-1y&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-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=cash-and-equivalents-growth-1y&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();