Hi,
On the yahoo finance section you can enter an address to get up to date share prices. For example if you enter the address -
http://uk.old.finance.yahoo.com/d/quotes.csv?s=BARC.L&e=.csv
you will get the share price of Barclays as a .csv file. I want to do this in code, so that I construct the address to get different quotes for different companies and extract the second and third values from the resulting csv file.
What's the best way of going about this??
Cheers for your help!
On the yahoo finance section you can enter an address to get up to date share prices. For example if you enter the address -
http://uk.old.finance.yahoo.com/d/quotes.csv?s=BARC.L&e=.csv
you will get the share price of Barclays as a .csv file. I want to do this in code, so that I construct the address to get different quotes for different companies and extract the second and third values from the resulting csv file.
What's the best way of going about this??
Cheers for your help!