Metadata-Version: 2.1
Name: coredotfinance
Version: 1.2.2
Summary: Financial data on web
Home-page: https://github.com/coredottoday/CoreDotFinance
Author: Core.Today
Author-email: help@core.today
License: UNKNOWN
Keywords: finance,stock,money,krx,bitcoin,cryptocurrency,index
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=0.14)
Requires-Dist: numpy (>=1.8)
Requires-Dist: requests (>=2.7.0)
Requires-Dist: beautifulsoup4 (>=4.9.3)
Requires-Dist: plotly (>=4.14.3)

# CoreDotFinance
### Powerful Python financial data library
[![GitHup issues](https://img.shields.io/github/issues/CoreDotToday/CoreDotFinance)](https://github.com/CoreDotToday/CoreDotFinance/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/CoreDotToday/CoreDotFinance)](https://github.com/CoreDotToday/CoreDotFinance/pulls)
[![PyPI version](https://badge.fury.io/py/coredotfinance.svg)](https://badge.fury.io/py/coredotfinance)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![codecov](https://codecov.io/gh/CoreDotToday/CoreDotFinance/branch/master/graph/badge.svg?token=5mGXseCl4l)](https://codecov.io/gh/CoreDotToday/CoreDotFinance)
----------------------------

## 금융 데이터를 쉽고 빠르게!
**CoreDotFinance**(코어닷파이낸스)는 [KRX](https://www.data.krx.co.kr)의 주식데이터 [Binance](https://www.binance.com)와의 가상화폐 데이터를 
쉽고 빠르게 파이썬 작업 환경에서 작업할 수 있도록 도와주는 파이썬 라이러리입니다. 

## 설치 방법
```sh
pip install coredotfinance
```

## 문서
공식문서 : [https://coredottoday.github.io/CoreDotFinance/](https://coredottoday.github.io/CoreDotFinance/)


## Contributors
<a href="https://github.com/coredottoday/CoreDotFinance/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=coredottoday/CoreDotFinance" />
</a>


## LICENSE
`CoreDotFinance` is licensed under the terms of the Apache License 2.0.


