☰
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
154
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
March 2018
GoWithFlow
March 2018
sujith
HIstorical data not correct Bank Nifty
GoWithFlow
March 2018
in
.Net API client
List historical = kite.GetHistorical("12835330", startday, startday, "minute");
for (int i = 0; i < historical.Count; i++)
{
Reports.AppendHistoryCSV( Environment.NewLine + historical[i].TimeStamp.ToString() + "," + historical[i].Open.ToString() + "," + historical[i].High.ToString() + "," + historical[i].Low.ToString() + "," + historical[i].Close.ToString() + "," + historical[i].Volume.ToString());
}
2018-03-19T15:19:00+0530 24420.95 24420.95 24420.95 24420.95 24421
2018-03-19T15:20:00+0530 24420.95 24420.95 24420.95 24420.95 24421
2018-03-19T15:21:00+0530 24420.95 24450 24420.95 24450 24450
2018-03-19T15:22:00+0530 24450 24450 24450 24450 24450
2018-03-19T15:23:00+0530 24450 24450 24450 24450 24450
2018-03-19T15:24:00+0530 24450 24450 24450 24450 24450
2018-03-19T15:25:00+0530 24450 24450 24450 24450 24450
2018-03-19T15:26:00+0530 24450 24450 24450 24450 24450
2018-03-19T15:27:00+0530 24450 24450 24450 24450 24450
2018-03-19T15:28:00+0530 24450 24450 24440 24440 24440
2018-03-19T15:29:00+0530 24440 24440 24440 24440 24440
any idea?
image.png
19.1K
sujith
March 2018
Can you let us know what is wrong here and how did you come to conclusion?
sujith
March 2018
The above instrument token is for BANKNIFTY18MAYFUT
GoWithFlow
March 2018
Point taken. Let me check
GoWithFlow
March 2018
I saw too many value different than march bank nifty
GoWithFlow
March 2018
yes checked . you are right. I took wrong tooken
This discussion has been closed.