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 · enumOptionalPossible values:
- The type of option (call or put).
expiration_datestringOptional
- The expiration date of the options.
Header parameters
AuthorizationstringRequired
- The authorization token.
Responses
200
A promise that resolves to an OptionsChainAPIResponse object containing the options chain.
application/json
get
/financial-datasets/options-chain/{ticker}200
A promise that resolves to an OptionsChainAPIResponse object containing the options chain.