get_dividend_history
Retrieve dividend and stock-split history for NSE/BSE-listed Indian stocks. Get correct empty results for companies that never paid dividends.
Instructions
Get the dividend and stock-split history for an NSE/BSE-listed
Indian equity. An empty dividends list is a legitimate result for a
company that has never paid one (common for growth companies) -- not
an error; ticker validity is checked via .info separately.
:param symbol: ticker symbol, e.g. "RELIANCE", "TCS.NS", or "TCS.BO"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| splits | Yes | ||
| symbol | Yes | ||
| currency | No | ||
| dividends | Yes |