Skip to content

Releases: alexgolec/tda-api

0.7.1

28 Aug 17:31
Compare
Choose a tag to compare

Fixed an error in how we were passing the SSL context to the websockets library.

0.7.0

23 Aug 04:13
Compare
Choose a tag to compare

Maintenance release, many small fixes. Thanks to the community for finding and reporting issues.

0.6.1

12 Jul 13:32
Compare
Choose a tag to compare
  • Minor documentation and error message fixes

0.6.0

09 Jul 16:52
Compare
Choose a tag to compare
  • When listening for the callback URL indicating successful authentication for an app with an HTTP callback URL, tolerate callback requests being sent over HTTPS.
  • Adds functionality to simplify token fetching and refreshing from non-filesystem token locations. This is particularly useful for users looking to run tda-api on serverless products like AWS Lambda.
  • place_order now accepts both order specs and built orders.
  • Minor documentation fixes

0.5.0

04 Jul 02:50
Compare
Choose a tag to compare
  • Adds templates for vertical spreads
  • Minor debug logging improvements

0.4.0

21 Jun 16:06
Compare
Choose a tag to compare
  • Adds complex order builder
  • Adds simple order templates for equities
  • Deprecates the EquityOrderBuilder. Import and initialization will print deprecation warnings.
  • Client methods that expect lists now also accept scalar values
  • Fixes an issue where the appropriate suffix was not being appended to the API key

v0.3.2

10 Jun 21:44
Compare
Choose a tag to compare
  • Re-adds support for streaming account info

v0.3.1

10 Jun 15:49
Compare
Choose a tag to compare
  • Emergency release to undo broken streaming account activity

0.3.0

10 Jun 15:41
Compare
Choose a tag to compare
  • Debug logging for easier information gathering when filing bugs
  • Streaming account activity (thanks sie2!)
  • Streaming news headlines

0.2.2

04 Jun 22:40
092cb30
Compare
Choose a tag to compare
  • Explicitly support strings as IDs
  • Allow use of streaming in all supported python versions (3.5+)