Skip to content

Instantly share code, notes, and snippets.

@onionsh
onionsh / GetCryptoList_by_MarketCap.py
Created November 8, 2017 13:14 — forked from sanzpro/GetCryptoList_by_MarketCap.py
Get List of Top Cryptocurrencies by Market Cap
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
"""
Created on Sun Apr 30 01:09:16 2017
# Getting a List of Cryptocurrencies sorted by their most current Market Cap
# Original code by QuantAtRisk.com, by Pawel Lachowicz
# minor edits by vangelis@sanzprophet.com