Cheetah Mobile (CMCM) Non-Current Debt (2015 - 2026)
Cheetah Mobile's (CMCM) quarterly Non-Current Debt came in at $427000.0 in Q2 2026, down 83.73% on a QoQ basis from $2.6 million in Q4 2025.
Cheetah Mobile (CMCM) Non-Current Debt (2015 - 2026) Analysis & Trends
Cheetah Mobile (CMCM) has 5 years of Non-Current Debt data on file, last reported at $427000.0 in Q2 2026.
- On a quarterly basis, Non-Current Debt changed N/A year-over-year to $427000.0 in Q2 2026; TTM through Jun 2026 was $427000.0, a N/A change from a year earlier, with the FY2025 full-year figure at $2.6 million, changed N/A from the prior year.
- Non-Current Debt for Q2 2026 stood at $427000.0, down from $2.6 million in the prior quarter.
- Across five years, Non-Current Debt topped out at $2.6 million in Q4 2025 and bottomed at $427000.0 in Q2 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Atlassian | 49.08 Bn | 47.84 Bn | 1.53 Bn | 989.56 Mn |
| 2 | Dropbox | 7.45 Bn | 6.33 Bn | 506.50 Mn | 2.58 Bn |
| 3 | Open Text | 5.57 Bn | 4.61 Bn | 1.01 Bn | 5.77 Bn |
| 4 | Box | 4.51 Bn | 4.07 Bn | 253.97 Mn | 452.21 Mn |
| 5 | Monday.Com | 4.35 Bn | 3.27 Bn | 321.96 Mn | - |
| 6 | Asana | 2.10 Bn | 1.88 Bn | 186.10 Mn | - |
| 7 | Cheetah Mobile | 81.58 Mn | -80.47 Mn | 24.85 Mn | 427,000.00 |
| 8 | Upland Software | 10.94 Mn | -20.73 Mn | 37.47 Mn | 219.72 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 427,000.00 |
| Dec 31, 2025 | 2.62 Mn |
| Dec 31, 2018 | 2.83 Mn |
| Dec 31, 2016 | 17.41 Mn |
| Dec 31, 2015 | 1.65 Mn |
Cheetah Mobile Non-Current Debt 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=non-current-debt&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();