Git Product home page Git Product logo

cryptocurrency-ticks-data's Introduction

cryptocurrency-ticks-data


590 days of trade ticks on BTC, ETH, LTC, BNB, NEO, QTUM to USTD or to BTC alt text

The data is stored inside a regular zip file. inside every zip there is a .csv file in plain text.
The data consists of the following columns:

  1. Id - id provided by the exchange
  2. time - epoch time, UTC. There might be a 1-3h (consistent) offset accidentally added by C# automatic localization of DateTime. I have no way to verify if this is true.
  3. Price - The price in the rhs symbol (e.g. BTCUSDT means price is in USDT)
  4. Quantity - Quantity of the lhs symbol (e.g. BTCUSDT means quantity in BTC)
  5. IsBuyerMaker - was the trade completed by the buyer (true) or by the seller (false). when it is true, it means that the seller has placed a ask for his holdings and a buyer came along later on and completed the trade. when it is false, it means that the buyer has placed a bid for his curreny and a seller came along later on and completed the trade.
  6. BuyerOrderId - Order id of the buyer
  7. SellerOrderId - Order id of the seller
  8. IsBestPriceMatch - Has the Maker (buyermaker or sellermaker) accomplished the trade by a market order as opposed to a trade accomplished by a limit order which waits for an opposite trade pair (I might be wrong tho, this need verification).

Historical Daily Data

tuangeek/cryptocurrency-historical-data published and updates free Daily OHLC data since 2013 for Bitfinex Exchange.

cryptocurrency-ticks-data's People

Contributors

nucs avatar

Watchers

James Cloos avatar  avatar

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.