Skip to content
Velo

.get_term_structure

Fetches the latest BTC or ETH implied-volatility term structure.

Example

terms = client.get_term_structure(['BTC', 'ETH'])

Parameters

coins

  • Type: list[str]

One or both supported coins: "BTC" and "ETH".

Return type

pandas.DataFrame

Returns the latest matching values with the following columns:

ColumnDescription
coinUnderlying coin.
timeSnapshot timestamp in milliseconds.
at_the_money_ivAt-the-money implied volatility.
dteDays to expiration.
fwd_ivForward implied volatility.

Historical term-structure values are not returned by this method.