You are viewing a single comment's thread from:
RE: What percentage should you invest in each cryptocurrency to become a multi-millionaire? A winning index strategy (updated 8/24/2017)
I'd like to know how to write the formulas that feed off the API for the spreadsheet. I would love to build this for my own use.
That looks like a google doc, too. Interesting.
The spreadsheet as is won't work in every computer, it needs a bit of code to import data from the Coinmarketcap API. This explains how to import json to Google sheets:
https://medium.com/@paulgambill/how-to-import-json-data-into-google-spreadsheets-in-less-than-5-minutes-a3fede1a014a
And this is the API documentation: https://coinmarketcap.com/api/
I did some research and found a nice plug in for Google Sheets. Works great.
Thanks for sharing.