Cheetah Mobile (CMCM) Preferred Stock Liabilities (2013 - 2014)
Cheetah Mobile's (CMCM) quarterly Preferred Stock Liabilities came in at $70.9 million in Q1 2014, down 2.42% on a QoQ basis from $72.7 million in Q4 2013.
Cheetah Mobile (CMCM) Preferred Stock Liabilities (2013 - 2014) Analysis & Trends
Cheetah Mobile (CMCM) has 2 years of Preferred Stock Liabilities data on file, last reported at $70.9 million in Q1 2014.
- On a quarterly basis, Preferred Stock Liabilities changed N/A year-over-year to $70.9 million in Q1 2014; TTM through Mar 2014 was $70.9 million, a N/A change from a year earlier, with the FY2013 full-year figure at $72.7 million, changed N/A from the prior year.
- Preferred Stock Liabilities for Q1 2014 stood at $70.9 million, down from $72.7 million in the prior quarter.
- Across five years, Preferred Stock Liabilities topped out at $72.7 million in Q4 2013 and bottomed at $70.9 million in Q1 2014.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Preferred Stock Liabilities (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 | 497.42 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 | 132.10 Mn |
Cheetah Mobile Preferred Stock Liabilities 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=preferred-stock-liabilities&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-stock-liabilities", "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=preferred-stock-liabilities&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();