STEEM flows (2)

Aggregated STEEM flows intensity statistics from last 2 weeks:

steem_flow161106.svg.png
Legend:

  • spm - STEEM per minute
  • $pm - SBD per minute

This is the second post that is continuing issue from my previous post. Now steem_flow2.py script is capable to store calculated data in Redis DB as I promised in previous post. Also it is possible to display stats over web-server and generate statistics graphics per day.

STEEM blockchain transaction statistics tool:

  • calculate average STEEM & SBD flows intensity and ratio;
  • store data in database (Redis DB);
  • display stored data over web-server (Twisted framework);
  • plot statistics graphics (Pandas, Matplotlib).

Daily STEEM/SBD flows statistics:

steem_ex.png

As we see STEEM flow in direction to exchanges prevails and press STEEM ex-rate down.

sbd_ex.png

flow_ratio.png

SBD flow to/from exchanges is almost the same in average.

convert_sbd.png

SBD convert flow is more intensive than exchange flow and sometimes we could observe extremely high peak. SBD to null flow (post promotion) is not significant.

steem_power.png

As usual power down is several times more intensive than power up with withdrawals occasional peaks.

All source codes could be found on github: https://github.com/fooblic/steem-flow

Further I plan to prepare aggregated statistics on weekly and monthly base as well.

H2
H3
H4
3 columns
2 columns
1 column
1 Comment