Cheetah Mobile (CMCM) EPS (Basic) (2013 - 2026)
Cheetah Mobile's (CMCM) quarterly EPS (Basic) came in at -$0.62 in Q2 2026, down 332.79% year-over-year from $0.27 in Q2 2025, and down 179.31% on a QoQ basis from -$0.22 in Q1 2026.
Cheetah Mobile (CMCM) EPS (Basic) (2013 - 2026) Analysis & Trends
Cheetah Mobile (CMCM) has 14 years of EPS (Basic) data on file, last reported at -$0.62 in Q2 2026.
- On a quarterly basis, EPS (Basic) fell 332.79% year-over-year to -$0.62 in Q2 2026; TTM through Jun 2026 was -$1.98, a 15.59% increase from a year earlier, with the FY2025 full-year figure at -$1.43, up 49.32% from the prior year.
- EPS (Basic) for Q2 2026 stood at -$0.62, down from -$0.22 in the prior quarter.
- Across five years, EPS (Basic) topped out at -$0.11 in Q3 2025 and bottomed at -$2.21 in Q4 2022.
- Historically, EPS (Basic) has averaged -$0.75 across 5 years, with a median of -$0.38 in 2024.
- The widest annual swing landed in 2025, when EPS (Basic) soared 75.11%; it then slumped 332.79% in 2026.
- Year by year, EPS (Basic) stood at -$2.21 in 2022, then gained by 16.2% to -$1.86 in 2023, then advanced by 9.91% to -$1.67 in 2024, then jumped by 38.68% to -$1.03 in 2025, then surged by 39.18% to -$0.62 in 2026.
- Per Business Quant data, the three most recent EPS (Basic) figures were -$0.62 in Q2 2026, -$0.22 in Q1 2026, and -$1.03 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Atlassian | 49.08 Bn | 47.84 Bn | 1.53 Bn | 0.53 |
| 2 | Dropbox | 7.45 Bn | 6.33 Bn | 506.50 Mn | 0.43 |
| 3 | Open Text | 5.57 Bn | 4.61 Bn | 1.01 Bn | 0.63 |
| 4 | Box | 4.51 Bn | 4.07 Bn | 253.97 Mn | 0.10 |
| 5 | Monday.Com | 4.35 Bn | 3.27 Bn | 321.96 Mn | 0.14 |
| 6 | Asana | 2.10 Bn | 1.88 Bn | 186.10 Mn | -0.17 |
| 7 | Cheetah Mobile | 81.58 Mn | -80.47 Mn | 24.85 Mn | -0.62 |
| 8 | Upland Software | 10.94 Mn | -20.73 Mn | 37.47 Mn | -12.53 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.62 |
| Mar 31, 2026 | -0.22 |
| Dec 31, 2025 | -1.03 |
| Sep 30, 2025 | -0.11 |
| Jun 30, 2025 | -0.14 |
| Mar 31, 2025 | -0.15 |
| Dec 31, 2024 | -1.67 |
| Sep 30, 2024 | -0.38 |
| Jun 30, 2024 | -0.58 |
| Mar 31, 2024 | -0.38 |
| Dec 31, 2023 | -1.86 |
| Sep 30, 2023 | -0.27 |
| Jun 30, 2023 | -1.28 |
| Mar 31, 2023 | -0.30 |
| Dec 31, 2022 | -2.21 |
| Dec 31, 2021 | -2.55 |
| Sep 30, 2021 | -0.27 |
| Jun 30, 2021 | 0.01 |
| Mar 31, 2021 | 0.50 |
| Dec 31, 2020 | 0.37 |
Cheetah Mobile EPS (Basic) 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=eps-basic&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();