☰
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
152
Node JS client
39
Go client
791
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
December 2017
Loki
December 2017
sujith
Historical API syntax
Loki
December 2017
edited December 2017
in
Python client
Dear developing team, kindly publish the examples for the available python APIs. we are having very difficult time figuring out the syntax.
I was trying to access the historical API. I have used the below syntax and none of them are working for me.
kite.historical("408065","2017-12-13 09:15:00","2017-12-13 9:30:00","1minute","0")
the error i'm getting is
in historical "continuous": 1 if continuous else 0
TokenException: Invalid API credentials
so I can make out that the last parameter I'm passing is not correct. I have tried all possible things but no luck yet.
have tried below syntaxes
kite.historical("408065","2017-12-13 09:15:00","2017-12-13 9:30:00","1minute",0)
kite.historical("408065","2017-12-13 09:15:00","2017-12-13 9:30:00","1minute","continuous=0")
can't make out what to be passed.
sujith
December 2017
Hi,
We will be publishing python examples in next release of pykiteconnect.
Historical API is an add-on subscription, you need to subscribe to it on developers console in order to access it.
Loki
December 2017
that would be great. When is it expected to release?
sujith
December 2017
I am afraid we can't give any timeline as of now. For now, you can check out
java examples
.
sujith
December 2017
You can find some helpful python examples here
https://kite.trade/forum/discussion/1994/a-curated-list-of-things-related-to-kite-connect-api#latest
Sign In
or
Register
to comment.
We will be publishing python examples in next release of pykiteconnect.
Historical API is an add-on subscription, you need to subscribe to it on developers console in order to access it.