Greeks
/timeseries/market-greeks
Definition
Option greeks represent the sensitivity of the price of an options contract with respect to changes in its underlying parameters. Greeks are used in risk management and hedging so that market participants can achieve their desired exposure.
Details
Exchanges report the following greeks:
Vega: The first derivative of the option’s price to the volatility of the underlying asset’s price.
Theta: The first derivative of the option’s price to the passage of time.
Rho: The first derivative of the option’s price to the risk free interest rate.
Delta: The first derivative of the option’s price to the underlying asset’s price.
Gamma: The second derivative of the option’s price to the underlying asset’s price.
API Endpoints
Market Greeks can be accessed using the timeseries/market-greeks
endpoint.
Chart
Example
A sample of the options greeks data from our /timeseries/market-greeks
API endpoint is shown below for the deribit-ETH-25MAR22-1200-P-option
market.
market
: The id of the market. Market ids use the following naming convention for options markets:exchangeName-optionsSymbol-option
time
: The time at which Coin Metrics queried the implied volatility data from an exchange in ISO 8601 date-time format. Always with nanoseconds precision.database_time
: The timestamp when the data was saved in the database in ISO 8601 date-time format with nanoseconds precision. Always with nanoseconds precision.exchange_time
: The timestamp reported by the exchange. Can be null if the exchange does not report a timestamp.vega
: The first derivative of the option’s price to the volatility of the underlying asset’s price.theta
: The first derivative of the option’s price to the passage of time.rho
: The first derivative of the option’s price to the risk free interest rate.delta
: The first derivative of the option’s price to the underlying asset’s price.gamma
: The second derivative of the option’s price to the underlying asset’s price.
Release History
CM MDF v2.5 on November 22, 2021: We expanded our options coverage to include several new data types, including market implied volatility, from Deribit and added several new API endpoints to serve this data.
Last updated