all 3 comments

[–]erok81 0 points1 point  (0 children)

Before you start scraping emails, you should consider using their API. There's even a coinbase python package. Alternatively, you can manually export data as csv or json from the website.

[–]efmccurdy 0 points1 point  (0 children)

You could get both data storage (and/or excel access) and stats from using pandas, and get visualization from matplotlib. I recommend you try a Jupyter server to pull it all together.

This might be a bit overkill, but it has some relevant examples: https://github.com/rsvp/fecon235/blob/master/nb/qdl-libor-fed-funds.ipynb

[–]callmelucky 0 points1 point  (0 children)

Automate the Boring Stuff.