Open Interest
https://iframe.quantsapp.com/open-interest
Open Interest is the total number of outstanding (Derivative) Futures & Options contracts. As the word Open Interest suggests, it is the amount of interest in any derivatives contract. It is different from volume.

Product Video
Url
Base Path or your custom provided sub domain
https://iframe.quantsapp.com or https://cobranding.quantsapp.com
Product path
/open-interest
example:
https://iframe.quantsapp.com/open-interest or https://cobranding.quantsapp.com/open-interest
Implementation
For embed open-interest in iframe ,user needs to pass url of product in src attribute
<iframe width="800px" height="560px" src="https://iframe.quantsapp.com/open-interest" 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 options in an options or futures exchange. ex:(NIFTY, BANKNIFTY)
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)
Examples
default
only pass url without add paramete
https://iframe.quantsapp.com/open-interest

Symbol Parameter
url with only symbol parameter
https://iframe.quantsapp.com/open-interest/BANKNIFTY

expiry parameter
url with symbol and expiry
expiry format: dd-mmm-yy
https://iframe.quantsapp.com/open-interest/BANKNIFTY?expiry=24-Nov-22

Last updated