Skip to content

Commit 549f324

Browse files
author
8go
authored
added next halving date
1 parent fe4da67 commit 549f324

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

README.md

+23-18
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,36 @@ If desired rename `s2f.py` to `s2f`. Just type `s2f.py` into your terminal. Try
1717
Example output of `s2f.py`:
1818

1919
```
20-
Data sources: messari.io and coinmetrics.io
21-
Calculated for date: 2020-06-15
22-
Circulating BTC: 18,411,899 BTC
23-
Annual inflation: 1.83 %
24-
Forward stock-to-flow ratio: 54.75
25-
Forward stock-to-flow price: 98,163 USD
26-
463-day Stock-to-flow ratio: 27.03
27-
463-day Stock-to-flow price: 9,556 USD
20+
Data sources: messari.io and coinmetrics.io
21+
Calculated for date: 2021-05-26
22+
Circulating BTC: 18,725,305 BTC
23+
Annual inflation: 1.80 %
24+
Estimated next halving date: 06 May 2024
25+
Forward stock-to-flow ratio: 55.70
26+
Forward stock-to-flow price: 103,867 USD
27+
463-day Stock-to-flow ratio: 46.68
28+
463-day Stock-to-flow price: 57,979 USD
29+
Current price: 39,322 USD
30+
Deviation of 463-day S2F price: 32.18 %
2831
```
2932

3033
Example output of `s2f.py --verbose`:
3134

3235
```
33-
This program prints the Bitcoin Stock-to-Flow ratio and price.
34-
Read about Stock-to-Flow here: https://medium.com/@100trillionUSD/efficient-market-hypothesis-and-bitcoin-stock-to-flow-model-db17f40e6107
36+
Read about Stock-to-Flow here: https://medium.com/@100trillionUSD/fficient-market-hypothesis-and-bitcoin-stock-to-flow-model-db17f40e6107
3537
Compare with Stock-to-Flow data: https://bitcoin.clarkmoody.com/dashboard/
3638
Compare with Stock-to-Flow graph: https://digitalik.net/btc/
37-
Data sources: messari.io and coinmetrics.io
38-
Calculated for date: 2020-06-15
39-
Circulating BTC: 18,411,899 BTC
40-
Annual inflation: 1.83 %
41-
Forward stock-to-flow ratio: 54.75
42-
Forward stock-to-flow price: 98,163 USD
43-
463-day Stock-to-flow ratio: 27.03
44-
463-day Stock-to-flow price: 9,556 USD
39+
Data sources: messari.io and coinmetrics.io
40+
Calculated for date: 2021-05-26
41+
Circulating BTC: 18,725,305 BTC
42+
Annual inflation: 1.80 %
43+
Estimated next halving date: 06 May 2024
44+
Forward stock-to-flow ratio: 55.70
45+
Forward stock-to-flow price: 103,867 USD
46+
463-day Stock-to-flow ratio: 46.68
47+
463-day Stock-to-flow price: 57,979 USD
48+
Current price: 39,155 USD
49+
Deviation of 463-day S2F price: 32.47 %
4550
```
4651

4752
</> with :heart:   and available on :octocat:. PRs welcome.

0 commit comments

Comments
 (0)