powered by
Fetch stock symbol and name from NSE.
nse_stock_code(clean_names = TRUE)
A tibble with the following columns:
NSE ticker.
Name of the firm.
Logical; if TRUE, makes the column names descriptive and uses snake_case.
TRUE
if (FALSE) { nse_stock_code() # retain original column names as returned by NSE nse_stock_code(clean_names = FALSE) }
Run the code above in your browser using DataLab