powered by
Fetch the quote for a given index.
nse_index_quote(clean_names = TRUE)
A tibble with the following columns:
Name of the NSE indices.
Last traded price.
Change in price.
Percentage change in price.
Logical; if TRUE, makes the column names descriptive and uses snake_case.
TRUE
if (FALSE) { nse_index_quote() # retain original column names as returned by NSE nse_index_quote(clean_names = FALSE) }
Run the code above in your browser using DataLab