Cheetah Mobile Inc. has paid 2 recorded cash distributions, spanning 2019 to 2020.
The highest single cash dividend paid by Cheetah Mobile Inc. is $1.44. The latest distribution of $1.44 was recorded on Jul 9, 2020.
The most recently recorded trailing dividend yield for Cheetah Mobile Inc. stands at 0.00%, peaking at 10,248.85% on Feb 13, 2024, and averaging — across the selected range.
View 2 recorded historical distributions for Cheetah Mobile Inc., covering a time period spanning from 2019 to 2020.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Jun 22, 2020 | $1.44 | Cash | Jul 9, 2020 |
| 2 | Sep 12, 2019 | $0.50 | Cash | Sep 30, 2019 |
Pull Cheetah Mobile Inc.'s full dividend history (per-share payouts or trailing yield) into your own models, spreadsheets and apps with the Business Quant Dividends API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/dividends?ticker=CMCM&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "CMCM", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=CMCM&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();