fetch_dividend_summary
Analyze dividend income history from up to 200 records, broken down by ticker and calendar month. Identify highest-paying holdings and monthly income trends.
Instructions
Analyse dividend income history by collecting up to 200 dividend records
and breaking them down by ticker and by calendar month.
Use this to identify which holdings generate the most income and to spot
monthly income trends. For raw dividend records with pagination control,
use fetch_paid_out_dividends instead.
Returns:
dict with currency, total_dividends, dividend_count, average_monthly,
by_ticker (sorted highest-paying first), by_month (chronological)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||