Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 478 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 478 Bytes

README

An Open Exchange Rates (https://openexchangerates.org/) API client written in Python.

Installation

Or:

  • pip install open_exchange_rates

Usage

Get all exchange rate for base currency (Enterprise/Unlimited Plan feature):

from open_exchange_rates.client import Client

client = Client(app_id='<your APP ID>')
client.get_latest_for_currency('USD')