Skip to content
Prev 10492 / 15274 Next

TSE ticker problems

My bad. Indeed the examples should have been:

 > getSymbols("BMO.TO", src="yahoo")
 > getSymbols("COS.TO", src="yahoo")
 > getSymbols("TSE:COS", src="google")

They lost something in translation from my code. The problem is not 
resolved by this correction, however the yahoo retrieval is fixed by the 
getSymbols.yahoo URL change suggested.

The google retrieval still causes problems:

 > getSymbols("TSE:COS", src="google")
Error in download.file(paste(google.URL, "q=", Symbols.name, 
"&startdate=",  :
   cannot open URL 
'http://finance.google.com/finance/historical?q=TSE:COS&startdate=Jan+01,+2007&enddate=Jul+11,+2012&output=csv'
In addition: Warning message:
In download.file(paste(google.URL, "q=", Symbols.name, "&startdate=",  :
   cannot open: HTTP status was '404 Not Found'
 >

Any further suggestions appreciated.

Thanks,
Paul
On 12-07-11 02:06 PM, G See wrote: