├── LICENSE ├── binance_data ├── ADA_pairs_snapshot.json ├── ATOM_pairs_snapshot.json ├── BAT_pairs_snapshot.json ├── BCH_pairs_snapshot.json ├── BNB_pairs_snapshot.json ├── BSV_pairs_snapshot.json ├── BTC_pairs_snapshot.json ├── BTT_pairs_snapshot.json ├── DASH_pairs_snapshot.json ├── ENJ_pairs_snapshot.json ├── EOS_pairs_snapshot.json ├── ETC_pairs_snapshot.json ├── ETH_pairs_snapshot.json ├── FTM_pairs_snapshot.json ├── ICX_pairs_snapshot.json ├── IOST_pairs_snapshot.json ├── LINK_pairs_snapshot.json ├── LTC_pairs_snapshot.json ├── MIOTA_pairs_snapshot.json ├── NANO_pairs_snapshot.json ├── NEO_pairs_snapshot.json ├── NULS_pairs_snapshot.json ├── OMG_pairs_snapshot.json ├── ONE_pairs_snapshot.json ├── ONT_pairs_snapshot.json ├── PAX_pairs_snapshot.json ├── PHB_pairs_snapshot.json ├── QTUM_pairs_snapshot.json ├── TFUEL_pairs_snapshot.json ├── THETA_pairs_snapshot.json ├── TRX_pairs_snapshot.json ├── TUSD_pairs_snapshot.json ├── USDC_pairs_snapshot.json ├── USDS_pairs_snapshot.json ├── VET_pairs_snapshot.json ├── WAVES_pairs_snapshot.json ├── XLM_pairs_snapshot.json ├── XMR_pairs_snapshot.json ├── XRP_pairs_snapshot.json ├── XZC_pairs_snapshot.json ├── ZEC_pairs_snapshot.json ├── ZIL_pairs_snapshot.json └── ZRX_pairs_snapshot.json ├── cryptocompare_scraper.py ├── graph_arbitrage.py ├── pairs_list.json ├── readme.md ├── requirements.txt └── snapshot.csv /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/LICENSE -------------------------------------------------------------------------------- /binance_data/ADA_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/ADA_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/ATOM_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/ATOM_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/BAT_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/BAT_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/BCH_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/BCH_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/BNB_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/BNB_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/BSV_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/BSV_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/BTC_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/BTC_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/BTT_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/BTT_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/DASH_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/DASH_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/ENJ_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/ENJ_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/EOS_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/EOS_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/ETC_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/ETC_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/ETH_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/ETH_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/FTM_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/FTM_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/ICX_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/ICX_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/IOST_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/IOST_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/LINK_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/LINK_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/LTC_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/LTC_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/MIOTA_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/MIOTA_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/NANO_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/NANO_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/NEO_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/NEO_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/NULS_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/NULS_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/OMG_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/OMG_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/ONE_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/ONE_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/ONT_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/ONT_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/PAX_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/PAX_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/PHB_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/PHB_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/QTUM_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/QTUM_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/TFUEL_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/TFUEL_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/THETA_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/THETA_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/TRX_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/TRX_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/TUSD_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/TUSD_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/USDC_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/USDC_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/USDS_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/USDS_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/VET_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/VET_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/WAVES_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/WAVES_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/XLM_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/XLM_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/XMR_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/XMR_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/XRP_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/XRP_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/XZC_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/XZC_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/ZEC_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/ZEC_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/ZIL_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/ZIL_pairs_snapshot.json -------------------------------------------------------------------------------- /binance_data/ZRX_pairs_snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/binance_data/ZRX_pairs_snapshot.json -------------------------------------------------------------------------------- /cryptocompare_scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/cryptocompare_scraper.py -------------------------------------------------------------------------------- /graph_arbitrage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/graph_arbitrage.py -------------------------------------------------------------------------------- /pairs_list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/pairs_list.json -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/readme.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | numpy>=1.14.3 2 | pandas>=0.21.0 3 | networkx>=2.3 4 | tqdm>=4.32.2 5 | -------------------------------------------------------------------------------- /snapshot.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/robertmartin8/CryptoGraphArb/HEAD/snapshot.csv --------------------------------------------------------------------------------