Description Usage Arguments Value Examples
Top futures and options gainers and losers for the last trading session.
1 2 3 | nse_fo_top_gainers(clean_names = TRUE)
nse_fo_top_losers(clean_names = TRUE)
|
clean_names |
Logical; if |
A tibble with the following columns:
symbol |
NSE ticker. |
series |
Equity (EQ). |
last_corp_announcement_date |
Last corporate announcement date. |
last_corp_announcement |
Last corporate announcement. |
open_price |
Open price. |
high_price |
High price. |
low_price |
Low price. |
last_traded_price |
Last traded price. |
prev_close_price |
Previous close price. |
percent_change |
Percentage change in price. |
traded_quantity |
Total traded quantity. |
turnover |
Turnover in lakhs. |
1 2 3 4 5 6 7 8 9 10 11 | # top gainers
nse_fo_top_gainers()
# retain original column names as returned by NSE
nse_fo_top_gainers(clean_names = FALSE)
# top losers
nse_fo_top_losers()
# retain original column names as returned by NSE
nse_fo_top_losers(clean_names = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.