alpacahq / pipeline-live

Pipeline Extension for Live Trading
https://pypi.org/project/pipeline-live/
Apache License 2.0
205 stars 56 forks source link

Update iexfinance usage for compatibility with v0.4.1 #8

Closed ttt733 closed 5 years ago

ttt733 commented 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.

def get_available_symbols(**kwargs):
    """
    MOVED to iexfinance.refdata.get_symbols
    """
    raise ImmediateDeprecationError("get_available_symbols")
ttt733 commented 5 years ago

This is done in the latest release.