https://github.com/quantmind/ccy
python module for currencies
https://github.com/quantmind/ccy
Last synced: 8 months ago
JSON representation
python module for currencies
- Host: GitHub
- URL: https://github.com/quantmind/ccy
- Owner: quantmind
- License: bsd-3-clause
- Created: 2012-03-19T13:11:59.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T12:17:58.000Z (about 1 year ago)
- Last Synced: 2025-04-03T17:07:51.349Z (9 months ago)
- Language: Python
- Homepage: https://quantmind.github.io/ccy/
- Size: 3.43 MB
- Stars: 91
- Watchers: 6
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-quant - ccy - Python module for currencies. (Python / Data Sources)
README
# Python CCY
[](https://badge.fury.io/py/ccy)
[](https://pypi.org/project/ccy)
[](https://pypi.org/project/ccy)
[](https://github.com/quantmind/ccy/actions/workflows/build.yml)
[](https://codecov.io/gh/quantmind/ccy)
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](https://quantmind.github.io/ccy/).
* 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]
```