Git Product home page Git Product logo

binance_tick_parser's Introduction

Binance tick data parser

A simple C++ based parser for binance's official tick data with Python interface

Environment

First, make sure you have numpy, pybind11 and boost installed. You may make a new environment by

conda create -n binance_tick boost-cpp pybind11 numpy
conda activate binance_tick

Also make sure you have compilers installed. For example, you should install the build-essential package under Ubuntu

sudo apt install build-essential

Download

You can simply clone the repository by

git clone https://github.com/lostleaf/binance_tick_parser.git

Optionally, since the sample data is held by Git Large File System, you will have to install the git-lfs extension to run the test code with sample data

curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt update
sudo apt install git-lfs

And get the sample data by

git lfs pull

Run

First, build the extensions

python setup.py build_ext --inplace

You should be able to run the test code

python test_run.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.