This repository was archived by the owner on Nov 18, 2024. It is now read-only.
Releases: ThetaData-API/thetadata-python
Releases · ThetaData-API/thetadata-python
v0.8.0
- 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
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
- 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
- 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
- Full universe open interest streaming
- Fixed various bugs
- Improved usage of condition enums.
v0.7.5.2
v0.7.5.2
v0.7.5
Streaming & Enum improvements
v0.7.4
- Added docs for trade streaming
- Streaming improvements: imports, to_string()
v0.7.3
Added the exchange where the trade occurred for streaming trades.
v0.7.0.1
Streaming