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.9.1

13 Apr 01:49
154b523
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

REST API methods that support concurrency.

v0.9.0

22 Mar 17:58
Compare
Choose a tag to compare
  • Stream error handling
  • Pass PING message to the stream.

v0.8.9

14 Mar 20:14
Compare
Choose a tag to compare
  • 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

09 Mar 17:36
Compare
Choose a tag to compare
  • Handles missing SSL certs for the terminal download
  • Added MS_OF_DAY2 to DataType enum

v0.8.7

27 Feb 20:05
Compare
Choose a tag to compare
  • Added ability to specify the terminal ip address when using a docker.
  • Minor bug fixes.
  • Docs on some request types.

v0.8.5

15 Feb 22:07
Compare
Choose a tag to compare
  • New data types: TRADE_QUOTE, EOD_QUOTE_GREEKS, EOD_TRADE_GREEKS.
  • Minor bug fix with launching the terminal

v0.8.4

06 Feb 00:22
Compare
Choose a tag to compare

Minor bug fixes.

v0.8.3

20 Jan 15:47
Compare
Choose a tag to compare

Added OHLCVC (Open High Low Close Volume Count) that gets sent with trades.

v0.8.2

19 Jan 22:50
Compare
Choose a tag to compare

Added OHLCVC (Open High Low Close Volume Count) that gets sent with trades.

v0.8.1

17 Jan 00:30
Compare
Choose a tag to compare

Terminates any existing background terminals before launching the service. Special thanks to peaktrade for contributing.