Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Releases: ThetaData-API/thetadata-python

v0.8.0

07 Jan 02:55
Compare
Choose a tag to compare
  • Ability to unsubscribe / remove previously subscribed streams.
  • DISCONNECTED & RECONNECTED messages that are sent when a connection is lost / reestablished.
  • Various Bug Fixes.

v0.7.9

05 Jan 20:55
Compare
Choose a tag to compare

Added more performant way for requesting streams. You can now verify if a stream request was successful by keeping track of the req_id returned by requesting a stream and comparing it to a later callback with a REQ_RESPNOSE type. Or you can use the verify(req_id) method.

v0.7.8

04 Jan 06:28
Compare
Choose a tag to compare
  • Added START & END stream messages, which get sent at the end / beginning of each day.
  • Added error handling if a stream request fails.
  • Various Bug Fixes

v0.7.7

27 Dec 23:49
Compare
Choose a tag to compare
  • Fixed rare undefined TradeCondition enum values.
  • Removed generator support for client.connect_stream(). You can now call client.close_stream to close the API -> Terminal connection.
  • Restarting the terminal will kill any existing instances open.
  • ThetaTerminal startup time reduced by a second or so.

v0.7.6

27 Dec 04:26
Compare
Choose a tag to compare
  • Full universe open interest streaming
  • Fixed various bugs
  • Improved usage of condition enums.

v0.7.5.2

27 Dec 04:15
Compare
Choose a tag to compare

v0.7.5.2

v0.7.5

24 Dec 21:18
Compare
Choose a tag to compare

Streaming & Enum improvements

v0.7.4

24 Dec 00:06
Compare
Choose a tag to compare
  • Added docs for trade streaming
  • Streaming improvements: imports, to_string()

v0.7.3

22 Dec 19:43
Compare
Choose a tag to compare

Added the exchange where the trade occurred for streaming trades.

v0.7.0.1

22 Dec 05:44
Compare
Choose a tag to compare

Streaming