0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Cryptocurrencyの価格取得に便利なPythonライブラリ

Posted at

cryptocompare

API Keyとかも取得する必要がなく、使いやすいです。

インストール via pip

$ pip install cryptocompare

cryptofeed

エクスチェンジプラットフォームを指定して、価格を取得することが可能です。

インストール via pip

$ pip install cryptofeed

ccxt

エクスチェンジプラットフォームを指定して、価格を取得することが可能です。
cryptofeedより多くのプラットフォームをカバーしています。

インストール via pip

$ pip install ccxt

簡単に価格を取得したい場合はcryptocompare、複数のエクスチェンジプラットフォームから価格を取得して比較するような用途の場合はccxtがいいと思います。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?