dividend
Get historical and upcoming dividend payments. Includes dividend amount, ex-dividend and payment dates.
Parameters
- standard
- fmp
- nasdaq
start_date: date | None | str
Start date of the data, in YYYY-MM-DD format.
end_date: date | None | str
End date of the data, in YYYY-MM-DD format.
start_date: date | None | str
Start date of the data, in YYYY-MM-DD format.
end_date: date | None | str
End date of the data, in YYYY-MM-DD format.
start_date: date | None | str
Start date of the data, in YYYY-MM-DD format.
end_date: date | None | str
End date of the data, in YYYY-MM-DD format.
Returns
results: CalendarDividend
Serializable results.
provider: Optional[Literal['fmp', 'nasdaq']]
Provider name.
warnings: Optional[list[Warning_]]
list of warnings.
chart: Optional[Chart]
Chart object.
extra: dict[str, Any]
Extra info.
Data
- standard
- fmp
- nasdaq
ex_dividend_date: date
The ex-dividend date - the date on which the stock begins trading without rights to the dividend.
symbol: str
Symbol representing the entity requested in the data.
amount: float | None
The dividend amount per share.
name: str | None
Name of the entity.
record_date: date | None
The record date of ownership for eligibility.
payment_date: date | None
The payment date of the dividend.
declaration_date: date | None
Declaration date of the dividend.
ex_dividend_date: date
The ex-dividend date - the date on which the stock begins trading without rights to the dividend.
symbol: str
Symbol representing the entity requested in the data.
amount: float | None
The dividend amount per share.
name: str | None
Name of the entity.
record_date: date | None
The record date of ownership for eligibility.
payment_date: date | None
The payment date of the dividend.
declaration_date: date | None
Declaration date of the dividend.
adjusted_amount: float | None
The adjusted-dividend amount.
dividend_yield: float | None
Annualized dividend yield.
frequency: str | None
Frequency of the regular dividend payment.
ex_dividend_date: date
The ex-dividend date - the date on which the stock begins trading without rights to the dividend.
symbol: str
Symbol representing the entity requested in the data.
amount: float | None
The dividend amount per share.
name: str | None
Name of the entity.
record_date: date | None
The record date of ownership for eligibility.
payment_date: date | None
The payment date of the dividend.
declaration_date: date | None
Declaration date of the dividend.
annualized_amount: float | None
The indicated annualized dividend amount.