☰
Login
Signup
Home
›
General
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
June 2018
naz
Historical Data Sanctity Issues
naz
June 2018
in
General
@sujith
Can you please tell us why OHLC is 0 for the following query:
Query: kite.historical_data(instrument_token=7455745, from_date="2015-05-27 09:15:00", to_date="2015-05-27 09:17:00", interval='minute')
Output:
[{'close': 0,
'date': datetime.datetime(2015, 5, 27, 9, 15, tzinfo=tzoffset(None, 19800)),
'high': 0,
'low': 0,
'open': 0,
'volume': 0},
{'close': 181.18,
'date': datetime.datetime(2015, 5, 27, 9, 16, tzinfo=tzoffset(None, 19800)),
'high': 181.45,
'low': 181.18,
'open': 181.38,
'volume': 700}]
Tagged:
historical API
historical data
naz
June 2018
@sujith
: any update on the above ?
Sign In
or
Register
to comment.