In bulk fetch API can you also add following fields which we get currently in quite response ?
"change_percent": 0.0,
"change": 0.0,
"volume": 0,
"buy_quantity": 0,
"sell_quantity": 0,
"open_interest": 0,
…
URL:
https://api.kite.trade/instruments/historical/3861249/10minute?from=2017-09-11&to=2017-09-11&api_key=&access_token=
Response:
{"status": "error", "error_type": "InputException", "message": "No candles found based on token and ti…
URL:
https://api.kite.trade/instruments/historical/3861249/10minute?from=2017-09-11&to=2017-09-11&api_key=&access_token=
Response:
{"status": "error", "error_type": "InputException", "message": "No candles found based on token and ti…
I tried to create 10 min candles using web socket data and compared with data from historical API from zerodha. Many times high & low prices are correct but open and close price are off almost always. Therefor I think data we get on websockets i…
Understand delays in going live, but why don't you publish the API documentation and allied literature at least, so that we can start development at our end as well. If legal issues are stopping you from having sandbox may be you can replay days act…