Get the basic stock option chain and compare options.
Request
Authorization
Add parameter in header
x-rapidapi-key
Example:
x-rapidapi-key: ********************
Query Params
symbol
string
required
Stock symbol
Example:
GOOG
date
number
optional
Date in epoch date format.
Example:
1718928000
straddle
string
optional
straddle. true or false.
Example:
true
strike
number
optional
strike
Example:
50
region
string
optional
Get data based on region. Available region codes: FR|IN|HK|DE|CA|ES|IT|US|AU|GB|BR|NZ|SG|TW. Defaults to 'US'.
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://live-stock-market.p.rapidapi.com/v1/stock/options?symbol=GOOG&date=1718928000&straddle=true&strike=50®ion' \
--header'x-rapidapi-key;'