CEDApy/README.md

50 lines
1.5 KiB
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-29 08:58:20 +00:00
* Thanks [St.Louis Federal Reserve Bank](https://fred.stlouisfed.org/)
* Thanks [Chicago Federal Reserve Bank](https://www.chicagofed.org/)
* Thanks [Philadelphia Federal Reserve Bank](https://www.philadelphiafed.org/)
2021-05-28 14:23:39 +00:00
* Thanks [eurostat Economic Indicators](https://ec.europa.eu/eurostat/cache/infographs/economy/desktop/index.html)
2021-05-29 08:58:20 +00:00
* Thanks [Europen Central Bank](https://www.ecb.europa.eu)
2021-06-07 07:28:29 +00:00
* Thanks [MarketWatch](https://www.marketwatch.com/)
2021-05-28 14:23:39 +00:00
## If you want to cite...
```txt
@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}
}
```