alpacahq / pipeline-live

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

fixing iex load_symbols #14

Closed sammerry closed 5 years ago

sammerry commented 5 years ago

get_iex_symbols returns symbols that are not eligible for api access. The get_symbols method should play nice with all IEX api endpoints.

https://addisonlynch.github.io/iexfinance/stable/refdata.html#id3

The change fixes this ticket https://github.com/alpacahq/pipeline-live/issues/13

ttt733 commented 5 years ago

Looks good, thanks!