Version: 0.10.0dev0 Date: July 10, 2020
Up to date remote data access for pandas, works for multiple versions of pandas.
Install using pip
pip
pip install pandas-datareader
and then import and use one of the data readers. This example reads 5-years of 10-year constant maturity yields on U.S. government bonds.
import pandas_datareader as pdr pdr.get_data_fred('GS10')
Contents:
Stable documentation is available on github.io. A second copy of the stable documentation is hosted on read the docs for more details.
You can install the latest development version using
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
Development documentation is available for the latest changes in master.
Index
Module Index
Search Page