Skip to content

llekn/btc-plots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTC price plots scripts

Simple pandas script to plot BTC/USD and USD/BTC price by retrieving data from https://api.blockchain.info/charts/market-price

Installation

  • Clone the repo
  • Create a virtual environment: python3 -m venv venv
  • Activate virtual environment: source venv/bin/activate
  • Install dependencies: pip3 install -r requirements.txt
  • Open the notebook: ipython notebook btc-price.ipynb

Have fun!

About

Scripts to generate bitcoin related plots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published