nse_fo: Top F&O gainers and losers

nse_foR Documentation

Top F&O gainers and losers

Description

Top futures and options gainers and losers for the last trading session.

Usage

nse_fo_top_gainers(clean_names = TRUE)

nse_fo_top_losers(clean_names = TRUE)

Arguments

clean_names

Logical; if TRUE, makes the column names descriptive and uses snake_case.

Value

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.

Examples

## Not run: 
# 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)

## End(Not run)


nse2r documentation built on Nov. 1, 2022, 5:05 p.m.