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.2.4
Bugfix release to reallow "stable"
https://iexcloud.io/blog/how-to-get-market-data-in-python
Release v0.2.3
- Fixes historical FX to allow for actual history via timeseries API parameters
- Fixes historical FX Dataframe to be well formatted
- Fixes stock chart for
1d
parameter to be intraday data, matches old IEX Api - Add
date
parameter for intraday to get any of trailing 30 days intraday minute bars - fixes bug in
insiderTransactionsDF
which made it completely wrong.
Release v0.2.2
SSE Sandbox support, raise errors for bad api routes or mismatched sandbox keys
Release v0.2.1
Bump required version of temporal-cache for bugfix
Release v0.2.0
Major changes
- Premium Data support added
- Time-based caching to save credits
- better integration of pyEX.studies, pyEX.caching, etc
- time-series endpoint added
- a bunch of other endpoints added #89 and #85
Internal
- setup.py cleanup
- move to
v1
API - bug fixes from @christian-oudard and @jeffreyjharris (Thanks!)
- bugfix for batch method
- move to Azure
Release v0.1.16
Merge pull request #84 from timkpaine/fx Support for FX, Cryptocurrencies, Rates, Commodities, and Economic data
Release v0.1.15
Bugfixes