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

17 Dec 06:27
Compare
Choose a tag to compare

Major doc improvements

v0.6.9

15 Dec 00:45
Compare
Choose a tag to compare

terminal launch fix

v0.6.4

07 Dec 19:28
Compare
Choose a tag to compare
  • Reduce terminal console output to make for a more visually appealing console log.
  • Added get_dates_opt_bulk, which returns all dates of data for a given expiration and root ticker.
  • Added non-critical version checking with a friendly reminder telling the user to update their API.

v0.6.3

07 Dec 03:16
Compare
Choose a tag to compare
  • get_last_stock method
  • Various documentation fixes

v0.6.2

06 Dec 23:36
Compare
Choose a tag to compare

at_time_stock has been fixed.

v0.6.1

04 Dec 04:14
Compare
Choose a tag to compare

Added support for OHLC_QUOTE requests.

v0.6.0

28 Nov 17:52
Compare
Choose a tag to compare

Removed password limitation. Added exception that gets thrown when a request is made and the connection to the server has been lost.

v0.5.9

21 Nov 00:33
Compare
Choose a tag to compare

Added get at time methods that return rthe last datatype of the request at a provided millisecond of the day.

v0.5.8

20 Nov 17:05
Compare
Choose a tag to compare

Added get_dates methods for stocks and options. These methods list all dates that data is available for a specified contract.

v0.5.7

16 Nov 22:45
Compare
Choose a tag to compare
  • Fixed Linux compatibility issue
  • use_rth is now true by default