An open API service indexing awesome lists of open source software.

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

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