curve
Futures Term Structure, current or historical.
Parameters
- standard
- cboe
- deribit
- yfinance
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
symbol
: Literal['VX_AM', 'VX_EOD']
Description
Symbol to get data for.Default is 'VX_EOD'. Entered dates return the data nearest to the entered date.
'VX_AM' = Mid-Morning TWAP Levels
'VX_EOD' = 4PM Eastern Time Levels
• Default: VX_EOD
• Optional: True
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
symbol
: Literal['BTC', 'ETH', 'PAXG']
Symbol to get data for. Default is 'btc' Supported symbols are: ['btc', 'eth', 'paxg']
• Default: BTC
• Optional: True
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
hours_ago
: Union[Union[int, list[int], str], list[Union[int, list[int], str]]]
Compare the current curve with the specified number of hours ago. Default is None. Multiple items allowed for provider(s): deribit.
• Optional: True
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
- standard
- cboe
- deribit
- yfinance
date
: Union[date, str]
The date of the data.
expiration
: str
Futures expiration month.
price
: float
The price of the futures contract.
date
: Union[date, str]
The date of the data.
expiration
: str
Futures expiration month.
price
: float
The price of the futures contract.
symbol
: str
Symbol representing the entity requested in the data.
date
: Union[date, str]
The date of the data.
expiration
: str
Futures expiration month.
price
: float
The price of the futures contract.
hours_ago
: int
The number of hours ago represented by the price. Only available when hours_ago is set in the query.
date
: Union[date, str]
The date of the data.
expiration
: str
Futures expiration month.
price
: float
The price of the futures contract.