Learn R Programming

nser (version 1.5.3)

nselive: NSE Live Market data

Description

NSE Live Market data

Usage

nselive(x = "n50")

Value

A dataframe with NSE Live market data.

Arguments

x

"n50" and "fo" for nifty 50 and F&O. DEFAULT value is "n50".

Author

Nandan L. Patil tryanother609@gmail.com

Details

Get live NSE market data of Nifty 50 and Futures & Options

See Also

bhavprbhavfobhavtodaynseindexnseopen

Examples

Run this code
if (FALSE) {
# NSE Live market data for Nifty 50 stocks
library(nser)
nselive()

# Live market for F&O stocks
nselive("fo")
}

Run the code above in your browser using DataLab