Options chain

get

Retrieves the options chain for a given ticker symbol.

Authorizations
AuthorizationstringRequired
Path parameters
tickerstringRequired
  • The ticker symbol of the company.
Query parameters
strike_pricenumber · doubleOptional
  • The strike price of the options.
option_typestring · enumOptional
  • The type of option (call or put).
Possible values:
expiration_datestringOptional
  • The expiration date of the options.
Header parameters
AuthorizationstringRequired
  • The authorization token.
Responses
get
/financial-datasets/options-chain/{ticker}
200

A promise that resolves to an OptionsChainAPIResponse object containing the options chain.