https://github.com/fa0311/getcryptocurrencyrate
仮想通貨のレートを取得するライブラリ
https://github.com/fa0311/getcryptocurrencyrate
btc eth pythom
Last synced: about 1 year ago
JSON representation
仮想通貨のレートを取得するライブラリ
- Host: GitHub
- URL: https://github.com/fa0311/getcryptocurrencyrate
- Owner: fa0311
- License: other
- Created: 2021-02-22T10:44:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T06:11:22.000Z (over 4 years ago)
- Last Synced: 2025-04-06T06:58:41.231Z (about 1 year ago)
- Topics: btc, eth, pythom
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# getCryptocurrencyRate
仮想通貨のレートを取得するライブラリ
bitflyer.com の WEBAPI を勝手に取得します
対応通貨はBTC XRP ETH XTZ XLM XEM BAT ETC LTC BCH MONA LSK です
[ブログ](https://blog.yuki0311.com/getcryptocurrencyrate/ "ブログ")
# import
```python
from getCryptocurrencyRate import CryptoCurrencyRate
```
# use
```python
CryptoCurrencyRate("BTC_JPY", "hour").get() #取得する通貨 間隔
```
# License
getCryptocurrencyRate is under MIT License