Skip to content

Releases: alexgolec/tda-api

1.1.6

02 Mar 14:37
Compare
Choose a tag to compare

New Features

  • Implements refresh token updating, meaning you no longer have to re-enter your credentials every 90 days. Special thanks to @davidkoplik for researching this.

Bug Fixes
None

Deprecations
None

1.1.5

11 Feb 14:38
Compare
Choose a tag to compare

New Features
None

Bug Fixes

  • Only import readline on Mac OS, avoiding an issue where pyreadline attempts to import Windows-specific features on non-Windows platforms

Deprecations
None

v1.1.4

08 Feb 04:56
Compare
Choose a tag to compare

No-op release to attempt to resolve readthedocs build failures...

1.1.2

01 Feb 03:59
Compare
Choose a tag to compare

New Features
None

Bug Fixes

  • #158: Added this fix to requirements.txt and not setup.py...

Deprecations
None

1.1.3

07 Feb 19:37
Compare
Choose a tag to compare

New Features
None

Bug Fixes

  • #162: Building options symbols with strike prices ending in ".0" wasn't working

Deprecations
None

1.1.1

31 Jan 14:55
Compare
Choose a tag to compare

New Features
None

Bug Fixes

  • #158: Attempting to import readline causes client_from_manual_flow to fail on Windows.

Deprecations
None

1.1.0

20 Jan 15:08
Compare
Choose a tag to compare

New Features

Bug Fixes

  • #144: The migration to HTTPX broke extract_order_id
  • #115: Stream subscribers that accept fields now force subscription to the SYMBOL field. There's apparently some weird behavior on TDA's side when this field is not requested.

Deprecations

  • strike_from_date and strike_to_date are now deprecated in favor of from_date and to_date. Removal date TBD.

1.0.1b1

18 Jan 17:44
Compare
Choose a tag to compare
1.0.1b1 Pre-release
Pre-release

Adds a manual login flow

1.0.0

12 Jan 14:00
Compare
Choose a tag to compare

Noteworthy changes in v1.0.0:

  • Asynchronous client support
  • Removal of deprecated EquityOrderBuilder
  • Switch to a more-readable JSON format for the token file

1.0.0b1

06 Jan 23:01
Compare
Choose a tag to compare
1.0.0b1 Pre-release
Pre-release

BETA 1

Noteworthy changes in v1.0.0:

  • Asynchronous streaming support
  • Removal of deprecated EquityOrderBuilder
  • Switch to a more-readable JSON format for the token file