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