☰
Login
Signup
Home
›
.Net / VBA / Excel (3rd party)
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.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
458
Algorithms and Strategies
998
Java client
1.1K
API clients
404
PHP client
4K
Python client
347
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
Can someone help me out to get LastQuote for multiple stocks in one go.
ultim
January 2021
in
.Net / VBA / Excel (3rd party)
I am trying to get LTP for multiple stocks in one go. But I could not get a proper way to implement.
I created a LIST for all stocks which added from my Datagrid cell.
'For adding all stocks from Datagrid to a List
Option_Symbol_List.Add(exchange + Options_Market_WatchDatagridview.Rows(ia).Cells(0).Value.ToString)
Please note, I can get response from the below code sample.
kite.GetLTP(InstrumentId:=New String() {"NSE:TCS", "NSE:DIVISLAB"})
But now I am trying to get Quote / getLTP for all stocks in one go in the same format by using the LIST which I created.
Please help me to do so with a example code
Thanks in advance.
Sign In
or
Register
to comment.