Cheetah Mobile (CMCM) Asset Writedowns and Impairment (2015 - 2018)
Cheetah Mobile's (CMCM) quarterly Asset Writedowns and Impairment came in at -$20.7 million in Q4 2018, up 35.71% year-over-year from -$15.3 million in Q4 2017, and down 123.95% on a QoQ basis from -$9.2 million in Q1 2018.
Cheetah Mobile (CMCM) Asset Writedowns and Impairment (2015 - 2018) Analysis & Trends
Cheetah Mobile (CMCM) has 4 years of Asset Writedowns and Impairment data on file, last reported at -$20.7 million in Q4 2018.
- On a quarterly basis, Asset Writedowns and Impairment rose 35.71% year-over-year to -$20.7 million in Q4 2018; TTM through Dec 2018 was -$72.0 million, a 240.98% decrease from a year earlier, with the FY2025 full-year figure at $17.3 million, up 4.73% from the prior year.
- Asset Writedowns and Impairment for Q4 2018 stood at -$20.7 million, down from -$9.2 million in the prior quarter.
- Across five years, Asset Writedowns and Impairment topped out at $14.3 million in Q2 2016 and bottomed at -$32.2 million in Q4 2017.
- Historically, Asset Writedowns and Impairment has averaged -$7.5 million across 4 years, with a median of -$9.2 million in 2018.
- The widest annual swing landed in 2016, when Asset Writedowns and Impairment surged 576.95%; it then tumbled 587.59% in 2017.
- Year by year, Asset Writedowns and Impairment stood at -$1.4 million in 2015, then surged by 576.95% to $6.6 million in 2016, then tumbled by 587.59% to -$32.2 million in 2017, then jumped by 35.71% to -$20.7 million in 2018.
- Per Business Quant data, the three most recent Asset Writedowns and Impairment figures were -$20.7 million in Q4 2018, -$9.2 million in Q1 2018, and -$32.2 million in Q4 2017.
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 |
|---|---|
| Dec 31, 2018 | -20.71 Mn |
| Mar 31, 2018 | -9.25 Mn |
| Dec 31, 2017 | -32.21 Mn |
| Sep 30, 2017 | -9.84 Mn |
| Dec 31, 2016 | 6.61 Mn |
| Jun 30, 2016 | 14.33 Mn |
| Dec 31, 2015 | -1.39 Mn |
Cheetah Mobile Asset Writedowns and Impairment 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=asset-writedowns-and-impairment&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-writedowns-and-impairment", "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=asset-writedowns-and-impairment&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();