alpacahq / pipeline-live

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

IEX Cloud & Alpaca Pricing #10

Closed ttt733 closed 5 years ago

ttt733 commented 5 years ago

Much of the data available through IEX's public API has been moved to IEX Cloud. As such, its chart method is not as viable of a free data source for pipeline-live due to the high message volume it tends to generate. This PR updates the existing code which utilizes IEX to use the newer version of their API. It also adds the data available through Alpaca's API as a source as an alternative.