An Economic Data API package
Go to file
TerenceLau cc362bedfb add monthly, quarterly, annual dbcode 2022-04-14 03:07:41 +00:00
.github/workflows update 2022-02-09 14:08:39 +00:00
.vscode rename economic and add EPU 2022-01-27 12:00:23 +08:00
CEDA add monthly, quarterly, annual dbcode 2022-04-14 03:07:41 +00:00
example add example 2022-01-29 09:40:37 +08:00
.gitignore dev 2022-01-13 00:42:04 +08:00
LICENSE Create LICENSE 2021-05-26 23:01:20 +08:00
README.md update citation 2022-01-29 12:22:09 +08:00
__init__.py v0.1.1 2021-06-07 14:55:01 +08:00
requirements.txt update 2022-02-09 14:08:39 +00:00
setup.py update 2022-02-09 14:08:39 +00:00

README.md

Centralized Economic Data API

py_version PyPI Version DOI

Introduction

  • "Centralized" means all-in-one, "all data" you need in one library
  • "Economic data" means economic data :)

Economic Data

We have included multiple API for banks or statistics deparment of countries/region:

Market Data

We have two api for approaching the market data:

Recommandation is welcome! Tell us what data you need and we may put it into the to-do list :)

Other

We also collect some interesting data which may useful in your reserach or project

Installation

Via the source code

git clone https://github.com/TerenceLiu98/CEDApy.git
python setup.py install

Via the pypi:

python -m pip install CEDApy

How to use

Please check Wiki

Acknowledgement

Other Interesting Project

Here is a list for some related packages or tools that may help you finding the data you want:

  • akshare - an elegant and simple financial data interface library for Python, built for human beings
  • tushare - a utility for crawling historial data of China stocks
  • investpy - Financial Data Extraction from Investing.com with Python

If you want to cite...

@software{terencelau_2022_5915339,
  author       = {TerenceLau},
  title        = {TerenceLiu98/CEDApy: V0.3.0},
  month        = jan,
  year         = 2022,
  publisher    = {Zenodo},
  version      = {v0.3.0},
  doi          = {10.5281/zenodo.5915339},
  url          = {https://doi.org/10.5281/zenodo.5915339}
}