Python script, ver 1.2, to quickly create a .csv file with over 10 years of ASX data
-
Navigate to https://www.asxhistoricaldata.com/ (this site contains over 10 years of free ASX data which is current to last Friday and is updated every Sunday).
-
Download all ASX data required to \ZIPPED folder.
-
Set location of zipped folder variable in python script, i.e. C:\ASX_DATA\ZIPPED
-
Run python script “unpacker_1.2.py”. This will unzip all files, then merge all daily .txt files and create a merged .txt and merged .csv file. (this will take about 110 seconds for 10 years of data). Output files will be saved into default python working folder.
-
Happy stock analysis and trading!