Cheetah Mobile (CMCM) Short term Debt (2013 - 2024)
Cheetah Mobile's (CMCM) quarterly Short term Debt came in at $692000.0 in Q1 2024, little changed on a QoQ basis from $694437.0 in Q4 2023.
Cheetah Mobile (CMCM) Short term Debt (2013 - 2024) Analysis & Trends
Cheetah Mobile (CMCM) has 8 years of Short term Debt data on file, last reported at $692000.0 in Q1 2024.
- On a quarterly basis, Short term Debt changed N/A year-over-year to $692000.0 in Q1 2024; TTM through Mar 2024 was $692000.0, a N/A change from a year earlier, with the FY2023 full-year figure at $704000.0, changed N/A from the prior year.
- Short term Debt for Q1 2024 stood at $692000.0, roughly flat from $694437.0 in the prior quarter.
- Across five years, Short term Debt topped out at $10.0 million in Q3 2020 and bottomed at $692000.0 in Q1 2024.
- Historically, Short term Debt has averaged $6.3 million across 3 years, with a median of $10.0 million in 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Atlassian | 49.08 Bn | 47.84 Bn | 1.53 Bn |
| 2 | Dropbox | 7.45 Bn | 6.33 Bn | 506.50 Mn |
| 3 | Open Text | 5.57 Bn | 4.61 Bn | 1.01 Bn |
| 4 | Box | 4.51 Bn | 4.07 Bn | 253.97 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 |
| 8 | Upland Software | 10.94 Mn | -20.73 Mn | 37.47 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2024 | 692,000.00 |
| Dec 31, 2023 | 694,436.97 |
| Sep 30, 2020 | 10.03 Mn |
| Jun 30, 2020 | 10.02 Mn |
| Mar 31, 2020 | 10.01 Mn |
| Dec 31, 2017 | 50.83 Mn |
| Sep 30, 2017 | 56.79 Mn |
| Jun 30, 2017 | 56.28 Mn |
| Mar 31, 2017 | 55.89 Mn |
| Dec 31, 2016 | 55.63 Mn |
| Sep 30, 2016 | 53.71 Mn |
| Jun 30, 2016 | 51.83 Mn |
| Mar 31, 2016 | 20.18 Mn |
| Dec 31, 2015 | 20.42 Mn |
| Sep 30, 2015 | 1.69 Mn |
| Jun 30, 2015 | 1.65 Mn |
| Dec 31, 2014 | 5.10 Mn |
| Dec 31, 2013 | 751,940.14 |
Cheetah Mobile Short term 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=short-term-debt&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-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=short-term-debt&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();