kite.finished(function(status, request_token) {
alert("Finished. Status is " + status);
console.log("kite finished");
});
i am using this function in order to capture the status but this function is not…
Unknown Content-Type (text/html) with response: (b'\r\n414 Request-URI Too Large\r\n\r\n414 Request-URI Too Large\r\ncloudflare\r\n\r\n\r\n')
@rakeshr
This is what I get when we pass multiple symbols to kite .quote()
Yes we are using NIFTY SMLCAP 100 only. The Last_Price and Close are the same. Typically, Close should be prev.close (standard across other quote retrievals across index items and stocks). Since they are the same, the change%age comes as 0.
Please help .. the change, high, low and close parameters are showing up as 0. Timestamp is also incorrect for Nifty midcap 100. Screenshot shows difference between nifty midcap 100 and nifty 50.
@rakeshr Also, what do we mean by un-necessary, they are just irrelevant - why not just maintain a standard response structure for a single function call. The communication aspect is one thing. Basically, a function call should always return a stand…
@rakeshr : As @Ajax mentioned, why are we not being alerted for such changes ? We are making programs which run on this. Isn't it basic communication 101 ?
There is a change, we used to get OI, OI change fields as 0 until yesterday for Nifty 50 quotes as well. Those fields are not even being provided today in the response structure. @Niyas @rakeshr
Sorry, that is what I meant .. ("NSE:NIFTY 50) v/s ("NSE:INFY"). Previously both returned same response structure .. however, now the response structure are different.
NSE:NIFTY 50 Response -
{'NSE:NIFTY 50': {'instrument_token': 256265,
'last…
Thanks !!
Kindly fix the links in github - https://github.com/zerodhatech/pykiteconnect
Under section "API Usage" - there is a link where it reads "Refer to .... Link" - this is old API version documentation.
Fixing such links would help us get t…
I am using v3.0 of the API. Also, the above functions were working fine previously (v2.0).
I did try to see if anything has changed, but did not spot anything under documentation.
Please help.