Skip to content

Python script to get exchange rates from Fixer.io

Notifications You must be signed in to change notification settings

akora/fixerio-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Fixer.io is a free JSON API for current and historical foreign exchange rates. It relies on daily feeds published by the European Central Bank.

The above script requires requests

To install requests

$ apt-get install python-pip
$ pip install requests

Tested on

  • Debian 7.8 (wheezy) with Python 2.7.3
  • Mac OS X Yosemite 10.10.2 with Python 2.7.6

About

Python script to get exchange rates from Fixer.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages