This Python program is a perfect alternative to the Getbhavcopy software. It generates the same text file as the one obtained by Getbhavcopy software for BSE and NSE Bhavcopy
GNU General Public License v3.0
9
stars
2
forks
source link
Date Format in extracted data not compatible with amibroker #7
Hi @pparesh25, I am able to run the code and download the bhavcopy in txt file. However, file has the date format as "20240429" So when I try to import it in amibroker tool it fails with an error. As a workaround I have to modify the date to "2024-04-29" to make it work.
How can we set the correct date format in the files?
And offcourse, awesome work!! kudos!
Format is fine, It's import issue, change your ahcii import parameter and try again. Search internet for how to first time import amibroker data and save and use that format.
Hi @pparesh25, I am able to run the code and download the bhavcopy in txt file. However, file has the date format as "20240429" So when I try to import it in amibroker tool it fails with an error. As a workaround I have to modify the date to "2024-04-29" to make it work. How can we set the correct date format in the files? And offcourse, awesome work!! kudos!