Skip to main content

Historical Dividends


Implementation details

Class names

Model nameParameters classData class
HistoricalDividendsHistoricalDividendsQueryParamsHistoricalDividendsData

Import Statement

from openbb_core.provider.standard_models.historical_dividends import (
HistoricalDividendsData,
HistoricalDividendsQueryParams,
)

Parameters

symbol: Union[str, list[str]]

Symbol to get data for. Multiple items allowed for provider(s): nasdaq.

Optional: False


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

ex_dividend_date: date

The ex-dividend date - the date on which the stock begins trading without rights to the dividend.

amount: float

The dividend amount per share.