Skip to main content

curve

Futures Term Structure, current or historical.

Parameters

symbol: str
Symbol to get data for.

date: date | str | None | list[date | str | None]
A specific date to get data for. Multiple items allowed for provider(s): cboe, yfinance.


Returns

results: FuturesCurve

Serializable results.

provider: Optional[Literal['cboe', 'deribit', 'yfinance']]

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.

expiration: str
Futures expiration month.

price: float | None
The price of the futures contract.