Hello Friends,
I have made a program to download NSE Stock EOD Bhavcopies and also to download previous Bhavcopies historical data given a selected period.
Since it is a very small program it is really fast... It is faster than hemen's getbhavcopy(which i previously used)... I have not checked it with other downloaders...
The data is downloaded in ASCII format, so that it is easy to import them and convert them to MetaStock format using "The Downloader"
If anyone is interested in having a look at it download it from here
Please give me some feed back I would appreciate it very much.
Thanks
R Ghosh
I have made a program to download NSE Stock EOD Bhavcopies and also to download previous Bhavcopies historical data given a selected period.
Since it is a very small program it is really fast... It is faster than hemen's getbhavcopy(which i previously used)... I have not checked it with other downloaders...
The data is downloaded in ASCII format, so that it is easy to import them and convert them to MetaStock format using "The Downloader"
If anyone is interested in having a look at it download it from here
Code:
Installation
Just Extract the contents of the zip file to C:\
Create a directory C:\Bhavcopy
Steps to Run the Program
* Click on start
* Click on Run
* Type cmd in the box
* Press Enter
* Type dl <year>
where <year> maybe 1996,..., 2008, 2009
The program will download and save the bhavcopy files starting from
1 January of the given year till today
For example: dl 2009, will download all bhavcopy files from 1 Jan
2009 till today. If previous files are allready downloaded then it will skip downloading those files. I have tested it starting from 1996...
* When the program has downloaded the files, you can see those files in C:\Bhavcopy
Thanks
R Ghosh