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