☰
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
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
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?