edgmic / yquotes

Yahoo Stock Quotes in Go
MIT License
185 stars 35 forks source link

Historical data unavailable #4

Open mappu opened 7 years ago

mappu commented 7 years ago

The ichart.yahoo.com API is no longer available (NXDOMAIN).

See https://stackoverflow.com/a/44050039 for the replacement API.

edgmic commented 7 years ago

Thank you for notice. I am going to change it into Quandl WIKI. Of course, Access Key will be required, but it should work as expected.

swizzley commented 6 years ago

go test

github.com/doneland/yquotes

yquotes_test.go:4:2: cannot find package "github.com/doneland/test" in any of: /usr/local/go/src/github.com/doneland/test (from $GOROOT) /Users/dustinmorgan/go/src/github.com/doneland/test (from $GOPATH) FAIL github.com/doneland/yquotes [setup failed]

prologic commented 5 years ago

Can you make this optional? Some may not need historical data.