This is a financial analysis of the historical trade data for Bitcoin on the two exchanges: Bitstamp and Coinbase.
This project was creating using Jupyter notebook along with the following libaries and dependancies:
-
pandas - manipulation tool used for data analysis
-
pathlib - for file system paths
-
matplotlib - library for python visualization
Open JupyterLab and import the following
import pandas as pd
from pathlib import Path
%matplotlib inline
Run each step to see a financial analysis for Bitcoin data in each phase to determine any arbitrage opportunities exist for Bitcoin.
Nadirah Durr
MIT