Dividend History
GetDividendHistoryGet a company's stored declared cash dividends newest first. Each row gives the ex-dividend date, cash amount per share in USD, and source. Date filters apply to the ex-dividend date. Future ex-dates can appear after a dividend is declared. Dividend records are issuer-level and available only through the company's current primary ticker; a secondary share class is never assumed to have the same dividend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Number of newest matching records to skip for pagination (default: 0). | |
| ticker | Yes | Current primary stock ticker (e.g., AAPL, MSFT). | |
| endDate | No | Optional latest ex-dividend date in YYYY-MM-DD format. | |
| startDate | No | Optional earliest ex-dividend date in YYYY-MM-DD format. | |
| maxResults | No | Maximum number of records to return (default: 20, max: 500). |