Option Greeks API

Option Greeks provide a way to measure the sensitivity of an option's price to numerous factors such as the underlying asset price, time till expiration, market volatility, and so on. Our API provides daily historical option Greek values. There is a limit of 300 records per API call.

API Endpoint

https://financialdata.net/api/v1/option-greeks?identifier=MSFT260123C00455000

Query Parameters

NameTypeDescriptionExample
identifierstringThe contract name for a stock option.MSFT260123C00455000
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.300
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "contract_name": "MSFT250417C00400000",
    "date": "2025-03-07",
    "delta": 0.163203703354078,
    "gamma": 0.000139524283246703,
    "theta": -0.0218808916622069,
    "vega": 0.324904955132613,
    "rho": 0.0716368104421749
  },
  {
    "contract_name": "MSFT250417C00400000",
    "date": "2025-03-06",
    "delta": 0.40771043689382,
    "gamma": 0.000216457024980538,
    "theta": -0.041187033759887,
    "vega": 0.52266727480074,
    "rho": 0.184554341455875
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.