Proof-of-concept scanner for cryptocurrency arbitrage opportunities. Built with Python and Dash.
Scans the top 50 coins on CoinGecko and all available USD/USDT pairs to trade on every trusted exchange, and calculates the highest profit arbitrage trades to make.
This app or any data it presents is not financial advice. This is a proof-of-concept that has many flaws, so do your own research.
See it live at: https://arbitragescanner.herokuapp.com/
-
Clone the repo/download the .zip and extract to a folder
-
Install the requirements
pip install -r requirements.txt
- Start the web server
python app.py
- View the app at http://localhost:8050/
-
Incorporate maker/taker fees and any transfer fees into profit calculations
-
Add more support for smaller coins
-
Create demo trading bot based off of arbitrage data
This project is licensed under the AGPL-3.0 License.
See LICENSE for more information.