Skip to main content

share_price_index

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

Parameters

country: str | None | list[str | None]
Default: united_states
The country to get data. Multiple items allowed for provider(s): oecd.

frequency: Literal['monthly', 'quarter', 'annual'] | None
Default: monthly
The frequency of the data.

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: 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: date | None | str
The date of the data.

country: str | None
value: float | None
Share price index value.