Skip to main content

share_price_index

Get the Share Price Index by country from the OECD Short-Term Economics Statistics.

Parameters

country: Union[str, list[str]]

The country to get data. Multiple items allowed for provider(s): oecd.

Default: united_states

Optional: True


frequency: Literal['monthly', 'quarter', 'annual']

The frequency of the data.

Default: monthly

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


Returns

results: list[SharePriceIndex]

Serializable results.


provider: Optional[Literal['oecd']]

Provider name.


warnings: Optional[list[Warning_]]

list of warnings.


chart: Optional[Chart]

Chart object.


extra: dict[str, Any]

Extra info.


Data

date: Union[date, str]

The date of the data.

country: str

value: float

Share price index value.