Releases: addisonlynch/iexfinance
Releases · addisonlynch/iexfinance
v0.3.0 Release
This is a major release from v0.2, and also the first official release of iexfinance. Support has been added for most of the remaining IEX endpoints. We recommend that all users upgrade.
Additions
- Added IEX Market Data endpoints
- Added IEX Stats endpoints
- Updated to support 1/30/2018 IEX API updates.
- Added Stocks
ohlc
,time-series
endpoints, addedchartReset
,chartSimplify
,chartInterval
parameters to the Chart endpoint - Added Reference Data
corporate-actions
,dividends
,next-day-ex-date
- Added Stocks
Enhancements
- Pandas DataFrame output formatting support for most endpoints
- Code formatting and PEP-8 compliance
Backward Compability
- The top-level
IexFinance
function is nowStock
- Within the
StockReader
class (to retrieve stocks endpoints):refresh
has been removed. Simply conduct another endpoint request to
download the most updated dataget_select_datapoints
has been replaced withfilter
.get_select_endpoints
has been replaced withget_endpoints
range
parameter is nowrange_
outputFormat
is nowoutput_format
- Parameters (other than
output_format
are now sent to each endpoint method, rather than at instantiation of theStockReader
object.