Pandas-compatible data readers. Formerly a component of pandas.
Project Links
Meta
Author: The PyData Development Team
Requires Python: >=3.11
Classifiers
Development Status
- 5 - Production/Stable
Environment
- Console
Intended Audience
- Science/Research
Operating System
- OS Independent
Programming Language
- Python
- Python :: 3
- Python :: 3 :: Only
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
- Python :: 3.14
Topic
- Scientific/Engineering
pandas-datareader
Macroeconomic and factor-oriented remote data access for pandas.
Installation
Install using pip
pip install pandas-datareader
Usage
import pandas_datareader as pdr
pdr.get_data_fred('GS10')
The public API is focused on macroeconomic, policy, and factor-style data
sources such as FRED, Fama/French, Bank of Canada, World Bank, OECD,
Eurostat, and the new pandas_datareader.macro interface.
Documentation
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.
Requirements
Using pandas datareader requires the following packages:
- pandas>=1.5.3
- lxml
- requests>=2.19.0
- distutils (not included in standard library of Python 3.12 and above it, which can be solved by installing
setuptools)
Building the documentation additionally requires:
- matplotlib
- ipython
- requests_cache
- sphinx
- pydata_sphinx_theme
Development and testing additionally requires:
- black
- coverage
- codecov
- coveralls
- flake8
- pytest
- pytest-cov
- wrapt
Install latest development version
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 -m pip install -e .
0.11.1
Jun 24, 2026
0.11.0
Jun 23, 2026
0.10.0
Jul 13, 2021
0.9.0
Jul 10, 2020
0.9.0rc1
Jul 07, 2020
0.9.0rc0
Jul 07, 2020
0.8.1
Sep 25, 2019
0.8.0
Sep 22, 2019
0.8.0rc0
Sep 18, 2019
0.7.4
Jul 29, 2019
0.7.3
Jul 28, 2019
0.7.2
Jul 28, 2019
0.7.1
Jul 28, 2019
0.7.0
Sep 12, 2018
0.6.0
Jan 28, 2018
0.5.0
Jul 26, 2017
0.4.0
May 16, 2017
0.3.0.post0
Jan 14, 2017
0.2.1
Nov 28, 2015
0.2.0
Oct 09, 2015
0.1.1
Apr 10, 2015
0.1.0
Mar 27, 2015
0.1a0
Mar 27, 2015