bhavtoday: Get Bhavcopy for the present day

View source: R/bhavtoday.R

bhavtodayR Documentation

Get Bhavcopy for the present day

Description

Get Bhavcopy for the present day

Usage

bhavtoday(se = "NSE")

Arguments

se

Stock Exchange either 'NSE' or 'BSE'. Default is 'NSE'.

Details

Gets todays bhavcopy from NSE. The function tries to get the bhavcopy from two sources Old and New website of NSE.

Value

Todays's Bhavcopy.

Note

The date should be strictly numerical and mentioned in quotation mark.The present days Bhavcopy would usually available in the evening

Author(s)

Nandan L. Patil tryanother609@gmail.com

Source

<https://www.nseindia.com/all-reports>, <https://www.bseindia.com/markets/marketinfo/BhavCopy.aspx>

See Also

bhavprbhav

Examples

## Not run: 

#Todays NSE Equity Bhavcopy, the data would be available usually after 6.30 PM.
library(nser)
report = bhavtoday()

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

## End(Not run)

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