CryptoCMD Versions Save

Cryptocurrency historical price data library in Python. Data from https://coinmarketcap.com.

v0.6.4

7 months ago

Added

  • In addition to Date, Open, High, Low, Close, Volume, Market Cap, the following time columns are returned: Time Open, Time High, Time Low, Time Close.

v0.6.3

9 months ago

Added

  • option id_number for getting data of a coin (useful for case when coin have conflicting coin code) #51

v0.6.2

10 months ago

Added

  • option coin_name for getting data of coin which have conflicting coin code #62

v0.6.1

2 years ago

Added

  • option to download price data in other fiat currencies #43

v0.6.0

3 years ago

Fixed

  • Fix coin data extraction for more than first 200 coin codes #35 #36

v0.5.6

3 years ago

Fixed

  • EOS coin data extraction #32
  • Fixed data extraction, use web-api #34

v0.5.5

3 years ago

Added

  • python 3.8, 3.9 support
  • use poetry for packaging

Fixed

  • data table extraction. #31

Removed

  • removed use of Pipenv

v0.5.4

4 years ago

Fixed

  • data table extraction. #25

v0.5.3

4 years ago

Fixed

  • coin-id extraction. #15
  • sys exit #20

v0.5.2

5 years ago

Fixed

  • Historical data-table extraction. #13