As of about a day ago, attempts to use quantr to download yahoo financial data leads to an HTTP status was '401 Unauthorized' error
Examples include:
yahoo_financials("F")
yahoo_summary("APPL")
Error in purrr::map():
ℹ In index: 1.
Caused by error in open.connection():
! cannot open the connection to 'https://query2.finance.yahoo.com/v10/finance/quoteSummary/APPL?modules=defaultKeyStatistics,financialData,price,quoteType,summaryDetail'
Run rlang::last_trace() to see where the error occurred.
Warning message:
In open.connection(con, "rb") :
cannot open URL 'https://query2.finance.yahoo.com/v10/finance/quoteSummary/APPL?modules=defaultKeyStatistics,financialData,price,quoteType,summaryDetail': HTTP status was '401 Unauthorized'
As of about a day ago, attempts to use quantr to download yahoo financial data leads to an HTTP status was '401 Unauthorized' error
Examples include:
yahoo_financials("F")
yahoo_summary("APPL")
Error in
purrr::map():ℹ In index: 1.
Caused by error in
open.connection():! cannot open the connection to 'https://query2.finance.yahoo.com/v10/finance/quoteSummary/APPL?modules=defaultKeyStatistics,financialData,price,quoteType,summaryDetail'
Run
rlang::last_trace()to see where the error occurred.Warning message:
In open.connection(con, "rb") :
cannot open URL 'https://query2.finance.yahoo.com/v10/finance/quoteSummary/APPL?modules=defaultKeyStatistics,financialData,price,quoteType,summaryDetail': HTTP status was '401 Unauthorized'