Skip to content

Instantly share code, notes, and snippets.

@gelendir
Last active December 12, 2015 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gelendir/4698500 to your computer and use it in GitHub Desktop.
Save gelendir/4698500 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python2
import urllib
import json
URL="HTTPS://mtgox.com/api/1/BTCUSD/ticker"
print json.loads(urllib.urlopen(URL).read())['return']['last_local']['value']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment