Up to date remote data access for pandas, works for multiple versions of pandas.
Install using pip
pip install pandas-datareader
import pandas_datareader as pdr
pdr.get_data_fred('GS10')
Stable documentation is available on github.io. A second copy of the stable documentation is hosted on read the docs for more details.
Development documentation is available for the latest changes in master.
Using pandas datareader requires the following packages:
Building the documentation additionally requires:
Development and testing additionally requires:
python -m pip install git+https://github.com/pydata/pandas-datareader.git
or
git clone https://github.com/pydata/pandas-datareader.git
cd pandas-datareader
python setup.py install