Is there any way to fetch OPEN INTEREST every second/tick ?

CuriousTrader
Hi,

Since OI data is not being provided in streaming data, I am using kite.quote() to retrieve it but apparently I can not make more than one call per minute and as a result it takes too much time to scan NFO scripts.

Is there any way to fasten up the process ?
  • sujith
    Hi,
    Open interest is not available in webscokets as of now. We will be providing it in future.
    PS: You can make 1 request per second for getQuote not minute.
Sign In or Register to comment.