joshuaulrich / TTR

Technical analysis and other functions to construct technical trading rules with R
GNU General Public License v2.0
326 stars 102 forks source link

stockSymbols() not working #44

Closed jsully66 closed 7 years ago

jsully66 commented 7 years ago

Test=stockSymbols() Fetching AMEX symbols... Error in file(file, "rt") : cannot open the connection In addition: Warning message: In file(file, "rt") : InternetOpenUrl failed: 'The operation timed out'

jsully66 commented 7 years ago

Found the answer when I dug into the code for the function... image Nasdaq is the issue... :-(

joshuaulrich commented 7 years ago

Closing, since this was an issue with the data source, and could not be fixed by changing code.