The9 LTD has paid 1 recorded cash distributions, spanning 2009 to 2009.
The highest single cash dividend paid by The9 LTD is $1.11. The latest distribution of $1.11 was recorded on Feb 9, 2009.
The most recently recorded trailing dividend yield for The9 LTD stands at 0.00%, peaking at 0.00% on N/A, and averaging — across the selected range.
View 1 recorded historical distributions for The9 LTD, covering a time period spanning from 2009 to 2009.
| # | Ex-Date | Amount | Type | Pay Date |
|---|---|---|---|---|
| 1 | Jan 29, 2009 | $1.11 | Cash | Feb 9, 2009 |
Pull The9 LTD'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=NCTY&mode=dps&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/dividends"
params = {"ticker": "NCTY", "mode": "dps", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/dividends?ticker=NCTY&mode=dps&api_key=YOUR_API_KEY");
const data = await res.json();