Calendar Dividend
Implementation details
Class names
Model name | Parameters class | Data class |
---|---|---|
CalendarDividend | CalendarDividendQueryParams | CalendarDividendData |
Import Statement
from openbb_core.provider.standard_models.calendar_dividend import (
CalendarDividendData,
CalendarDividendQueryParams,
)
Parameters
- standard
- fmp
- nasdaq
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
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
The dividend amount per share.
name
: str
Name of the entity.
record_date
: date
The record date of ownership for eligibility.
payment_date
: date
The payment date of the dividend.
declaration_date
: date
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
The dividend amount per share.
name
: str
Name of the entity.
record_date
: date
The record date of ownership for eligibility.
payment_date
: date
The payment date of the dividend.
declaration_date
: date
Declaration date of the dividend.
adjusted_amount
: float
The adjusted-dividend amount.
label
: str
Ex-dividend date formatted for display.
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
The dividend amount per share.
name
: str
Name of the entity.
record_date
: date
The record date of ownership for eligibility.
payment_date
: date
The payment date of the dividend.
declaration_date
: date
Declaration date of the dividend.
annualized_amount
: float
The indicated annualized dividend amount.