☰
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
October 2020
ashuthinks
October 2020
sujith
i have apikey still not able to get data from GetHistoricalData?
ashuthinks
October 2020
in
.Net API client
I'm trying to get last 10 minutes data just for testing but it is giving me error - insufficient permission why?
List historical = kite.GetHistoricalData(
InstrumentToken: "260105",
FromDate: new DateTime(2020, 10, 14, 13, 55, 0), // 2016-01-01 12:50:00 AM
ToDate: new DateTime(2020, 10, 14, 14, 00, 0), // 2016-01-01 01:10:00 PM
Interval: Constants.INTERVAL_MINUTE,
Continuous: false
);
Tagged:
historical API
kiteapi
API
sujith
October 2020
@ashuthinks
,
You can know more
here
.
ashuthinks
October 2020
I didn't get this why 3 different subscription ?
Kite Connect subscription - Rs. 2000
Historical data subscription - Rs. 2000 (requires base Kite Connect subscription)
you mean by current subscription i can only read ticker data?
sujith
October 2020
With the base Kite Connect subscription, you can use everything mentioned
here
except the historical data API.
ashuthinks
October 2020
ok thank you
This discussion has been closed.
You can know more here.
Kite Connect subscription - Rs. 2000
Historical data subscription - Rs. 2000 (requires base Kite Connect subscription)
you mean by current subscription i can only read ticker data?