Login
Discover
Waves
Decks
Plus
Login
Signup
jhwang
@jhwang
25
Followers
1
Following
1
Resource Credits
Available
Used
Created
December 20, 2017
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
jhwang
steem
2019-02-27 23:33
What's wrong with the median price calculation?
Run the following scripts with Python: print(s.get_feed_history()['current_median_history']) {'base': '0.340 SBD', 'quote': '1.000 STEEM'} for i in s.get_feed_history()['price_history']: print(i['base'][:-4])
$ 0.000
3
2