@rakeshr Here is the log
[2022-11-10 12:34:36] File "/usr/local/lib/python3.9/site-packages/kiteconnect/connect.py", line 574, in quote
[2022-11-10 12:34:36] data = self._get("market.quote", params={"i": ins})
[2022-11-10 12:34:36] Fi…
@rakeshr Just for reference, I am using below code.
from pprint import pprint
from kiteconnect import KiteConnect
kite = KiteConnect(api_key="xxxxxxx", access_token="xxxxxxx")
instruments = ['12762370'] ### ==> this is for NIFTY21JANFUT
quote…
Yes and I do understand that. That;s exactly my question is. When I am using quote APIs on non-trading days / weekends it is returning Zero OI. Ideally it should provide me with final OI on Friday. Correct? But it is not giving me the same.
@rakeshr I am using python quote function to retrieve the OI. Here is the function I am using
kite.quote([12762370]).
This is working fine during the working day and I am able to retrieve OI. But when I execute the same on weekends it is givin…
@rakeshr I am facing an issue while use api "https://api.kite.trade/quote" for Option / future instruments over the holidays. Although OHLC prices are being retrieve Open Interest is not retrieve in the api.
Kindly help in this regard.
@rakeshr Thank you. Rather than using Webscoket I am using below api because i need to get the OI only for one time.
"https://api.kite.trade/quote?i=NSE:INFY"
I have another question. Is there a way I can retrieve data for the Options which ar…