☰
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.7K
All Categories
0
Incidents
145
Node JS client
38
Go client
786
.Net API client
375
Kite Publisher
537
.Net / VBA / Excel (3rd party)
455
Algorithms and Strategies
987
Java client
1.1K
API clients
402
PHP client
3.9K
Python client
344
Mobile and Desktop apps
1.3K
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?