☰
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
13.8K
All Categories
0
Incidents
154
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
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