powered by
Fetch most actively traded stocks in a month on NSE.
nse_stock_most_traded(clean_names = TRUE)
A tibble with the following columns:
Name of the firm.
Share in total turnover (percentage).
Total traded quantity (in lakhs)
Number of trades.
Average daily turnover (in crores).
Turnover (in crores.)
Logical; if TRUE, makes the column names descriptive and uses snake_case.
TRUE
if (FALSE) { nse_stock_most_traded() # retain original column names as returned by NSE nse_stock_most_traded(clean_names = FALSE) }
Run the code above in your browser using DataLab