there is no issues in getting the data, my program will get 1000 of historical request 1 by 1, normally it is very fast. but today there is slow in getting the response data
I have checked all the parameters are correct, and actuall the same code works fine in my local IIS laptop, but the same line is not working when the code executes from webpage
@sujith , Is it officially confirmed that CO entry order is not allowed for modification ? , because I can modify co entry order via kite manually, but I am facing problem only when I try to modify via API
Please confirm on this
yes , I am facing this issue when calling kite.GetTradedQuantity(orderID);, this issue is there from last friday.
whom can resolve this issue?
@sujith please help to resolve this issue as soon as possible.
Kite is not so stable one, always we face some issues for their every release , Always we have to switch for workaround
I tried with kite.instruments("NFO") , it worked for me
Normally they to bug fixes and enhancement change promotion during holiday time, and normally it fails in the next day morning, which is become usual now a days
Normally they to bug fixes and enhancement change promotion during holiday time, and normally it fails in the next day morning, which is become usual now a days
@sujith: Please refund my money for today's kite connect subscription. Such occurrences are just unacceptable. You are not providing the service you are charging for. And this is not the first time.
@trade_then , Thank you very much for your quick solution ,
but anyway mine is website, I don't have enough time to migrate my changes to web server,
I have to skip trading today, Hope the issue will be resolved soon !:(
I am also facing the same problem "KiteConnect.ParseException: Unable to parse the response. Use ResponseData property to get original response." ,
what is the solution for this ?
Hi !
I'm using the official KiteConnect (.NET) API for trading succesfully for past few weeks without any errors. Since, yesterday evening(11th March 2018) I am facing 'ParseException' Error while fetching Instruments list through kite.GetInstrumen…
While calling kite.GetHistorical() method, sometimes it throws System.Collections.Generic.KeyNotFoundException exception
I have tried with several instrument types and several time periods , but still the errors is same ,
below is my code (tried …