Description Usage Arguments Details Value Note Author(s)
This gets the daily data from the bhavcopy csv into a data frame(OHLC). The bhavcopies can be downloaded by data.* functions.
1 2  | data.getQuotesFromBhavcopy(stock = NULL, fileName = NULL,
  objectName = NULL)
 | 
stock | 
 - Equity data to be downloaded  | 
fileName | 
 - File name where the quotes(bhavcopy) are stored  | 
objectName | 
 - if the data is stored as rda. Either filename or objectname should be there, not both and neither none.  | 
Copies the bhavcopies from nse and keeps the csv (yearlywise) in the given directory.
Returns a dataframe with all the OHLC data
This will return an OHLC object with all the details for a given stock. It will read the fileName(BHAVcopy archive), and return the data specific to that particular stock as a OHLC dataframe.
Siva Sunku
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.