☰
Login
Signup
Home
›
.Net API 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
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
February 2019
rakeshr
How to access historical data of instrument using http request
ZZ4687
February 2019
edited February 2019
in
.Net API client
Hi ,
may i know how to access the historical data of individual instrument using http request.
not getting much info on how to use the url
"
https://api.kite.trade/instruments/historical/5633/minute?from=2015-12-28+09:30:00&to=2016-01-01+10:30:00
"
-H "X-Kite-Version: 3" \
-H "Authorization: token api_key:access_token" \
to access the historical data
Do we need to pass parameter marked in bold letter as a part of the url itself ? or
we need to pass this value as a header while sending http request to server?
Hoping positive reply from your end
Tagged:
.net
.Net Client with ticker
rakeshr
February 2019
@ZZ4687
You need to pass all -H param as Header in request.
Sign In
or
Register
to comment.
You need to pass all -H param as Header in request.