Skip to content

Instantly share code, notes, and snippets.

@sergeyfarin
Last active December 29, 2015 04:59
Show Gist options
  • Save sergeyfarin/7618519 to your computer and use it in GitHub Desktop.
Save sergeyfarin/7618519 to your computer and use it in GitHub Desktop.
Get currency exchange rate in python
import json
import urllib2
json.loads(urllib2.urlopen("http://rate-exchange.appspot.com/currency?from=EUR&to=RUB").read())['rate']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment