Skip to content

Releases: ThetaData-API/thetadata-python

v0.9.12

24 Apr 23:31
Compare
Choose a tag to compare

Deprecation documentation. Use the REST API. A new python library will be announced soon.

v0.9.11

15 Sep 22:55
Compare
Choose a tag to compare

Removed useless code.

v0.9.10

23 Jul 16:59
3efb865
Compare
Choose a tag to compare

Documentation fixes & added host / port specification for REST API wrapper.

v0.9.9

30 Jun 16:12
Compare
Choose a tag to compare

Docs + Placeholder Update

v0.9.8

17 May 20:20
Compare
Choose a tag to compare

Higher Order Trade Greeks

v0.9.7

27 Apr 18:33
Compare
Choose a tag to compare

Streaming fix where messages would keep trying to get read after the stream was closed.

v0.9.6

21 Apr 20:35
a1dc4c9
Compare
Choose a tag to compare

Docs improvements

v0.9.5

21 Apr 03:24
Compare
Choose a tag to compare

Bug fixes

v0.9.3

18 Apr 20:02
Compare
Choose a tag to compare
  • Added a thetadata.client.ms_to_time method that converts a ms_of_day to a time object.
  • Added a copy_from method for Quote, Trade, Open Interest, and OHLCVC, which can be used to create a safe copy of each respective object.
  • Added new exchange codes including a new OPRA participant, MEMX (Members Exchange).
  • Replaced uses of localhost with 127.0.0.1 to prevent a name table issue with certain machines.

v0.9.2

13 Apr 02:24
Compare
Choose a tag to compare
  • Choose stable vs unstable terminal build.
  • Version Fixes