☰
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
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
September 2021
rakeshr
September 2021
nagarerahul
September 2021
sujith
Kite Connect API's. I get the open positions value but they are not in real time
nagarerahul
September 2021
in
Python client
Hi,
I have purchased Kite Connect API's. I am able to get the open positions value but they are in not real time.
I am using the code mentioned in the below URL.
https://kite.trade/docs/connect/v3/portfolio/#positions
Aren't the Kite connect API's real time? If not then how can I get the real time value of my positions using API?
Also if there is delay in the values fetched then how much is the time delay ?
Thanks in Advance.
Tagged:
API
kiteconnect
sujith
September 2021
You can refer to
this thread
.
nagarerahul
September 2021
Hi Sujith
I am trying to get the lastPrice but its giving me the delayed values.
How can i get real time value of lastPrice for a open position?
Thanks
rakeshr
September 2021
You can use
Websocket streaming
to fetch live tick data including LTP, etc.
Sign In
or
Register
to comment.
I am trying to get the lastPrice but its giving me the delayed values.
How can i get real time value of lastPrice for a open position?
Thanks