☰
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
13.8K
All Categories
0
Incidents
152
Node JS client
39
Go client
791
.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
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.