Code Monkey home page Code Monkey logo

coingekko_datesets_api's Introduction

python

Cryptocurrency datasets API

Multithreading wrapper to get normalized timeseries of any of 2000+ cryptocurrencys listed on coingekko

Data structure

A csv file will be saved in datasets/[day-month]_[coin]_[days]_[currency].csv with this structure:

date market_caps prices total_volumes
2018-08-18 08:50:23 755255.53351 0.000833130 226557.457554
2018-08-18 08:50:30 750862.71599 0.000827732 229988.250644
... ... ... ...

Enviroment

  • Ubuntu 16.04
  • Python 3.5.2
  • Pip 8.1.1

Setup

Go to configs.py and customize:

path = 'datasets'
coins = ['neo','eos','binancecoin','monero','ethereum','ethereum-classic','litecoin','nano']
days = 3
currency = 'btc' # usd, jpy, eth, eur
keys = ['prices', 'total_volumes', 'market_caps']

Run

# from project root
mkdir datasets
pip3 install -r requirements.txt
python3 run.py

run.py run.py

coingekko_datesets_api's People

Contributors

draichi avatar

Watchers

 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.