I figured how to make live and self- automated excel for my cryptocurrency portfolio. I wanted to share this with you guys.
I am just creating a template for me to enter data later. (I haven’t entered any numbers yet, just created a table for what I will be entering for
In order to export live data, you need to go Excell – Data – New Query – From Other Source – From Web. Then you have to enter following.
https://api.coinmarketcap.com/v1/ticker/
To see it better, lets convert it to table and extend the columns. Then, click Load and close.
There you go, now we have live data for all the coins. This will be your raw data that you reference later for corresponding cell. (But I like to use this page of the excel, just to quickly check a price for a currency)
This is how it should look like;
You can also export individual cryptocurrency data. Repeat step 3, but for the api link use following
For bitcoin - https://api.coinmarketcap.com/v1/ticker/bitcoin
For litecoin - https://api.coinmarketcap.com/v1/ticker/litecoin
For ethereum - https://api.coinmarketcap.com/v1/ticker/ethereum
I think you had the idea :) (If you are not sure how to spell the name of a currencry, you can check by clicking its name from www.coinmarketcap.com)
Click ‘’Record’’ , and click ‘’Into Table’’
It will be easier to reference from these later on. This is how it should look like
This is a live data and in order to set refresh rate, click the Litton arrow on ‘’Refresh All’’ then click ‘’Connection Properties’’
You can make your file to refresh everytime you open the data and set some interval for automated refresh. (you can also refresh manually from ‘’Excel – Data - Refresh All’’ button)
Okay ! Now we have our live data, we can just reference these data to our template table
To reference the data from live price, click in the corresponding cell, then put ‘’ = ‘’ symbol , go to bitcoin live price page and reference it by shift + left click on live data value on your exported raw data.
I only showed it basic live data export and reference for Bitcoin and Ethereum . But You can do lots of fun things (putting Pie chart, Percent profit calculations… )
I am sharing my personal Excel sheet for my portfolio.