Description Usage Arguments Value Examples
Fetch stock symbol and name from NSE.
1 | nse_stock_code(clean_names = TRUE)
|
clean_names |
Logical; if |
A tibble with the following columns:
symbol |
NSE ticker. |
company |
Name of the firm. |
1 2 3 4 | nse_stock_code()
# retain original column names as returned by NSE
nse_stock_code(clean_names = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.