Changes:
* Reintroduced support for Yahoo! price, dividends, and splits data
for stocks and currency pairs.
* A new data connector for data provided by Alpha Vantage was
introduced to obtain Foreign Exchange (FX) data
* A new data connector for data provided by Alpha Vantage was
introduced to obtain historical time series data.
* A new data connector for data provided by Alpha Vantage was
introduced to obtain sector performance data.
* A new data connector for data provided by Alpha Vantage was
introduced to obtain real-time Batch Stock Quotes.
* Immediate deprecation of Google finance and Morningstar for
historical price data, as these API endpoints are no longer
supported by their respective providers. Alternate methods are
welcome via pull requests, as PDR would like to restore these
features.
* Removal of EDGAR, which was deprecated in v0.6.0.
Notable changes:
- Immediate deprecation of Yahoo!, Google Options and Quotes and
EDGAR. The end points behind these APIs have radically changed and
the existing readers require complete rewrites. In the case of most
Yahoo! data the endpoints have been removed. PDR would like to
restore these features, and pull requests are welcome.
- A new connector for Tiingo was introduced. Tiingo provides
historical end-of-day data for a large set of equities, ETFs and
mutual funds. Free registration is required to get an API key.
- A new connector for Robinhood was introduced. This provides up to 1
year of historical end-of-day data. It also provides near real-time
quotes.
- A new connector for Morningstar Open, High, Low, Close and Volume
was introduced.
- A new connector for IEX daily price data was introduced.
- A new connector for IEX the majority of the IEX API was introduced.
- A new data connector for stock index data provided by Stooq was
introduced.
- A new data connector for data provided by the Bank of Canada was
introduced.
Changes:
- Compat with the new Yahoo iCharts API. Yahoo removed the older API,
this release restores ability to download from Yahoo.
- ``DataReader`` now supports Quandl.
- Removed Oanda as it became subscription only.
- web sessions are closed properly at the end of use
- Handle commas in large price quotes
- Test suite fixes for test_get_options_data
- Test suite fixes for test_wdi_download
- avoid monkey patching requests.Session
- `get_data_yahoo` now treats ``'null'`` strings as missing values