get_dividends
Retrieve historical dividend data for stocks, including amounts, dates, and yields, to support income investing and dividend analysis.
Instructions
Get historical dividend data for a stock.
Returns dividend history by year including amounts, dates, and yields. Useful for income investors and dividend analysis.
Args: ctx: MCP context for logging instrument_id: Avanza instrument ID from search results
Returns: Dividend data with: - dividendsByYear: Array of yearly dividend data including: - year: Year of dividend - dividend: Dividend amount per share - exDate: Ex-dividend date - paymentDate: Payment date - yield: Dividend yield percentage - currency: Dividend currency
Examples: Get dividend history for a stock: >>> get_dividends(instrument_id="5479")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instrument_id | Yes |