☰
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
15.1K
All Categories
0
Incidents
179
Node JS client
52
Go client
856
.Net API client
399
Kite Publisher
554
.Net / VBA / Excel (3rd party)
503
Algorithms and Strategies
1.1K
Java client
1.2K
API clients
410
PHP client
4.3K
Python client
364
Mobile and Desktop apps
1.5K
Market data (WebSockets)
3.6K
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?