Skip to content
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

Yahoos stock API appears to no longer work #3

Open
barrybecker4 opened this issue Dec 2, 2018 · 1 comment
Open

Yahoos stock API appears to no longer work #3

barrybecker4 opened this issue Dec 2, 2018 · 1 comment

Comments

@barrybecker4
Copy link

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

@Xenate
Copy link

Xenate commented Mar 10, 2021

I believe Yahoo changed its API in 2017.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@barrybecker4 @Xenate and others