Cheetah Mobile (CMCM) EBT (2013 - 2026)
Cheetah Mobile's (CMCM) quarterly EBT came in at -$11.5 million in Q2 2026, down 557.52% year-over-year from $2.5 million in Q2 2025, and down 1756.27% on a QoQ basis from -$622000.0 in Q1 2026.
Cheetah Mobile (CMCM) EBT (2013 - 2026) Analysis & Trends
Cheetah Mobile (CMCM) has 14 years of EBT data on file, last reported at -$11.5 million in Q2 2026.
- On a quarterly basis, EBT fell 557.52% year-over-year to -$11.5 million in Q2 2026; TTM through Jun 2026 was -$39.5 million, a 25.93% increase from a year earlier, with the FY2025 full-year figure at -$32.4 million, up 57.32% from the prior year.
- EBT for Q2 2026 stood at -$11.5 million, down from -$622000.0 in the prior quarter.
- Across five years, EBT topped out at $1.4 million in Q3 2025 and bottomed at -$68.1 million in Q4 2022.
- Historically, EBT has averaged -$18.8 million across 5 years, with a median of -$10.5 million in 2024.
- The widest annual swing landed in 2025, when EBT jumped 124.5%; it then tumbled 557.52% in 2026.
- Year by year, EBT stood at -$68.1 million in 2022, then increased by 23.81% to -$51.9 million in 2023, then rose by 17.72% to -$42.7 million in 2024, then surged by 32.84% to -$28.7 million in 2025, then jumped by 59.75% to -$11.5 million in 2026.
- Per Business Quant data, the three most recent EBT figures were -$11.5 million in Q2 2026, -$622000.0 in Q1 2026, and -$28.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Atlassian | 49.08 Bn | 47.84 Bn | 1.53 Bn | 196.93 Mn |
| 2 | Dropbox | 7.45 Bn | 6.33 Bn | 506.50 Mn | 117.70 Mn |
| 3 | Open Text | 5.57 Bn | 4.61 Bn | 1.01 Bn | 250.52 Mn |
| 4 | Box | 4.51 Bn | 4.07 Bn | 253.97 Mn | 31.86 Mn |
| 5 | Monday.Com | 4.35 Bn | 3.27 Bn | 321.96 Mn | 5.42 Mn |
| 6 | Asana | 2.10 Bn | 1.88 Bn | 186.10 Mn | -39.95 Mn |
| 7 | Cheetah Mobile | 81.58 Mn | -80.47 Mn | 24.85 Mn | -11.55 Mn |
| 8 | Upland Software | 10.94 Mn | -20.73 Mn | 37.47 Mn | -34.48 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -11.55 Mn |
| Mar 31, 2026 | -622,000.00 |
| Dec 31, 2025 | -28.69 Mn |
| Sep 30, 2025 | 1.38 Mn |
| Jun 30, 2025 | -1.76 Mn |
| Mar 31, 2025 | -3.21 Mn |
| Dec 31, 2024 | -42.72 Mn |
| Sep 30, 2024 | -5.62 Mn |
| Jun 30, 2024 | -17.47 Mn |
| Mar 31, 2024 | -10.55 Mn |
| Dec 31, 2023 | -51.92 Mn |
| Sep 30, 2023 | -2.72 Mn |
| Jun 30, 2023 | -35.94 Mn |
| Mar 31, 2023 | -2.52 Mn |
| Dec 31, 2022 | -68.14 Mn |
| Dec 31, 2021 | -66.71 Mn |
| Sep 30, 2021 | -6.85 Mn |
| Jun 30, 2021 | 301,000.00 |
| Mar 31, 2021 | 12.98 Mn |
| Dec 31, 2020 | 6.82 Mn |
Cheetah Mobile EBT 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=ebt&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();