- Joined
- 11 January 2014
- Posts
- 36
- Reactions
- 3
Re: Downloading ASX Stock Quotes from Yahoo Finance & Charting them in MT4 using Perl
Wow 26x26x26 combinations, Im spupprised it didnt take longer. Also there are asx codes that have numbers in them like 88E.ax. So really to get them all there would be 36x36x36 combinations
Yeh ASXListedCompanies.csv is a great find. I missed that. All you need to do is keep the code column and delete the other columns and you have got yourself the official up to date list. My brute force way was to go through all the combinations from AAA to ZZZ and if the corresponding yahoo finance url existed then I'd add it to the list. This took over 10 hours
Wow 26x26x26 combinations, Im spupprised it didnt take longer. Also there are asx codes that have numbers in them like 88E.ax. So really to get them all there would be 36x36x36 combinations