Releases: ThetaData-API/thetadata-python
Releases · ThetaData-API/thetadata-python
v0.9.12
v0.9.11
Removed useless code.
v0.9.10
Documentation fixes & added host / port specification for REST API wrapper.
v0.9.9
Docs + Placeholder Update
v0.9.8
Higher Order Trade Greeks
v0.9.7
Streaming fix where messages would keep trying to get read after the stream was closed.
v0.9.6
Docs improvements
v0.9.5
Bug fixes
v0.9.3
- 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
- Choose stable vs unstable terminal build.
- Version Fixes