☰
Login
Signup
Home
›
Market data (WebSockets)
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
January 2020
RishiS
January 2020
sujith
Some stocks didn't get updated data in daily historical data until market open
RishiS
January 2020
edited January 2020
in
Market data (WebSockets)
Some examples are
DALMIASUG:NSE
DAAWAT:NSE
CYIENT:NSE
The last available date was 03-01-2019. Can I know what happened here? I can provide about 290 more stocks which has this issue, but I just wanted to see why this happened
sujith
January 2020
Can you let us know which interval you were looking for and what library you are using?
Can you paste the stack trace of request and response?
RishiS
January 2020
edited January 2020
kite.historical_data(instrument_token=instrument_token, from_date='2016-05-09', to_date='2020-01-06',
interval='day', continuous=False)
There was no error message, just that it only returned the data in the interval of 'from_date' to '03-01-2020'
It started working when I checked after market was open
sujith
January 2020
Can you let us know at what time you tried?
RishiS
January 2020
Around 7:45AM today
sujith
January 2020
There was some issue with the historical data yesterday in the morning and it was fixed after a while before markets opened.
RishiS
January 2020
It would be good to have some kind of alert when you get these issues, I was breaking my head trying to figure what was wrong
Sign In
or
Register
to comment.
Can you paste the stack trace of request and response?
interval='day', continuous=False)
There was no error message, just that it only returned the data in the interval of 'from_date' to '03-01-2020'
It started working when I checked after market was open