Cheetah Mobile (CMCM) Income towards Parent Company (2013 - 2026)
Cheetah Mobile's (CMCM) quarterly Income towards Parent Company came in at -$10.3 million in Q2 2026, down 755.1% year-over-year from $1.6 million in Q2 2025, and down 2242.57% on a QoQ basis from $480754.5 in Q1 2026.
Cheetah Mobile (CMCM) Income towards Parent Company (2013 - 2026) Analysis & Trends
Cheetah Mobile (CMCM) has 14 years of Income towards Parent Company data on file, last reported at -$10.3 million in Q2 2026.
- On a quarterly basis, Income towards Parent Company fell 755.1% year-over-year to -$10.3 million in Q2 2026; TTM through Jun 2026 was -$37.2 million, a 16.64% increase from a year earlier, with the FY2025 full-year figure at -$31.2 million, up 55.78% from the prior year.
- Income towards Parent Company for Q2 2026 stood at -$10.3 million, down from $480754.5 in the prior quarter.
- Across five years, Income towards Parent Company topped out at $3.3 million in Q3 2025 and bottomed at -$71.9 million in Q4 2022.
- Historically, Income towards Parent Company has averaged -$18.8 million across 5 years, with a median of -$10.3 million in 2026.
- The widest annual swing landed in 2025, when Income towards Parent Company jumped 162.97%; it then sank 755.1% in 2026.
- Year by year, Income towards Parent Company stood at -$71.9 million in 2022, then advanced by 18.52% to -$58.6 million in 2023, then jumped by 39.06% to -$35.7 million in 2024, then gained by 14.19% to -$30.7 million in 2025, then jumped by 66.39% to -$10.3 million in 2026.
- Per Business Quant data, the three most recent Income towards Parent Company figures were -$10.3 million in Q2 2026, $480754.5 in Q1 2026, and -$30.7 million in Q4 2025.
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 |
|---|---|
| Jun 30, 2026 | -10.30 Mn |
| Mar 31, 2026 | 480,754.49 |
| Dec 31, 2025 | -30.65 Mn |
| Sep 30, 2025 | 3.26 Mn |
| Jun 30, 2025 | -1.20 Mn |
| Mar 31, 2025 | -2.55 Mn |
| Dec 31, 2024 | -35.72 Mn |
| Sep 30, 2024 | -5.17 Mn |
| Jun 30, 2024 | -18.42 Mn |
| Mar 31, 2024 | -10.62 Mn |
| Dec 31, 2023 | -58.62 Mn |
| Sep 30, 2023 | -2.69 Mn |
| Jun 30, 2023 | -35.43 Mn |
| Mar 31, 2023 | -2.50 Mn |
| Dec 31, 2022 | -71.94 Mn |
| Dec 31, 2021 | -65.85 Mn |
| Sep 30, 2021 | -6.02 Mn |
| Jun 30, 2021 | 349,128.93 |
| Mar 31, 2021 | 14.16 Mn |
| Dec 31, 2020 | 3.23 Mn |
Cheetah Mobile Income towards Parent Company 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=income-towards-parent-company&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();