Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 897 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 897 Bytes

coinmarketcap

There is a useful page called CryptoCurrency Market Capitalizations for viewing the current state of the crytocurency markets.

https://coinmarketcap.com/assets/views/all/

The site shows all currencies runing today on a number of platforms. I'm interested in the ones running on Ethereum which have a Market Cap. Since, the site doesn't have this specific filtering capability I thought it would make a good project to grab the data from the page and filter it the way I'd like.

To do this I decided to investigate Pandas and it's read_html function for pulling data in from html tables.

More details see:

http://blog.bradlucas.com/posts/2017-07-01-coin-market-cap/

Usage

$ python coinmarketcap.py

License

Copyright © 2017 Brad Lucas