markcheno / go-talib

A pure Go port of TA-Lib (http://ta-lib.org)
MIT License
763 stars 213 forks source link

NewMarketList() calls to www.nasdaq.com need to be changed #17

Closed nvoxland closed 4 years ago

nvoxland commented 4 years ago

Nasdaq changed their site, and the www.nasdaq.com URLs in quote.go need to be changed to old.nasdaq.com.

They work fine with the changed hostname

https://stackoverflow.com/a/25339061/45756

markcheno commented 4 years ago

They are fixed. Thanks for the heads up!