Skip to main content

A package to retrive bitcoin history price data from coin market cap

Project description

# bitcoinhisyprice

use case :

from bitcoinhisyprice.core import CoinMarketCap

cap=CoinMarketCap() pricetable=cap.coin_price(start=20180101,end=20181231) fp = open(“path_to_save_data”, ‘w’) json.dump(pricetable, fp) fp.close()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bitcoinhisyprice-0.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distributions

bitcoinhisyprice-0.0.1-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

bitcoinhisyprice-0.0.1-py2-none-any.whl (4.4 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page