get_ltp_data | R Documentation |
Function to obtain last traded prices.
get_ltp_data(object, exchange, tradingsymbol, symboltoken)
object |
An object of type smart connect. |
exchange |
Exchange for the order, e.g. NSE, NFO, CDS etc. |
tradingsymbol |
Trading Symbol of the instrument. |
symboltoken |
Symbol token |
This function accepts a list of instruments (as exchange:symbol pair, e.g. NFO:NIFTY18JANFUT) and returns last traded prices. Please note: this function is meant to be called as a one-off way to get the quotes. One should not call this function too many times. The api possibly has a rate limit and too many requests will block the user
a data frame with last price data, with instruments as row names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.