5
1
For a study on Bitcoin, I would like to find (or construct) a timeseries of the total value of all Bitcoins in circulation (market capitalization). At least for the last two or so years. This could be quoted in e.g. US Dollar.
Is there such a time series? If not, is there a timeseries with the total amount of unlocked bitcoins, which could then be multiplied with an exchange rate?
2
Add &format=json e.g. http://blockchain.info/charts/market-cap?timespan=all&format=json
– Ben Reeves – 2012-11-19T11:35:51.187yes, thank you. it could also be taken from this: http://blockchain.info/charts/total-bitcoins but I was hoping for an easier way
– Bastiaan Quast – 2012-11-19T13:35:10.853@BenReeves , thank you that is useful. Any suggestions for importing (e.g. R or CSV), do you want to put that into an answer? – Bastiaan Quast – 2012-11-19T13:38:20.190
Ha, wish I had knowsn about the &format=json before. Super! – Stephen Gornick – 2012-11-20T22:02:21.390