Skip to main content

curve

Futures Term Structure, current or historical.

Parameters

symbol: str

Symbol to get data for.

Optional: False


date: Union[Union[date, str], list[Union[date, str]]]

A specific date to get data for. Multiple items allowed for provider(s): cboe, yfinance.

Optional: True


Returns

results: list[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: Union[date, str]

The date of the data.

expiration: str

Futures expiration month.

price: float

The price of the futures contract.