All Projects → pydata → Pandas Datareader

pydata / Pandas Datareader

Licence: other
Extract data from a wide range of Internet sources into a pandas DataFrame.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Pandas Datareader

Finance Go
📊 Financial markets data library implemented in go.
Stars: ✭ 392 (-82.04%)
Mutual labels:  pandas, data, finance, financial-data, stock-data
Akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 4,334 (+98.53%)
Mutual labels:  data-analysis, data, finance, financial-data, economic-data
Data Science Hacks
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
Stars: ✭ 273 (-87.49%)
Mutual labels:  dataset, data-analysis, pandas, data
akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 5,155 (+136.14%)
Mutual labels:  finance, data-analysis, financial-data, economic-data
Iexfinance
Python SDK for IEX Cloud
Stars: ✭ 573 (-73.75%)
Mutual labels:  pandas, data, finance, stock-data
Dbg Pds
Deutsche Boerse's Financial Trading Public Data Set
Stars: ✭ 124 (-94.32%)
Mutual labels:  dataset, data, financial-data, stock-data
Tushare
TuShare is a utility for crawling historical data of China stocks
Stars: ✭ 11,288 (+417.09%)
Mutual labels:  pandas, finance, stock-data
Yahooquery
Python wrapper for an unofficial Yahoo Finance API
Stars: ✭ 288 (-86.81%)
Mutual labels:  pandas, finance, stock-data
Data Forge Js
JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 139 (-93.63%)
Mutual labels:  data-analysis, pandas, data
validada
Another library for defensive data analysis.
Stars: ✭ 29 (-98.67%)
Mutual labels:  data, pandas, data-analysis
Alpha vantage
A python wrapper for Alpha Vantage API for financial data.
Stars: ✭ 3,553 (+62.76%)
Mutual labels:  pandas, finance, financial-data
Jqdatasdk
简单易用的量化金融数据包(easy utility for getting financial market data of China)
Stars: ✭ 457 (-79.07%)
Mutual labels:  pandas, financial-data, stock-data
Datagear
数据可视化分析平台,使用Java语言开发,采用浏览器/服务器架构,支持SQL、CSV、Excel、HTTP接口、JSON等多种数据源
Stars: ✭ 266 (-87.81%)
Mutual labels:  dataset, data-analysis, data
Datascience course
Curso de Data Science em Português
Stars: ✭ 294 (-86.53%)
Mutual labels:  dataset, data-analysis, data
fairlens
Identify bias and measure fairness of your data
Stars: ✭ 51 (-97.66%)
Mutual labels:  data, pandas, data-analysis
Pyjanitor
Clean APIs for data cleaning. Python implementation of R package Janitor
Stars: ✭ 647 (-70.36%)
Mutual labels:  pandas, pydata, data
Awesome Quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
Stars: ✭ 8,205 (+275.86%)
Mutual labels:  finance, financial-data, stock-data
IEX CPP API
Unofficial C++ Lib for the IEXtrading API
Stars: ✭ 34 (-98.44%)
Mutual labels:  finance, stock-data, financial-data
Yfinance
Download market data from Yahoo! Finance's API
Stars: ✭ 6,148 (+181.63%)
Mutual labels:  pandas, financial-data, stock-data
Data Forge Ts
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 967 (-55.7%)
Mutual labels:  data-analysis, pandas, data

pandas-datareader

Up to date remote data access for pandas, works for multiple versions of pandas.

image image image image License

Installation

Install using pip

pip install pandas-datareader

Usage

import pandas_datareader as pdr
pdr.get_data_fred('GS10')

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.0
  • lxml
  • requests>=2.19.0

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 setup.py install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].