Releases: torreyleonard/algotrader
Releases · torreyleonard/algotrader
v2.3.0
- Updated scheduler class and documentation to reflect it
- Added
getMarket
to IEX
v2.2.0
- Fixed OptionOrder class to reflect Robinhood API changes
- Updated README and docs
v2.1.0
- Check auth token expiry upon load.
User.load()
now returns an error if the user needs to be re-authenticated. - Updated README's table of contents to reflect the correct order and make Robinhood navigation easier
v2.0.1
- Updated README table of contents
v2.0.0
- Added support for saving/loading users
- OptionInstrument: getPositions, getExpirations, getByExpiration, and getAll.
Robinhood options orders are no longer beta and the README documentation has been updated with an example order.
v1.4.3
- Updated Robinhood quote request
- Updated docs
Robinhood now requires an authenticated user to request instrument quotes. Thanks to @Gillinghammer for finding this fix!
v1.4.2
- Added ability to programmatically submit a MFA code to Robinhood
- Updated docs
When calling User.authenticate(), a function can be passed to automatically retrieve the multi-factor authentication code instead of being prompted via the CLI.
v.1.4.1
- Added getHistoricals method to Robinhood User class
- Updated docs on Robinhood Market class
v1.4.0
- Updated to support Robinhood's new authentication API.
- Added support for multifactor authentication via Robinhood.
- Made it optional to provide a password to the Robinhood User constructor.
- Added support for Bollinger Bands through AlphaVantage.
v1.3.1
- Added support for IEX
- Added support for IEX streaming