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

NameTypeDescriptionDefaultOptional
itemstrThe item or basket of items to query.NoneTrue
countrystrThe country to get data.united_statesTrue
start_dateUnion[date, str]Start date of the data, in YYYY-MM-DD format.NoneTrue
end_dateUnion[date, str]End date of the data, in YYYY-MM-DD format.NoneTrue

Data

NameTypeDescription
dateUnion[date, str]The date of the data.
symbolstrSymbol representing the entity requested in the data.
countrystr
descriptionstrDescription of the item.
valuefloatPrice, or change in price, per unit.