☰
Login
Signup
Home
›
API clients
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.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
July 2022
Hatimneral
July 2022
SRIJAN
How to get Historical Data in python
Hatimneral
July 2022
edited July 2022
in
API clients
what code do i have to write in order to get the continuous live closing price?
i have subscribed to the historical data api.
please assist
Tagged:
historical API
historical data
pyhton
SRIJAN
July 2022
Websocket is recommended to stream realtime data.
https://kite.trade/docs/connect/v3/websocket/
You can refer sample websocket code here:
https://github.com/zerodha/pykiteconnect#websocket-usage
Hatimneral
July 2022
this code does not give live closing price, how to get that?
SRIJAN
July 2022
We don't provide programming support on this forum.
You have to use websocket data and build candles at your end.
Refer this thread:
https://kite.trade/forum/discussion/2604/convert-ticks-to-candle
Sign In
or
Register
to comment.
https://kite.trade/docs/connect/v3/websocket/
You can refer sample websocket code here:
https://github.com/zerodha/pykiteconnect#websocket-usage
You have to use websocket data and build candles at your end.
Refer this thread:
https://kite.trade/forum/discussion/2604/convert-ticks-to-candle