bhav {nser}R Documentation

Bhavcopy from NSE and BSE

Description

Bhavcopy from NSE and BSE

Usage

bhav(x, se = "NSE")

Arguments

x

numeric date format

se

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

Details

Gets Bhavcopy from NSE and BSE for the given date.

Value

Bhavcopy for the given date.

Note

The date should be strictly numerical and mentioned in quotation mark (refer examples). 'bhav' can be used to download NSE bhavcopy from 1 Jan 2020 on wards.

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

bhavprbhavtoday

Examples


#Download Bhavcopy from NSE
report = bhav("01072024") # Download bhavcopy for 01 July 2024

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


[Package nser version 1.5.3 Index]