CEDApy/README.md

60 lines
1.9 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
2021-08-21 13:16:01 +00:00
![py_version](https://img.shields.io/badge/python-3.6+-brightgreen)
2022-01-27 06:28:43 +00:00
[![PyPI Version](https://img.shields.io/pypi/v/CEDApy.svg)](https://pypi.org/project/CEDApy)
[![Package Status](https://img.shields.io/pypi/status/CEDApy.svg)](https://pypi.org/project/CEDApy/)
2021-08-21 10:09:13 +00:00
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5229506.svg)](https://doi.org/10.5281/zenodo.5229506)
2022-01-27 06:28:43 +00:00
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-06-10 02:18:06 +00:00
## How to use
Please check [Wiki](https://github.com/TerenceLiu98/CEDApy/wiki)
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/)
2022-01-01 07:29:55 +00:00
* Thansk [Dukascopy](https://www.dukascopy.bank/swiss)
2021-05-28 14:23:39 +00:00
## If you want to cite...
```txt
2021-08-21 10:09:13 +00:00
@software{terencelau_2021_5229506,
author = {TerenceLau},
2021-12-31 19:03:50 +00:00
title = {TerenceLiu98/CEDApy: V0.2.2},
2021-08-21 10:09:13 +00:00
month = aug,
year = 2021,
publisher = {Zenodo},
2021-12-31 19:03:50 +00:00
version = {V0.2.2},
2021-08-21 10:09:13 +00:00
doi = {10.5281/zenodo.5229506},
url = {https://doi.org/10.5281/zenodo.5229506}
2021-05-28 14:23:39 +00:00
}
2022-01-12 16:42:04 +00:00
```