☰
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
14.4K
All Categories
0
Incidents
167
Node JS client
47
Go client
815
.Net API client
393
Kite Publisher
540
.Net / VBA / Excel (3rd party)
471
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.2K
Python client
355
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.5K
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.