Cheetah Mobile (CMCM) Other Non Operating Income (2013 - 2026)
Cheetah Mobile's (CMCM) quarterly Other Non Operating Income came in at -$10.1 million in Q2 2026, down 306.5% year-over-year from $4.9 million in Q2 2025, and down 5373.96% on a QoQ basis from $192000.0 in Q1 2026.
Cheetah Mobile (CMCM) Other Non Operating Income (2013 - 2026) Analysis & Trends
Cheetah Mobile (CMCM) has 14 years of Other Non Operating Income data on file, last reported at -$10.1 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income fell 306.5% year-over-year to -$10.1 million in Q2 2026; TTM through Jun 2026 was -$22.3 million, a 18.18% decrease from a year earlier, with the FY2025 full-year figure at $5.3 million, down 26.02% from the prior year.
- Other Non Operating Income for Q2 2026 stood at -$10.1 million, down from $192000.0 in the prior quarter.
- Across five years, Other Non Operating Income topped out at $192000.0 in Q1 2026 and bottomed at -$51.0 million in Q4 2022.
- Historically, Other Non Operating Income has averaged -$11.5 million across 5 years, with a median of -$4.6 million in 2023.
- The largest YoY upside for Other Non Operating Income was 134.78% in 2026 against a maximum downside of 306.5% in 2026.
- Year by year, Other Non Operating Income stood at -$51.0 million in 2022, then gained by 10.7% to -$45.5 million in 2023, then surged by 75.23% to -$11.3 million in 2024, then increased by 5.53% to -$10.7 million in 2025, then advanced by 4.93% to -$10.1 million in 2026.
- Per Business Quant data, the three most recent Other Non Operating Income figures were -$10.1 million in Q2 2026, $192000.0 in Q1 2026, and -$10.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.13 Mn |
| Mar 31, 2026 | 192,000.00 |
| Dec 31, 2025 | -10.65 Mn |
| Sep 30, 2025 | -1.73 Mn |
| Jun 30, 2025 | -2.49 Mn |
| Mar 31, 2025 | -552,000.00 |
| Dec 31, 2024 | -11.28 Mn |
| Sep 30, 2024 | -4.57 Mn |
| Jun 30, 2024 | -7.10 Mn |
| Mar 31, 2024 | -1.05 Mn |
| Dec 31, 2023 | -45.52 Mn |
| Sep 30, 2023 | -4.60 Mn |
| Jun 30, 2023 | -21.75 Mn |
| Mar 31, 2023 | -263,257.67 |
| Dec 31, 2022 | -50.98 Mn |
| Dec 31, 2021 | -53.77 Mn |
| Sep 30, 2021 | 2.10 Mn |
| Jun 30, 2021 | 5.40 Mn |
| Mar 31, 2021 | 13.06 Mn |
| Dec 31, 2020 | 15.68 Mn |
Cheetah Mobile Other Non Operating Income 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=other-non-operating-income&ticker=CMCM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=CMCM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();