Snapshots

The snapshots endpoint provides the latest trade, latest quote and greeks for each given contract symbol.

Query Params
string
required

A comma-separated list of contract symbols with a limit of 100.

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:
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.

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.

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.

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
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*