Can't download data from Yahoo Finance using Quantmod in R

后端 未结 6 1898
挽巷
挽巷 2020-11-28 10:12

I\'m trying to download data from Yahoo using this code:

library(quantmod)
getSymbols(\"WOW\", auto.assign=F)

This has worked for me in the

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 10:52

    Version 0.4-9 of quantmod fixes this issue, and is now available on CRAN.

提交回复
热议问题