☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
403
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
September 2017
nikhilR
September 2017
thepanoramix
September 2017
sujith
September 2017
ajayb
Historical API is not working
ajayb
September 2017
in
Python client
I have the subscription and the API was working well till yesterday.
But today it is giving 400 error. Is it down?
Tagged:
historical API
ajayb
September 2017
400
{u'status': u'error', u'message': u'No candles found based on token and time and candleType or Server busy.', u'error_type': u'InputException'}
sujith
September 2017
Hi
@ajayb
,
Can you give more details about this? Which scrip are you trying, from date and to date?
thepanoramix
September 2017
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 time and candleType or Server busy."}
ajayb
September 2017
Hi Sujith,
I am using
https://api.kite.trade/instruments/historical/3050241/15minute?access_token=XXX&api_key=YYY&from=2017-09-11&to=2017-09-11
sujith
September 2017
Hi
@ajayb
,
We are looking into the issue.
nikhilR
September 2017
edited September 2017
@ajayb
, this issue should be fixed now. Apologies for the inconvenience.
ajayb
September 2017
Working fine now.
Thank you.
This discussion has been closed.
{u'status': u'error', u'message': u'No candles found based on token and time and candleType or Server busy.', u'error_type': u'InputException'}
Can you give more details about this? Which scrip are you trying, from date and to date?
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 time and candleType or Server busy."}
I am using
https://api.kite.trade/instruments/historical/3050241/15minute?access_token=XXX&api_key=YYY&from=2017-09-11&to=2017-09-11
We are looking into the issue.
Thank you.