All Projects β†’ Optixal β†’ Cryptoinscriber

Optixal / Cryptoinscriber

Licence: mit
πŸ“ˆ A live cryptocurrency historical trade data blotter. Download live historical trade data from any cryptoexchange, be it for machine learning, backtesting/visualizing trading strategies or for Quantopian/Zipline.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cryptoinscriber

Ccxt.net
CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
Stars: ✭ 89 (+229.63%)
Mutual labels:  bot, cryptocurrency, trade, strategy, exchange
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+83237.04%)
Mutual labels:  bot, cryptocurrency, trade, strategy, exchange
Kupi Terminal
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stars: ✭ 104 (+285.19%)
Mutual labels:  bot, cryptocurrency, trade, exchange
Qtbitcointrader
Secure multi crypto exchange trading client
Stars: ✭ 520 (+1825.93%)
Mutual labels:  cryptocurrency, trade, exchange
Machine Learning Mindmap
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
Stars: ✭ 5,339 (+19674.07%)
Mutual labels:  data, learning, machine
Crypto Trading Bot
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Stars: ✭ 1,089 (+3933.33%)
Mutual labels:  bot, cryptocurrency, exchange
Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (+744.44%)
Mutual labels:  cryptocurrency, strategy, exchange
Socktrader
πŸš€ Websocket based trading bot for πŸ’°cryptocurrencies πŸ“ˆ
Stars: ✭ 152 (+462.96%)
Mutual labels:  bot, cryptocurrency, exchange
Sklearn Classification
Data Science Notebook on a Classification Task, using sklearn and Tensorflow.
Stars: ✭ 518 (+1818.52%)
Mutual labels:  data, learning, machine
Algotrading
Algorithmic trading framework for cryptocurrencies.
Stars: ✭ 249 (+822.22%)
Mutual labels:  bot, cryptocurrency, backtest
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (+677.78%)
Mutual labels:  bot, cryptocurrency, exchange
ccapi
A header-only C++ library for interacting with crypto exchanges. Binding for Python is provided. A spot market making application is also provided as an end-to-end solution for liquidity providers.
Stars: ✭ 227 (+740.74%)
Mutual labels:  exchange, strategy, backtest
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+3744.44%)
Mutual labels:  bot, cryptocurrency, trade
Gpt2 Telegram Chatbot
GPT-2 Telegram Chat bot
Stars: ✭ 41 (+51.85%)
Mutual labels:  bot, learning, machine
Frostybot Js
Frostybot-JS is a cryptocurrency trading API endpoint, designed to execute webhook or REST requests as orders on a variety of well-known exchanges. While primarily designed to automate your Tradingview strategies, Frostybot can also be integrated with any other software using webhooks or REST. Bitmex, FTX, Deribit and Binance are supported.
Stars: ✭ 72 (+166.67%)
Mutual labels:  bot, cryptocurrency, exchange
Tsukibot
Discord CryptoBot for Spot Prices
Stars: ✭ 38 (+40.74%)
Mutual labels:  bot, cryptocurrency, trade
Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+9488.89%)
Mutual labels:  cryptocurrency, trade, exchange
Telegram Kraken Bot
Python bot to trade on Kraken via Telegram
Stars: ✭ 156 (+477.78%)
Mutual labels:  bot, cryptocurrency, trade
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: ✭ 335 (+1140.74%)
Mutual labels:  cryptocurrency, trade, exchange
Tribeca
A high frequency, market making cryptocurrency trading platform in node.js
Stars: ✭ 3,646 (+13403.7%)
Mutual labels:  cryptocurrency, trade, exchange

CryptoInscriber

CryptoInscriber - a live cryptocurrency historical trade data poller. Download live historical trade data from any cryptoexchange, be it for machine learning, trading bots, trading strategies, or perhaps minute-level data is just way too expensive.

Outputs to out/ by default in CSV format. Title will be {EXCHANGE}_{MARKET}_{ASCTIME}.csv with columns Transaction ID, Timestamp (milli), Price, Amount, Side

Tested on Debian Stretch, and Raspberry Pi 3 Stretch.

Installation using Virtualenv

sudo apt install python3 python3-pip
pip3 install virtualenv
python3 -m virtualenv -p python3 env
source env/bin/activate
pip install -r requirements.txt
./cryptoinscriber

Usage

Poll for trade data from Bitstamp on market BTC/USD

./cryptoinscriber -e bitstamp -m btc/usd

Poll for trade data from Bitfinex on market BTC/USD, limit to 20 executions per poll

./cryptoinscriber -e bitfinex -m btc/usd -c '{"limit_trades": 20}'

Poll for trade data from Quoinex on market BTC/JPY, iterate twice only, limit to 100 executions per poll

./cryptoinscriber -e bitfinex -m btc/usd -i 2 -c '{"limit": 100}'

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].