Description Usage Arguments Value Examples
Fetch most actively traded stocks in a month on NSE.
1 | nse_stock_most_traded(clean_names = TRUE)
|
clean_names |
Logical; if |
A tibble with the following columns:
security |
Name of the firm. |
share_turnover |
Share in total turnover (percentage). |
traded_quantity |
Total traded quantity (in lakhs) |
no_of_trades |
Number of trades. |
avg_daily_turnover |
Average daily turnover (in crores). |
turnover |
Turnover (in crores.) |
1 2 3 4 | nse_stock_most_traded()
# retain original column names as returned by NSE
nse_stock_most_traded(clean_names = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.