Skip to content

Latest commit

 

History

History
117 lines (66 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

117 lines (66 loc) · 2.48 KB

Changelog

All notable changes to this project will be documented in this file.

[0.6.4] - 2023-10-14

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.

[0.6.3] - 2023-07-22

Added

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

[0.6.2] - 2023-07-15

Added

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

0.6.1 - 2022-02-20

Added

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

0.6.0 - 2020-12-30

Fixed

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

0.5.6 - 2020-11-30

Fixed

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

0.5.5 - 2020-10-04

Added

  • python 3.8, 3.9 support
  • use poetry for packaging

Fixed

  • data table extraction. #31

Removed

  • removed use of Pipenv

0.5.4 - 2019-11-10

Fixed

  • data table extraction. #25

0.5.3 - 2019-10-07

Fixed

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

0.5.2 - 2019-02-23

Fixed

  • Historical data-table extraction. #13

0.5.1 - 2019-01-13

Fixed

  • Pypi package missing issue.

0.5.0 - 2019-01-13

Added

  • Support for multiple data formats (i.e. json, xls, yaml, csv, dbf, tsv, html, latex, xlsx, ods).

0.4.4 - 2019-01-13

Fixed

  • coin-code ignoring issue. #11

0.4.3 - 2018-12-02

Changed

  • Removed usage of coinmarketcap public API in get_coin_id method.

0.4.2 - 2018-10-02

Fixed

  • Remove unnecessary '*' from column/header names.