Skip to main content

retail_prices

Get retail prices for common items.

Parameters

item: str | None
The item or basket of items to query.

country: str | None
Default: united_states
The country to get 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: RetailPrices

Serializable results.

provider: Optional[Literal['fred']]

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.

symbol: str | None
Symbol representing the entity requested in the data.

country: str | None
description: str | None
Description of the item.

value: float | None
Price, or change in price, per unit.