nseopen"

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Introduction

NSE pre market open data. Pre market is from 09.00 hrs to 09.08 hrs (IST). The function returns a dataframe of pre open market and message with number of advances and declines.

# For Nifty 50 stocks
library(nser)
nseopen()

# For F&O stocks 
library(nser)
nseopen("fo")


Try the nser package in your browser

Any scripts or data that you put into this service are public.

nser documentation built on Sept. 19, 2023, 5:06 p.m.