Skip to main content

historical

Historical futures prices.

Parameters

symbol: Union[str, list[str]]

Symbol to get data for. Multiple items allowed for provider(s): deribit, yfinance.

Optional: False


start_date: Union[date, str]

Start date of the data, in YYYY-MM-DD format.

Optional: True


end_date: Union[date, str]

End date of the data, in YYYY-MM-DD format.

Optional: True


expiration: str

Future expiry date with format YYYY-MM

Optional: True


Returns

results: list[FuturesHistorical]

Serializable results.


provider: Optional[Literal['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[datetime, str]

The date of the data.

open: float

The open price.

high: float

The high price.

low: float

The low price.

close: float

The close price.

volume: float

The trading volume.