Investment portfolio update - December 2013
December’s update The R script does not work anymore! It turns out that Yahoo has disabled URL “charts.yahoo.com”. However, “icharts.finance.yahoo.com” works fine. The problem is that the URL is hard coded into quantmod package.
The quick solution is to check-out latest code and build the package from source. The alternative is to wait until CRAN includes quantmod with the fix applied. Here’s how I fixed the problem:
# check-out latest quantmod code using subversion $ svn checkout svn://svn.
[Read More]