This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
Releases: tkp-archive/pyEX
Releases · tkp-archive/pyEX
Release v0.5.0
Release v0.4.0
- Numerous fixes
- Implement specific points functions
- Allow for format
csv
- general code cleanup and reformatting
Release v0.3.0
Changes for pyEX after Dec 1 data migration, many other little fixes and improvements
Release v0.2.11
- Bugfixes for url quoting
- Enhancements for batch requests
Release v0.2.10
- Added
isinLookup
endpoint - Fixes date time issues in
options
endpoint #157 - addresses some Dec 01 changes
- adds
search
endpoint #161 - add conflated FX streams #166
- url quote for symbols containing
/
#168 - mark relevant as deprecated #171
balance-sheet
,cashflow
,financials
fixes for time series migration #170- add
time-series
args to endpoints that usetime-series
#173
Release v0.2.9
- SSE Bugfixes
- Better date/time support for several endpoints
- enhanced pandas support to avoid deprecated calls
- support for the new fundamentals endpoint
- New and improved technicals for all of TA-lib
Release v0.2.8
Bugfix when studies is not importable
Release v0.2.7
New
- Finish remaining rules engine apis
- add async wrappers of marketdata.http with
aiohttp
- add async generators of all SSE endpoints with
aiohttp-sse-client
- add newsSSE endpoint
- add sentimentSSE endpoint
- add SSE and SSEAsync wrappers of
- stocksUSNoUTP
- stocksUS
- stocksUS1Second
- stocksUS5Second
- stocksUS1Minute
Readded
- re-add Stocktwits sentiment premium endpoint
- re-add web socket streaming for now
Cleanup and Bugfixes
- miscellaneous cleanup
- common.py consolidation of get/post/delete wrappers
- more
wraps
cleanup
Release v0.2.6
More account APIs added
Initial support for rules engine