Hello,
I am using the new infra, which is registering to wss://ws.kite.trade/?api_key=xxxx&access_token=yyyy, my access_token is correct since I am able to send orders using the same access token. But when I am not able to receive market data.
…
@sujith As in we are not getting it or is nobody getting it?
For example: For the index NIFTY MID100 FREE we are not getting data in zerodha
But in google finance we can get it. Check here
I also checked with other brokers they are getting the data…
@sujith I have subscribed to NIFTY50 TR 2X LEV along with other indexes but I do not receive data for this index, receiving data for other indices like NIFTY 100, NIFTY 50.
On kite web page if you add NIFTY50 TR 2X LEV to ticker list, you can see t…
Ok, most cases seem handled, but the case when order has been successfully validated but is unable to open on the exchange (due to some system issue or even NSE issue) and is stuck in open pending state. In that case my code cannot distinguish betwe…
@vivek We are using kite.instruments(), where kite is an object of KiteConnect.
We are getting the following error
File "/Users/abhishek/anaconda/lib/python2.7/site-packages/bottle.py", line 862, in _handle
return route.call(**args)
File "/Us…
On digging the issue further, I have found that the python client is unable to parse the sent data. It appears that the format of the received data has changed.
Look into this at the earliest. Either push the corrected code by 8AM or do not push ti…
@vivek we get the day level data but not the minute level data for NSE contracts for the last 10 years. The minute level data is available only from October 2015.
Here is the sample query and the size of response:
https://api.kite.trade/instrument…
There seem to be still more issues with the web hooks. Firstly the documentation example mentions that 'trading_symbol' will be returned whereas the key is 'tradingsymbol'. Then 'filled_quantity' is also returned, the documentation is silent about t…
We are trying to place a BO order here is the sample payload:
{"exchange":"NSE","trailing_stoploss":1,"price":126.05,"access_token":"xxxxxx","disclosed_quantity":400,"validity":"IOC","order_type":"LIMIT","squareoff_value":50,"tradingsymbol":"KEC","…
Thanks Kailash, it is working perfectly now. I had a few more queries:
1. Is there a way to know the validity of the current access_token, or would it be better to just create a new one every day. Also I suppose the validity is at least one day lon…