https://github.com/null-none/kzcurrency
Official exchange rates of National Bank of Republic Kazakhstan
https://github.com/null-none/kzcurrency
Last synced: 7 months ago
JSON representation
Official exchange rates of National Bank of Republic Kazakhstan
- Host: GitHub
- URL: https://github.com/null-none/kzcurrency
- Owner: null-none
- License: mit
- Created: 2018-06-27T12:19:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T12:28:19.000Z (over 7 years ago)
- Last Synced: 2025-08-17T04:44:20.131Z (7 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=======
Install
=======
.. code-block:: bash
pip install kz-currency
=======
Example
=======
.. code-block:: python
from kzcurrency.list import KZCurrency
currency = KZCurrency()
print(currency.list())
print(currency.rates())
print(currency.get('USD'))
=======
License
=======
MIT