Closed ttt733 closed 5 years ago
The iexfinance library has deprecated a method which is used here in their latest release. We should use the new version of their method instead.
iexfinance
def get_available_symbols(**kwargs): """ MOVED to iexfinance.refdata.get_symbols """ raise ImmediateDeprecationError("get_available_symbols")
This is done in the latest release.
The
iexfinance
library has deprecated a method which is used here in their latest release. We should use the new version of their method instead.