Skip to content

Releases: torreyleonard/algotrader

v2.3.0

05 Feb 17:56
Compare
Choose a tag to compare
  • Updated scheduler class and documentation to reflect it
  • Added getMarket to IEX

v2.2.0

26 Jan 21:27
Compare
Choose a tag to compare
  • Fixed OptionOrder class to reflect Robinhood API changes
  • Updated README and docs

v2.1.0

25 Jan 17:09
Compare
Choose a tag to compare
  • 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

25 Jan 05:17
Compare
Choose a tag to compare
  • Updated README table of contents

v2.0.0

23 Jan 19:27
Compare
Choose a tag to compare
  • 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

16 Jan 16:50
Compare
Choose a tag to compare
  • 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

12 Jan 19:09
Compare
Choose a tag to compare
  • 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

09 Jan 19:01
Compare
Choose a tag to compare
  • Added getHistoricals method to Robinhood User class
  • Updated docs on Robinhood Market class

v1.4.0

14 Dec 18:56
Compare
Choose a tag to compare
  • 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

05 May 23:19
Compare
Choose a tag to compare
  • Added support for IEX
  • Added support for IEX streaming