Learn R Programming

nser (version 1.5.3)

bhav: Bhavcopy from NSE and BSE

Description

Bhavcopy from NSE and BSE

Usage

bhav(x, se = "NSE")

Value

Bhavcopy for the given date.

Arguments

x

numeric date format

se

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

Author

Nandan L. Patil tryanother609@gmail.com

Details

Gets Bhavcopy from NSE and BSE for the given date.

See Also

bhavprbhavtoday

Examples

Run this code
# \donttest{
#Download Bhavcopy from NSE
report = bhav("01072024") # Download bhavcopy for 01 July 2024

#Download bhavcopy from BSE
report = bhav("01072024", 'BSE')
# }

Run the code above in your browser using DataLab