Skip to content

adjustOHLC does not consider setSymbolLookup settings [quantmod]

1 message · christophe00 at gmx.ch

#
Hi,

am I right, that even though getSymbols() does consider mapped ticker names, which were defined using setSymbolLookup(), adjustOHLC does not?

example:
[1] "ASSA.B.ST"
Error in download.file(paste(yahoo.URL, Symbol.name, "&a=", from.m, "&b=",  : 
  cannot open URL 'http://ichart.finance.yahoo.com/table.csv?s="ASSA.B.ST"&a=0&b=01&c=1970&d=1&e=22&f=2010&g=v&ignore=.csv'
In addition: Warning message:
In download.file(paste(yahoo.URL, Symbol.name, "&a=", from.m, "&b=",  :
  cannot open: HTTP status was '404 Not Found'

is there any work around?

Thanks and best regards,

Chris