Skip to content

An openexchangerates.org service API wrapper - Supports Python 3.4 and later

License

Notifications You must be signed in to change notification settings

intelligems/pyopenexrates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyopenexrates

A simple Python package that wraps https://openexchangerates.org service API.

Repository unmaintained

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

  1. latest exchange rates API endpoint
  2. historical data exchange rates API endpoint

Usage

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()

About

An openexchangerates.org service API wrapper - Supports Python 3.4 and later

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages