get_dividend_yield
Retrieve historical dividend yield data for a stock ticker to analyze income performance over time.
Instructions
Fetches historical dividend yield data for a given ticker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Ticker symbol of the asset | |
| columns | No | Comma-separated list of columns/metrics to return (optional) | |
| endDate | No | End date in YYYY-MM-DD format (optional) | |
| startDate | No | Start date in YYYY-MM-DD format (optional) |