Option Prices API

Stock options give the right to buy or sell shares of a specific stock at a predetermined price and date. The API endpoint provides daily historical stock option prices and volumes. There is a limit of 300 records per API call.

API Endpoint

https://financialdata.net/api/v1/option-prices?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",
    "open": 11.45,
    "high": 11.9,
    "low": 8.75,
    "close": 11.25,
    "volume": 1005.0
  },
  {
    "contract_name": "MSFT250417C00400000",
    "date": "2025-03-06",
    "open": 11.65,
    "high": 16.0,
    "low": 11.5,
    "close": 13.86,
    "volume": 1299.0
  },
  ...
]
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.