☰
Login
Signup
Home
›
Go 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
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
January 2022
sujith
January 2022
shivkumarsingh
January 2022
SRIJAN
How to get updated last price for current position? Is there limitation of call to kc.GetPositions()
shivkumarsingh
January 2022
in
Go client
Hello Team,
I want to fetch all active positions, for this, I am making calls to kc.GetPositions() at every second. So just want to check is there any limitation to this call? if yes, then how can we get the last price of positions every second in backend
Tagged:
golang
SRIJAN
January 2022
https://kite.trade/forum/discussion/2760/no-of-request-to-api
shivkumarsingh
January 2022
Thanks
@SRIJAN
sujith
January 2022
You need to fetch ltp from quote api and update your positions data. You shouldn't poll positions for pnl or ltp.
This discussion has been closed.