Skip to main content

Retail Prices


Implementation details

Class names

Model nameParameters classData class
RetailPricesRetailPricesQueryParamsRetailPricesData

Import Statement

from openbb_core.provider.standard_models.retail_prices import (
RetailPricesData,
RetailPricesQueryParams,
)

Parameters

item: str

The item or basket of items to query.

Optional: True


country: str

The country to get data.

Default: united_states

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

date: Union[date, str]

The date of the data.

symbol: str

Symbol representing the entity requested in the data.

country: str

description: str

Description of the item.

value: float

Price, or change in price, per unit.