Skip to content

Instantly share code, notes, and snippets.

@Anderson-Juhasc
Created September 13, 2015 12:41
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 Anderson-Juhasc/f8e8132d046c663bdb6f to your computer and use it in GitHub Desktop.
Save Anderson-Juhasc/f8e8132d046c663bdb6f to your computer and use it in GitHub Desktop.
import json;
import urllib2;
print("Price of 1 Bitcoin: $" + json.load(urllib2.urlopen("http://api.coindesk.com/v1/bpi/currentprice.json"))["bpi"]["USD"]["rate"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment