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