Are there time-series of Bitcoins in circulation?

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?

Bastiaan Quast

Posted 2012-11-19T09:44:17.007

Reputation: 361

Answers

1

Historical time-series of exchange rate:

Source of the data is the "Raw Data" from BitcoinCharts.com.

The raw data of daily "market cap" is available in json

Stephen Gornick

Posted 2012-11-19T09:44:17.007

Reputation: 26 118

2

Add &format=json e.g. http://blockchain.info/charts/market-cap?timespan=all&format=json

Ben Reeves 2012-11-19T11:35:51.187

yes, 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