powered by
List NSE indices.
nse_index_list(clean_names = TRUE)
A tibble with the following column:
Name of the index.
Logical; if TRUE, makes the column names descriptive and uses snake_case.
TRUE
if (FALSE) { nse_index_list() # retain original column names as returned by NSE nse_index_list(clean_names = FALSE) }
Run the code above in your browser using DataLab