v0.3.5 Release
This is a minor release from 0.3.4.
Highlights:
- Adds support for intraday historical prices
- Adds support for endpoint additions and updates from 8/8/2018
provider updates (including expanded cryptocurrency support) - Various bug fixes and enhancements
Enhancements
- Adds support for intraday historical data through
get_historical_intraday
ofstocks
. - Adds support for the Sector Performance endpoint of Stocks (thank you kafana).
- Adds support for the List infocus endpoint of Stocks (thank you kafana).
- Adds support for the Collections endpoint of Stocks
- Adds support for the Crypto endpoint of Stocks
- Adds support for the Earnings Today endpoint of Stocks
- Adds support for the IPO Calendar endpoint of Stocks
- Adds pandas DataFrame output formatting for
get_chart
,get_dividends
,get_earnings
,get_financials
, and multipleget_historical_data
symbol requests. - Adds support for list-like data types for symbols (tuple, pandas.Series, numpy.ndarray, etc)
- Sets index of
DataFrame
historical and time series data topandas.DatetimeIndex
for easier sorting and wrangling (thank you Brian Wylie) GH83
Bug Fixes
- Some Stocks endpoints return incorrectly GH34
get_time_series
returns incorrect range when passedrange_
parameter
GH84- Repaired issue where get_historical_data for an invalid symbol does not raise an exception GH82
Backward Compatability
Stock
andget_historical_data
have been moved toiexfinance.stocks
. The top-level functions remain with warnings but will be deprecated in v0.4.0.