A simple Python package that wraps https://openexchangerates.org service API.
As Intelligems has stopped operations since Aug19, this repository remains unmaintained. Whoever may be interested to keep it up-to-date or extend it, DM koslib to arrange project transfer.
Currently supports
- latest exchange rates API endpoint
- historical data exchange rates API endpoint
Install by running pip install pyopenexrates
inside your virtualenv.
Example usage:
from pyopenexrates import OpenExchangeRatesApiClient
openexchangerates = OpenExchangeRatesApiClient(api_key="<your api key>")
latest = openexchangerates.latest()