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

Introduction

*Download today's equity bhavcopy from NSE(National Stock Exchange) and BSE(Bombay Stock Exchange).

*Just use bhavtoday(). Note that today's bhavcopy is made available in the evening.

# Example

library(nser)
#Todays NSE Equity Bhavcopy
report = bhavtoday()

#Todays BSE Equity Bhavcopy
report = bhavtoday('BSE')


nandp1/nser documentation built on Nov. 15, 2024, 4:04 a.m.