We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://www.quora.com/Did-Yahoo-Stock-API-shut-down
I cloned and ran sbt compile tests, but got this result:
[info] Compiling 1 Scala source to E:\thirdparty\YahooFinanceScala\target\scala-2.11\test-classes... [info] YahooFinanceSpec [info] [error] ! get quotes [error] akka.stream.StreamTcpException: Tcp command [Connect(ichart.yahoo.com:80,None,List(),Some(10 seconds),true)] failed (file:1) [info] [error] ! get full history [error] akka.stream.StreamTcpException: Tcp command [Connect(ichart.yahoo.com:80,None,List(),Some(10 seconds),true)] failed (file:1) [info] [info] + non-existent symbol [error] ! invalid fundamentals [error] akka.stream.StreamTcpException: Tcp command [Connect(download.finance.yahoo.com:80,None,List(),Some(10 seconds),true)] failed (file:1) [info] [error] ! valid fundamentals [error] akka.stream.StreamTcpException: Tcp command [Connect(download.finance.yahoo.com:80,None,List(),Some(10 seconds),true)] failed (file:1) [info] [info] [info] [info] Total for specification YahooFinanceSpec [info] Finished in 500 ms [info] 5 examples, 0 failure, 4 errors [info] [info] ScalaCheck [info] Passed: Total 0, Failed 0, Errors 0, Passed 0 [error] Error: Total 5, Failed 0, Errors 4, Passed 1 [error] Error during tests: [error] openquant.yahoofinance.YahooFinanceSpec [error] (test:test) sbt.TestsFailedException: Tests unsuccessful [error] Total time: 4 s, completed Dec 2, 2018 6:01:43 AM
The text was updated successfully, but these errors were encountered:
I believe Yahoo changed its API in 2017.
Sorry, something went wrong.
No branches or pull requests
See
https://www.quora.com/Did-Yahoo-Stock-API-shut-down
I cloned and ran
sbt compile tests, but got this result:
The text was updated successfully, but these errors were encountered: