Dividend
dividendFetch dividend history for a security symbol, including yield and trailing twelve-month values. US stock symbols report yield fields as percentages.
Instructions
Get dividend history for the symbol. US accounts querying a .US symbol get a differently-shaped response not matching output_schema (dividend_yield_ttm etc. are percent values, e.g. 0.34 means 0.34%); other combinations match output_schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Security symbol, e.g. "700.HK" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | ||
| payout_ratios | No | ||
| dividend_history | No | ||
| recent_dividends | No | ||
| dividend_payout_history | No |