☰
Login
Signup
Home
›
.Net API 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
158
Node JS client
43
Go client
801
.Net API client
386
Kite Publisher
538
.Net / VBA / Excel (3rd party)
466
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
May 2022
reedos
May 2022
SRIJAN
KiteConnect LTP String Array Parameter
reedos
May 2022
in
.Net API client
GetLTP(string[] InstrumentId) . we are confused with the string array parameter. can you suggests what data need to pass in the array to get LTP?
SRIJAN
May 2022
edited May 2022
You have to pass exchange: tradingsymbol combination or instrument token.
https://github.com/zerodha/dotnetkiteconnect/blob/bb7158190adf109c6d3a9512a9550b1745f05797/KiteConnect/Kite.cs#L674
https://kite.trade/docs/connect/v3/market-quotes/#retrieving-full-market-quotes
reedos
May 2022
string[] arr = { "NSE:INFY", "NSE:INGERRAND", "NSE:INOXLEISUR", "NSE:INOXWIND" };
we are passing this value to GetLTP(arr). Is there any thig wrong in it?
SRIJAN
May 2022
No,it looks fine.
Sign In
or
Register
to comment.
https://github.com/zerodha/dotnetkiteconnect/blob/bb7158190adf109c6d3a9512a9550b1745f05797/KiteConnect/Kite.cs#L674
https://kite.trade/docs/connect/v3/market-quotes/#retrieving-full-market-quotes
we are passing this value to GetLTP(arr). Is there any thig wrong in it?