Option Chain
https://iframe.quantsapp.com/option-chain
Option Chain is a matrix/table listing all the details about all the Option Contracts. Option Premiums/Prices, Expiry Date, Open Interest, Implied Volatility & Volume. Quantsapp’s Option Chain also has Option Greeks updating in Real-Time. Options offer a lot of “Options” to traders with its inherent characteristic of having limited loss and much higher potential profits for the Buyers of the options. However, the trade data of the options also holds a lot of information. Especially Option Chain data which accounts for incoming and outgoing participants.

Product Video
Url
Base Path or your custom provided sub domain
https://iframe.quantsapp.com or https://cobranding.quantsapp.com
Product path
/option-chain
Example:
https://iframe.quantsapp.com/option-chain or https://cobranding.quantsapp.com/option-chain
Implementation
For embed option chain in iframe ,user needs to pass url of product in src attribute
<iframe width="800px" height="560px" src="https://iframe.quantsapp.com/option-chain" sandbox="allow-scripts allow-same-origin allow-forms" frameborder="3"> </iframe>
Parameters
Quantsapp iframe provide features like sending Symbol and expiry in source URL. By using this feature its easy to see data directly of relevant symbol and expiry
Apart from the default settings, below options can be provided in the query parameters to open the module with different variations.
symbol (optional)
symbol is used to identify instrument for futures or options . i.e:(NIFTY, BANKNIFTY)
example:
https://iframe.quantsapp.com/option-chain/NIFTY
expiry (optional)
For derivatives, the expiration date is the last day of validity of the option or futures contract. By sending relevant active expiry, Product will open for given Symbol & Expiry else default expiry of given symbol will open ( Ex symbol=Nifty& expiry=27-Oct-22)
example:
https://iframe.quantsapp.com/option-chain/NIFTY?expiry=27-Oct-2022
Examples
default
only pass url without add parameter
https://iframe.quantsapp.com/option-chain

Symbol Parameter
url with only symbol parameter
https://iframe.quantsapp.com/option-chain/ACC

expiry parameter
url with symbol and expiry
expiry format: dd-mmm-yy
https://iframe.quantsapp.com/option-chain/BANKNIFTY?expiry=03-Nov-22

Last updated