☰
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
8.7K
All Categories
8
Go client
514
.Net API client
225
Kite Publisher
466
.Net / VBA / Excel (3rd party)
275
Algorithms and Strategies
696
Java client
646
API clients
319
PHP client
2.2K
Python client
256
Mobile and Desktop apps
956
Market data (WebSockets)
2.2K
General
Can someone help me out to get LastQuote for multiple stocks in one go.
ultim
January 4
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.