Metadata-Version: 2.1
Name: coredotfinance
Version: 0.0.1
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 financail 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)
[![GitHub Top language](https://img.shields.io/github/languages/top/CoreDotToday/CoreDotFinance)](https://github.com/CoreDotToday/CoreDotFinance/search?l=python)
[![PyPI Latest Release](https://img.shields.io/static/v1?label=PyPI&message=0.0.1&color=orange)](https://test.pypi.org/project/coredotfinance/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
----------------------------

## What is it?
**CoreDotFinance** is a Python library that provides financail data from stock price by [KRX](https://www.data.krx.co.kr) to crypto curruncy by [Binance](https://www.binance.com)

## setup
```sh
pip install coredotfinance
```

## Documentation
The official documentation is hosted on this page: [https://coredottoday.github.io/CoreDotFinance/](https://coredottoday.github.io/CoreDotFinance/)

## Todo
 - PyPI badge leads you to test.pypi.org. change the link in orger the badge leads you to pypi.org

## Licence
not now



