merc1er / crypto-arbitrage

Simple python script that computes the arbitrage percentage between cryptocurrency exchanges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryptocurrency exchange arbitrage software

This progam calculates the arbitrage percentage between exchanges

Usage

python crypto-arbitrage/percentage.py _cryptocurrency_ [marketIn] [marketOut] [options]

Examples

python crypto-arbitrage/percentage.py bch bitkub coinbase
> Buy from bitkub - Sell to coinbase
> BCH: 0.10% buy: EUR 335.64 - sell: EUR 335.98
python crypto-arbitrage/percentage.py eth bittrex korbit
> Buy from bittrex - Sell to korbit
> ETH: -3.01% buy: EUR 161.25 - sell: EUR 156.39

Supported Markets and Cryptocurrencies

Markets:

Cryptocurrencies:

  • BCH
  • BTC
  • ETH
  • LTC
  • ETC

About

Simple python script that computes the arbitrage percentage between cryptocurrency exchanges

License:GNU General Public License v3.0


Languages

Language:Python 100.0%