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.6.9.5
Major doc improvements
v0.6.9
terminal launch fix
v0.6.4
- 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
- get_last_stock method
- Various documentation fixes
v0.6.2
at_time_stock has been fixed.
v0.6.1
Added support for OHLC_QUOTE requests.
v0.6.0
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
Added get at time methods that return rthe last datatype of the request at a provided millisecond of the day.
v0.5.8
Added get_dates methods for stocks and options. These methods list all dates that data is available for a specified contract.
v0.5.7
- Fixed Linux compatibility issue
- use_rth is now true by default