Get dividend history
market_get_dividendsFetch a stock's dividend and split history: trailing-12-month yield, payments per year, 5- and 10-year CAGR, consecutive increase years, and yearly totals. Supports any exchange via Yahoo-style symbols.
Instructions
Get a stock's dividend and split history (any exchange; Yahoo symbols like 'KO', 'JNJ', 'SAN.MC', 'WALMEX.MX'): trailing-12-month dividend and yield, payments per year, 5- and 10-year dividend growth (CAGR), consecutive years of increases, yearly totals and splits. Amounts are split-adjusted per share in the listing's currency. For the payout ratio, compare with EPS or FCF per share from edgar_get_key_metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | No | Years of yearly totals to show (default 12). | |
| symbol | Yes | Ticker, e.g. 'KO', 'O', 'SAN.MC'. | |
| response_format | No | Output format: 'markdown' (readable, default) or 'json' (structured). | markdown |