☰
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
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.