Learn R Programming

nser (version 1.5.3)

bhavtoday: Get Bhavcopy for the present day from NSE and BSE

Description

Get Bhavcopy for the present day from NSE and BSE

Usage

bhavtoday(se = "NSE")

Value

Todays's Bhavcopy.

Arguments

se

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

Author

Nandan L. Patil tryanother609@gmail.com

Details

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

See Also

bhavprbhav

Examples

Run this code
if (FALSE) {

#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')
}

Run the code above in your browser using DataLab