CEDApy/README.md

31 lines
833 B
Markdown
Raw Normal View History

2021-05-27 03:18:08 +00:00
# Centralized Economic Data API
2021-05-26 13:56:11 +00:00
## Introduction
2021-05-27 11:56:27 +00:00
This is a economic data collecting library, with both `python` and `R`
2021-05-26 16:57:20 +00:00
2021-05-27 11:37:39 +00:00
* `python` version: [https://github.com/TerenceLiu98/CEDApy](https://github.com/TerenceLiu98/CEDApy)
* `R` version: [https://github.com/TerenceLiu98/CEDAr](https://github.com/TerenceLiu98/CEDAr) *Not Start Yet*
2021-05-27 03:25:16 +00:00
2021-05-27 11:41:09 +00:00
## Installation
2021-05-27 11:56:27 +00:00
Via the source code
2021-05-27 11:41:09 +00:00
```shell
git clone https://github.com/TerenceLiu98/CEDApy.git
python setup.py install
```
2021-05-27 11:56:27 +00:00
Via the `pypi`:
2021-05-27 11:41:09 +00:00
```shell
python -m pip install CEDApy
```
2021-05-26 16:57:20 +00:00
## Acknowledgement
2021-05-27 03:25:16 +00:00
* Thanks [akshare](https://github.com/jindaxiang/akshare/)
2021-05-27 06:53:41 +00:00
* Thanks [EastMoney](https://www.eastmoney.com)
2021-05-27 11:11:01 +00:00
* Thanks [St.Louis Fred Reserve Bank](https://fred.stlouisfed.org/)
* Thanks [eurostat Economic Indicators](https://ec.europa.eu/eurostat/cache/infographs/economy/desktop/index.html)