☰
Login
Signup
Home
›
API clients
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
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
December 2023
lostbodhi
December 2023
MAG
Order apis are working but historical data apis are not working.
lostbodhi
December 2023
in
API clients
Example:
this code:
curl "
https://api.kite.trade/instruments/historical/5633/minute?from=2017-12-15+09:15:00&to=2017-12-15+09:20:00
"
-H "X-Kite-Version: 3" \
-H "Authorization: token api_key:access_token" \
this always says error 403 , my api_key adn access_token are absolutely right because they are working fine when i put orders for my trades.
Please help
Tagged:
historical data
MAG
December 2023
HTTP 403 is an HTTP status code meaning access to the requested resource is forbidden
@lostbodhi
Have you subscribed to the Historical Api? It's a separate subscription that's an add on to the base Kiteconnect API subscription.
lostbodhi
December 2023
yes i have , and it says Addons Historical Data Active
lostbodhi
December 2023
can anyone please help?
lostbodhi
December 2023
scrap that , now it's working.
This discussion has been closed.
@lostbodhi Have you subscribed to the Historical Api? It's a separate subscription that's an add on to the base Kiteconnect API subscription.