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.9.1
REST API methods that support concurrency.
v0.9.0
- Stream error handling
- Pass PING message to the stream.
v0.8.9
- Added STREAM_DEAD message, which means the stream needs to be restarted by calling connect_stream().
- Added a reference to the thread that receives the stream that gets returned when you call connect_stream()
- You can now access the ThetaClient object that you called connect_stream() on inside the callback method by using msg.client
- Bug Fixes
v0.8.8
- Handles missing SSL certs for the terminal download
- Added MS_OF_DAY2 to DataType enum
v0.8.7
- Added ability to specify the terminal ip address when using a docker.
- Minor bug fixes.
- Docs on some request types.
v0.8.5
- New data types: TRADE_QUOTE, EOD_QUOTE_GREEKS, EOD_TRADE_GREEKS.
- Minor bug fix with launching the terminal
v0.8.4
Minor bug fixes.
v0.8.3
Added OHLCVC (Open High Low Close Volume Count) that gets sent with trades.
v0.8.2
Added OHLCVC (Open High Low Close Volume Count) that gets sent with trades.
v0.8.1
Terminates any existing background terminals before launching the service. Special thanks to peaktrade for contributing.