Cheetah Mobile (CMCM) Treasury Shares (2013 - 2019)
Cheetah Mobile's (CMCM) quarterly Treasury Shares came in at -$32.3 million in Q2 2019, up 2.24% on a QoQ basis from -$33.1 million in Q1 2019.
Cheetah Mobile (CMCM) Treasury Shares (2013 - 2019) Analysis & Trends
Cheetah Mobile (CMCM) has 3 years of Treasury Shares data on file, last reported at $6.5 million in Q4 2018.
- On a quarterly basis, Treasury Shares changed N/A year-over-year to -$32.3 million in Q2 2019; TTM through Jun 2019 was -$32.3 million, a N/A change from a year earlier, with the FY2018 full-year figure at -$32.3 million, changed N/A from the prior year.
- Treasury Shares for Q2 2019 stood at -$32.3 million, up from -$33.1 million in the prior quarter.
- Across five years, Treasury Shares topped out at $32.1 million in Q4 2018 and bottomed at -$33.1 million in Q1 2019.
- Historically, Treasury Shares has averaged $6.9 million across 4 years, with a median of $26.1 million in 2016.
- The widest annual swing landed in 2017, when Treasury Shares slumped 200.23%; it then surged 89.61% in 2018.
- Year by year, Treasury Shares stood at $26.2 million in 2016, then plunged by 202.55% to -$26.9 million in 2017, then surged by 219.31% to $32.1 million in 2018, then sank by 200.72% to -$32.3 million in 2019.
- Per Business Quant data, the three most recent Treasury Shares figures were -$32.3 million in Q2 2019, -$33.1 million in Q1 2019, and $32.1 million in Q4 2018.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (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.75 Mn |
| 4 | Box | 4.51 Bn | 4.07 Bn | 253.97 Mn | 500,000.00 |
| 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 | 115,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2019 | -32.33 Mn |
| Jun 30, 2019 | -32.33 Mn |
| Mar 31, 2019 | -33.07 Mn |
| Mar 31, 2019 | -33.07 Mn |
| Dec 31, 2018 | 6.55 Mn |
| Dec 31, 2018 | 6.55 Mn |
| Dec 31, 2018 | 32.10 Mn |
| Dec 31, 2018 | 32.10 Mn |
| Sep 30, 2018 | -2.79 Mn |
| Sep 30, 2018 | -2.79 Mn |
| Sep 30, 2017 | -26.90 Mn |
| Sep 30, 2017 | -26.90 Mn |
| Jun 30, 2017 | 26.40 Mn |
| Jun 30, 2017 | 26.40 Mn |
| Mar 31, 2017 | 26.00 Mn |
| Mar 31, 2017 | 26.00 Mn |
| Dec 31, 2016 | 26.23 Mn |
| Dec 31, 2016 | 3.72 Mn |
| Dec 31, 2016 | 3.72 Mn |
| Dec 31, 2016 | 26.23 Mn |
Cheetah Mobile Treasury Shares 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=treasury-shares&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();