Option chain

The option chain endpoint provides the latest trade, latest quote, and greeks for each contract symbol of the underlying symbol.

Path Params
string
required

The financial instrument on which an option contract is based or derived.

Query Params
string
enum
Defaults to opra

The source feed of the data. opra is the official OPRA feed, indicative is a free indicative feed where trades are delayed and quotes are modified. Default: opra if the user has a subscription, otherwise indicative.

Allowed:
integer
1 to 1000
Defaults to 100

Number of maximum snapshots to return in a response. The limit applies to the total number of data points, not the number per symbol! Use next_page_token to fetch the next set of responses.

date-time

Filter to snapshots that were updated since this timestamp, meaning that the timestamp of the trade or the quote is greater than or equal to this value. Format: RFC-3339 or YYYY-MM-DD. If missing, all values are returned.

string

The pagination token from which to continue. The value to pass here is returned in specific requests when more data is available, usually because of a response result limit.

string
enum

Filter contracts by the type (call or put).

Allowed:
double

Filter contracts with strike price greater than or equal to the specified value.

double

Filter contracts with strike price less than or equal to the specified value.

date

Filter contracts by the exact expiration date (format: YYYY-MM-DD).

date

Filter contracts with expiration date greater than or equal to the specified date.

date

Filter contracts with expiration date less than or equal to the specified date.

string

Filter contracts by the root symbol.

Responses

401

Authentication headers are missing or invalid. Make sure you authenticate your request with a valid API key.

403

The requested resource is forbidden.

500

Internal server error. We recommend retrying these later. If the issue persists, please contact us on Slack or on the Community Forum.

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*