This is a python-jupyter notebook integrated development environment(IDE) based Analysis and Report on Arbitrage Opportunities with Cryptocurrency - Bitcoin based on two Exchanges. The notebook works by as per the standard phases of finacial analysis by taking Bitcoin Price data in form of a CSV sheet per exchange, preparation of datasets by cleaning the data and finally analyzing the data at a high level through summary statistics and visualizations.
This project leverages python 3.7 with the following packages:
- Jupyter Lab - Is a browser-based interface to work with documents and activities such as Jupyter notebooks, text editors, terminals, and custom components in a flexible, integrated, and extensible manner.
You will need Python version 3.7 or above and gitbash/terminal on your computer, along with other supporting packages as mentioned below.
Please follow instructions from the below link to install python 3.7 or above on your computer
To install Python, follow instructions from this link
To install Git Bash, follow instructions from this link
To access the Jupiter notebook, first install the following dependencies.
# install conda dev environment and activate it
conda update conda
conda create -n dev python=3.7 anaconda
conda activate dev
# install Jupyter Lab
pip install jupyterlab
# To start Jupyter lab
jupyter lab
To use the Jupyter Notebook, clone the repository and once you run the above commands, open 'crypto_arbitrage.ipynb'
git clone https://github.com/sidbetatester/bitcoin_arbitrage_opportunities.git
Upon launching the the notebook, you will notice an interface similar to the one below, click on the 'crypto_arbitrage.ipynb' file and you will have the complete report.
Note:
- You can shut down the notebook from the File menu when you are done using the report.
Siddharth Venkumahanti linkedin
Copyright (c) [2022] [Siddharth Venkumahanti]
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.