An Economic Data API package
Go to file
TerenceLau ddfc29ccfc
Merge pull request #5 from TerenceLiu98/dependabot/pip/urllib3-1.26.5
Bump urllib3 from 1.26.4 to 1.26.5
2021-06-09 10:01:31 +08:00
CEDA update eu 2021-06-08 11:13:58 +08:00
.gitignore add functions 2021-05-27 00:57:20 +08:00
LICENSE Create LICENSE 2021-05-26 23:01:20 +08:00
README.md v0.1.2 2021-06-07 15:28:29 +08:00
__init__.py v0.1.1 2021-06-07 14:55:01 +08:00
requirements.txt Bump urllib3 from 1.26.4 to 1.26.5 2021-06-07 04:54:55 +00:00
setup.py v0.1.2 2021-06-07 15:28:29 +08:00

README.md

Centralized Economic Data API

Introduction

This is a economic data collecting library, with both python and R

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

Acknowledgement

If you want to cite...

@misc{LIU2021,
  author = {Terence,Junjie-LIU},
  title = {CEDApy: A centralized macro-economic data library},
  year = {2021},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/TerenceLiu98/CEDApy}},
  url = "https://pypi.org/project/CEDApy/",
  commit = {117e6e61d05af48576a8734c6b87248a380e6114}
}