-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tq_get suddenly not working #205
Comments
This function depends on your internet connection so anything that could interfere is likely what's happened. |
Thanks for the super quick reply - I'll try again tomorrow and hope the connection has improved! |
Sir, today the tq_get() was not workign for me, even the quantmod did not work. Like my internet is working. |
Please update your R packages. |
I am currently also experiencing this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi . . . I've been using tq_get() for a while now to pull up stock prices and it's always worked well. Suddenly today it no longer seems to work for any of the stocks I've tried. Below is a simple example of code that worked until yesterday but now just gives a warning and NA output. This is the same whichever stock I try.
library(tidyquant)
today <- today()
test <- tq_get("AAPL", get = "stock.prices", from = today)
Warning message:
x = 'AAPL', get = 'stock.prices': Error in getSymbols.yahoo(Symbols = "AAPL", env = , verbose = FALSE, : Unable to import “AAPL”.
argument "conn" is missing, with no default
Hoping someone has an idea what might be going wrong.
Cheers
The text was updated successfully, but these errors were encountered: