Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.1 KB

readme.md

File metadata and controls

20 lines (17 loc) · 1.1 KB

Python CCY

PyPI version Python versions Python downloads build codecov

A python module for currencies. The module compiles a dictionary of currency objects containing information useful in financial analysis. Not all currencies in the world are supported yet. You are welcome to join and add more.

  • Documentation is available as ccy jupyter book.
  • Install the command line tool with pip install ccy[cli].
  • Show all currencies in the command line via ccys show
  • Trading centres are available when installing the holidays extra via
    pip install ccy[holidays]