dividend_history
Retrieve historical dividend payment data for stocks, including past payment dates, amounts, total dividends paid, averages, and latest dividend information.
Instructions
Get historical dividend payments for a stock.
Returns past dividend dates and amounts, total dividends paid, average dividend, and latest dividend info.
Args: symbol: Stock ticker (e.g., ITC, COALINDIA, AAPL, MSFT)
Examples: dividend_history("ITC") → ITC dividend payment history dividend_history("COALINDIA") → Coal India dividends dividend_history("AAPL") → Apple dividend history
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |