v1

latestOpenAPI 3.0.32026-08-0615081.4 KB
v1

Get a list of current or historical options strikes for an underlying symbol. If no optional parameters are used, the endpoint returns the strikes for every expiration in the chain.

get/v1/options/strikes/{underlying}/

Path parameters

underlyingstring required

The underlying ticker symbol for the options chain you wish to lookup. Ticker Formats: (TICKER, TICKER.EX, EXCHANGE:TICKER)

Query parameters

format'csv' | 'json'

The format parameter is used to specify the format for your data. We support JSON and CSV formats. The default format is JSON.

datestring date

Use to lookup a historical list of strikes from a specific previous trading day. If date is omitted the strikes will be from the current trading day during market hours or from the last trading day when the market is closed. Accepted date inputs: ISO 8601, unix, spreadsheet.

expirationstring date

imit the lookup of strikes to options that expire on a specific expiration date. Accepted date inputs: ISO 8601, unix, spreadsheet.

dateformat'spreadsheet' | 'timestamp' | 'unix'

The dateformat parameter allows you specify the format you wish to receive date and time information in.

limitinteger

The limit parameter allows you to limit the number of results for a particular API call or override an endpoint's default limits to get more data.

offsetinteger

The offset parameter is used together with limit to allow you to implement pagination in your application. Offset will allow you to return values starting at a certain value.

headersboolean

The headers parameter is used to turn off headers when using CSV output.

columnsstring

The columns parameter is used to limit the results and only request the columns you need. The most common use of this feature is to embed a single numeric result from one of the end points in a spreadsheet cell.

humanboolean

Use human-readable attribute names in the JSON or CSV output instead of the standard camelCase attribute names.

Response

object required