powered by
NSE indices advances & declines.
nse_advances_declines(clean_names = TRUE)
A tibble with the following columns:
Name of the index.
Number of stocks increased (in green).
Number of stocks decreased (in red).
Number of stocks unchanged.
Logical; if TRUE, makes the column names descriptive and uses snake_case.
TRUE
if (FALSE) { nse_advances_declines() # retain original column names as returned by NSE nse_advances_declines(clean_names = FALSE) }
Run the code above in your browser using DataLab