Get current coin (btc/eth/xrp) ticker from exchanges (bitflyer/btcbox/zaif/bitbank/quoinex)
Project description
Get current coin (btc/eth/xrp) ticker from exchanges (bitflyer/btcbox/zaif/bitbank/quoinex)
Installation
$ pip install arbitrage
Usage
import arbitrage
ticker = arbitrage.ticker()
print(ticker)
# {
# 'btc': {
# 'bitflyer': {'ask': 915466.0, 'bid': 915022.0, 'max': 0, 'min': 0},
# 'btcbox': {'ask': 915499.0, 'bid': 913968.0, 'max': 0, 'min': 0},
# 'zaif': {'ask': 915450.0, 'bid': 915400.0, 'max': 1, 'min': 0},
# 'bitbank': {'ask': 915204.0, 'bid': 915171.0, 'max': 0, 'min': 0},
# 'quoinex': {'ask': 914711.0, 'bid': 914358.97, 'max': 0, 'min': 1},
# 'diff': {'ask': 'quoinex', 'bid': 'zaif', 'price': 689.0}
# },
# 'eth': {
# 'btcbox': {'ask': 78362.0, 'bid': 77986.0, 'max': 1, 'min': 0},
# 'zaif': {'ask': 77965.0, 'bid': 77820.0, 'max': 0, 'min': 1},
# 'quoinex': {'ask': 78290.0, 'bid': 77710.00001, 'max': 0, 'min': 0},
# 'diff': {'ask': 'zaif', 'bid': 'btcbox', 'price': 21.0}
# },
# 'xrp': {
# 'bitbank': {'ask': 75.362, 'bid': 75.351, 'max': 1, 'min': 1},
# 'quoinex': {'ask': 75.6704, 'bid': 75.12, 'max': 0, 'min': 0},
# 'diff': {'ask': 'bitbank', 'bid': 'bitbank', 'price': -0.01099999999999568}
# }
# }
def exception_handler(request, exception):
print('Request failed', exception)
ticker = arbitrage.ticker(timeout=30, exception_handler=exception_handler)
Contributing
Fork it
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -am 'Add some feature')
Push to the branch (git push origin my-new-feature)
Create new Pull Request
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
arbitrage-0.1.7.tar.gz
(3.2 kB
view details)
File details
Details for the file arbitrage-0.1.7.tar.gz
.
File metadata
- Download URL: arbitrage-0.1.7.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ebf73d1401ac43cbaebc51d817470e1843e7b4fb77dfae8009a469180d026f7 |
|
MD5 | 57e36e824689da3ddf517d37532fc3f0 |
|
BLAKE2b-256 | 47419b08e8b31a63660530781e786644e32c1985cb71e5dd2b9217edef54c1bb |