anttsou / qmj

8 stars 8 forks source link

get_prices - quantmod getSymbols function changed #2

Closed rynkwn closed 9 years ago

rynkwn commented 9 years ago

It seems that the getSymbols function in quantmod has changed, leading to this bug:

bug

When this line of code is run:

stockData <- quantmod::getSymbols("^GSPC", src="yahoo", auto.assign=FALSE)

rynkwn commented 9 years ago

Did a bit more tinkering.

Issue is specifically with the S&P 500. I'll look into a fix.

rynkwn commented 9 years ago

Hmm.

Managed to fix it. No worries.