Skip to main content

spot

Commodity Spot Prices.

Parameters

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: CommoditySpotPrices

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

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

commodity: str | None
Commodity name.

price: float
Price of the commodity.

unit: str | None
Unit of the commodity price.