get_dividend_yield
Fetches historical dividend yield data for a ticker, helping investors track income trends and evaluate dividend performance.
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) |