/Crypto_Arbitrage

Evaluate arbitrage opportunities between two exchanges, Coinbase and Bitstamp. The following data used will be inside the Resouces folder called 'bitstamp.csv' and 'coinbase.csv'. The project will provde statistical summaries and visualizations in order to identify potential arbitrage profits.

Primary LanguageJupyter NotebookMIT LicenseMIT

Arbitrage_Crypto

The user of this python project will be able to evaluate arbitrage opportunities between two exchanges, Coinbase and Bitstamp. The following data used will be inside the Resouces folder called 'bitstamp.csv' and 'coinbase.csv'. The project will provde statistical summaries and visualizations in order to identify potential arbitrage profits from three separate dates along the early, middle and late timeframe within the csv files provided.


Technologies

This project leverages python 3.7 with the following packages:

  • [pandas]GitHub at: https://github.com/pandas-dev/pandas - For fast, powerful and easy to use open source data analysis and manipulation tool built on Python

  • [anaconda]Anaconda at: https://docs.anaconda.com/anaconda/install/ - For install directions for Anaconda in order to use Jupyter Lab

  • [jupyterlab]JupyterLab at: jupyterlab.readthedocs.io/en/stable/ - For creation and running of programs using Python

Go to your terminal or git bash and run conda activate dev to activate your conda dev environment. You will then install the following librarie(s) and module(s) to run in Python codes you create. Install pandas by... conda install pandas or
pip install pandas

Usage

Go to the Anaconda Prompt to launch JupyterLab by typing Jupyter Lab. To use this application simply clone the repository and run the crypto_arbitrage.ipynb in you Jupyter Lab Notebook.


Sample Visualizations

image image image image


License

MIT License

Copyright (c) 2021 John Sung

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.