Skip to content

maxbeyer1/CryptoArbitrageScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Arbitrage Scanner

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.

Demo

See it live at: https://arbitragescanner.herokuapp.com/

Getting Started

  1. Clone the repo/download the .zip and extract to a folder

  2. Install the requirements

  pip install -r requirements.txt
  1. Start the web server
  python app.py
  1. View the app at http://localhost:8050/

Roadmap

  • 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

License

This project is licensed under the AGPL-3.0 License.

See LICENSE for more information.

Acknowledgements

About

Proof-of-concept scanner for cryptocurrency arbitrage opportunities in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published