☰
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
14K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
384
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.