☰
Login
Signup
Home
›
Python 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
152
Node JS client
39
Go client
792
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
October 2022
rakeshr
October 2022
sahilajmeri1
October 2022
sujith
Getting Incorrect OHLC DATA
sahilajmeri1
October 2022
in
Python client
OHLC data not changed after 3:07 pm on 12th October
we are fetching ohlc every minute, but not getting latest data as compared to other website charts.
Please explain this, how can we resolve this.
Tagged:
Candles API
p
OHLC
image.png
17.4K
sujith
October 2022
The OHLC API gives open, high, low and close price of the day. You can know more
here
.
sahilajmeri1
October 2022
So its not giving current live market data right?
rakeshr
October 2022
You can use
WebSocket stream
to get live market ticks.
Sign In
or
Register
to comment.