0
I am developing a new alpha for algorithmic trading of bitcoin.
My basic Idea is to construct a function which maps a change of supply into the total buy/sell action.
and also I'd like to track the change of total liquidity of bitcoin.
To make this alpha, I need handleable .xlsx or .csv file that holds the information about supply of bitcoin in time series.
Any help for me to find this data? where can I find it?
By "supply" do you mean the total number of bitcoin in circulation at a given time? They're being created at a fairly constant rate.
– Geremia – 2017-12-07T03:17:35.287@Geremia yes total number of bitcoin in circulation. – Beverlie – 2017-12-07T03:21:30.733
@Geremia why is it so constant? – Beverlie – 2017-12-07T03:21:45.457
They're not constant. The creation rate is constant. – Pieter Wuille – 2017-12-07T04:13:18.757
@Beverlie The creation rate is constant, as Pieter said, so the amount of bitcoins in circulation grown about linearly. You can find those and other data that may be useful for your case by API on blockchain.info, bitcoinity.org, coin.dance and many other. – Hubert Jasieniecki – 2017-12-07T08:35:53.493