joshuaulrich / quantmod

Quantitative Financial Modelling Framework
http://www.quantmod.com/
GNU General Public License v3.0
798 stars 219 forks source link

ISSUE on quantmod::getSymbols() #359

Closed asaeb1480 closed 2 years ago

asaeb1480 commented 2 years ago

I try to run getSymbols() but give the error in following: Error in new.session() : Could not establish session after 5 attempts.

I follow the contributions in 2017 to solve the problem but it's not working here. Does somebody have an idea for this?

pcias commented 2 years ago

quote endpoint of Yahoo Finance works perfectly:

https://query2.finance.yahoo.com/v7/finance/quote?lang=en-US&region=US&corsDomain=finance.yahoo.com&symbols=FB

however getSymbols() is using the 'download' endpoint that seems stopped working

joshuaulrich commented 2 years ago

Duplicate of #358.