<center></center> We can often hear investors and traders say the key for financial success is compound interest. I personally interpret it as reinvesting the profits. Here is what Ivestopedia says about compound interest: >Compound interest (or compounding interest) is the interest on a loan or deposit calculated based on both the initial principal and the accumulated interest from previous periods. Thought to have originated in 17th-century Italy, compound interest can be thought of as "interest on interest," and will make a sum grow at a faster rate than simple interest, which is calculated only on the principal amount. The image above demonstrates the formula for calculating compound interest. Recently, a friend of mine jokingly asked if I could write a python code to display compound interest for staked assets. Even it is for fun, I thought why not? As a quick app making library I chose to use Streemlit and wrote up some code to display growth of the principal amount based on the interest rate and compounding interest every second. I believe normally compounding would work every month. I am not really sure how compounding works in defi. In any case, I just used every second. Below is the code, try it yourself. ``` import streamlit as st import time amount = st.sidebar.text_input('Amount', '1000.00') interest_rate = st.sidebar.text_input('Interest Rate', '10.00') start = st.sidebar.button('Start') if __name__ == '__main__': ''' # Compound Interest! ''' if start: st.markdown(""" <style> .big-font { color:green; font-size:80px !important; } </style> """, unsafe_allow_html=True) A = 0 P = float(amount) r = float(interest_rate) n = 12 * 365 * 24 * 60 * 60 t = 1 A = P * (1 + (r / 100) / n) ** (n*t) b = st.empty() for i in range(n): I = P * (r / 100) / n P = P + I P = round(P, 8) txt = str(P) b.markdown('<p class="big-font">{}</p>'.format(txt), unsafe_allow_html=True) time.sleep(1) ``` Posted Using [LeoFinance <sup>Beta</sup>](https://leofinance.io/@geekgirl/compound-interest-with-streamlit-and-python)
author | geekgirl |
---|---|
permlink | compound-interest-with-streamlit-and-python |
category | hive-167922 |
json_metadata | {"app":"leofinance/0.2","format":"markdown","tags":["market","crypto","interest","money","neoxian","ctptalk","posh","palnet","blog","leofinance"],"canonical_url":"https://leofinance.io/@geekgirl/compound-interest-with-streamlit-and-python","image":["https://images.hive.blog/DQmXn7cHBGDKcZHXgGpLtJupYFpdoQVMfjBbpM3daWwq5x7/compound_interest.png"]} |
created | 2021-01-25 07:13:15 |
last_update | 2021-01-25 07:13:15 |
depth | 0 |
children | 5 |
last_payout | 2021-02-01 07:13:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.266 HBD |
curator_payout_value | 4.050 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,472 |
author_reputation | 1,588,017,852,468,897 |
root_title | "Compound Interest with Streamlit & Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,545,149 |
net_rshares | 43,962,338,225,936 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 19,427,900,372 | 0.9% | ||
tuck-fheman | 0 | 36,083,402,642 | 100% | ||
gerber | 0 | 133,225,910,957 | 8% | ||
daan | 0 | 54,905,292,613 | 8% | ||
ezzy | 0 | 522,107,103,307 | 8% | ||
neoxian | 0 | 4,390,079,509,389 | 30% | ||
raymondspeaks | 0 | 1,870,706,938 | 30% | ||
deanliu | 0 | 1,651,043,772,134 | 50% | ||
exyle | 0 | 278,439,401,439 | 8% | ||
miketr | 0 | 7,572,412,679 | 5% | ||
bert0 | 0 | 986,579,269 | 0.4% | ||
rmach | 0 | 14,493,762,204 | 50% | ||
the-bitcoin-dood | 0 | 123,789,840,164 | 100% | ||
netaterra | 0 | 278,055,982,368 | 12% | ||
someguy123 | 0 | 222,039,948,184 | 8% | ||
jlufer | 0 | 51,035,417,013 | 100% | ||
daveks | 0 | 302,660,104,321 | 7.5% | ||
uwelang | 0 | 30,143,410,579 | 3.5% | ||
ebargains | 0 | 521,606,205 | 2% | ||
delso | 0 | 421,775,768,011 | 100% | ||
ripperone | 0 | 1,902,911,333,268 | 31% | ||
thatsweeneyguy | 0 | 737,716,549 | 3.5% | ||
dune69 | 0 | 4,913,569,427 | 8% | ||
iansart | 0 | 12,402,196,466 | 8% | ||
mominsdt | 0 | 1,740,521,917 | 100% | ||
roomservice | 0 | 19,923,900,421 | 2.25% | ||
alphacore | 0 | 89,038,781,221 | 6.41% | ||
sam99 | 0 | 222,558,549,594 | 16.05% | ||
thegreens | 0 | 1,677,328,720 | 2% | ||
geekgirl | 0 | 1,372,896,108,245 | 100% | ||
goldkey | 0 | 69,706,861,183 | 10% | ||
shitsignals | 0 | 3,748,282,665 | 8% | ||
themarkymark | 0 | 2,961,419,627,343 | 12% | ||
leaky20 | 0 | 101,813,093,551 | 90% | ||
vikisecrets | 0 | 452,213,841,556 | 30% | ||
khalil319 | 0 | 677,475,283 | 17% | ||
chops316 | 0 | 72,071,316,900 | 100% | ||
felander | 0 | 39,477,776,503 | 8% | ||
karja | 0 | 113,624,092,816 | 5% | ||
bahagia-arbi | 0 | 644,968,852 | 3.5% | ||
accelerator | 0 | 50,854,556,409 | 5% | ||
buildawhale | 0 | 8,488,200,734,593 | 12% | ||
artonmysleeve | 0 | 3,384,921,881 | 3.75% | ||
aamirijaz | 0 | 1,895,284,115 | 15% | ||
voxmonkey | 0 | 808,578,901 | 100% | ||
yogacoach | 0 | 7,492,469,705 | 8% | ||
therealwolf | 0 | 1,096,910,441,093 | 3% | ||
fatman | 0 | 5,600,544,687 | 2% | ||
makerhacks | 0 | 35,658,184,396 | 12% | ||
investegg | 0 | 32,071,887,504 | 1.22% | ||
khaleelkazi | 0 | 50,621,338,196 | 34% | ||
caladan | 0 | 5,254,683,275 | 7.6% | ||
emrebeyler | 0 | 266,695,528,262 | 8% | ||
dashroom | 0 | 1,761,502,301 | 80% | ||
smartsteem | 0 | 193,212,360,370 | 3% | ||
not-a-bird | 0 | 4,538,970,883 | 20% | ||
joedukeg | 0 | 1,296,767,142 | 25% | ||
chekohler | 0 | 72,291,452,340 | 14% | ||
yazp | 0 | 20,526,862,347 | 100% | ||
fourfourfun | 0 | 841,505,297 | 2.88% | ||
upmyvote | 0 | 8,126,471,544 | 12% | ||
not-a-gamer | 0 | 526,720,157 | 40% | ||
bengy | 0 | 145,787,917,484 | 100% | ||
nealmcspadden | 0 | 11,026,107,500 | 8% | ||
heidimarie | 0 | 40,832,655,954 | 10% | ||
edicted | 0 | 2,949,702,218,749 | 100% | ||
piotrgrafik | 0 | 236,738,090,238 | 40% | ||
purefood | 0 | 7,858,789,587 | 8% | ||
chorock | 0 | 447,679,962,300 | 45% | ||
tobias-g | 0 | 4,751,005,689 | 9% | ||
leoumesh | 0 | 5,783,545,969 | 100% | ||
investyourvote | 0 | 3,634,711,940 | 6% | ||
holger80 | 0 | 1,572,937,422,357 | 33% | ||
unconditionalove | 0 | 699,904,066 | 4% | ||
pkocjan | 0 | 4,052,586,324 | 6.4% | ||
anikys3reasure | 0 | 985,000,789 | 15% | ||
thebluewin | 0 | 2,401,054,292 | 100% | ||
movement19 | 0 | 973,601,548 | 3% | ||
ladysalsa | 0 | 1,444,819,142 | 8% | ||
frassman | 0 | 1,240,646,842 | 7.5% | ||
simplymike | 0 | 90,105,217,489 | 100% | ||
bil.prag | 0 | 99,359,104,510 | 20% | ||
bestboom | 0 | 3,563,617,877 | 8% | ||
goldvault | 0 | 3,486,388,156 | 10% | ||
stmdev | 0 | 387,555,772 | 10% | ||
jan23com | 0 | 7,142,592,944 | 90% | ||
paragism | 0 | 2,749,760,932 | 2.1% | ||
emotionalsea | 0 | 646,079,949 | 15% | ||
freddio | 0 | 34,964,800,081 | 8% | ||
gadrian | 0 | 3,454,303,126 | 2.24% | ||
lordbutterfly | 0 | 666,015,698,437 | 100% | ||
z3ll | 0 | 3,564,574,035 | 100% | ||
themightyvolcano | 0 | 36,789,169,663 | 100% | ||
choco11oreo11 | 0 | 3,720,349,668 | 90% | ||
legendchew | 0 | 34,274,460,570 | 100% | ||
adeyemidrey | 0 | 429,484,683,695 | 100% | ||
promobot | 0 | 10,537,265,086 | 11.55% | ||
mrs.goldkey | 0 | 835,973,524 | 10% | ||
steem.services | 0 | 14,523,043,119 | 2% | ||
techcoderx | 0 | 181,135,904,630 | 100% | ||
cryptomaniacsgr | 0 | 71,908,195,509 | 50% | ||
ifeoluwa88 | 0 | 12,529,486,624 | 30% | ||
pladozero | 0 | 26,981,441,812 | 10% | ||
nateaguila | 0 | 311,007,114,713 | 8% | ||
swisswitness | 0 | 4,925,783,964 | 8% | ||
sabari18 | 0 | 54,291,205,824 | 100% | ||
emsonic | 0 | 32,398,830,117 | 3.2% | ||
thehive | 0 | 175,333,640,573 | 70% | ||
dalz | 0 | 20,469,727,717 | 4% | ||
holovision | 0 | 41,997,605,527 | 50% | ||
littleshadow | 0 | 5,720,094,446 | 90% | ||
luppers | 0 | 2,989,194,228 | 4% | ||
idakarlsen | 0 | 28,997,523,487 | 10% | ||
dlike | 0 | 84,670,040,825 | 8% | ||
blueeyes8960 | 0 | 314,463,180,210 | 100% | ||
voxmortis | 0 | 875,838,689 | 0.5% | ||
emaillisahere | 0 | 6,460,689,979 | 75% | ||
buzzbee | 0 | 1,091,378,756 | 50% | ||
fullnodeupdate | 0 | 12,912,969,235 | 33% | ||
engrave | 0 | 165,515,100,805 | 7.2% | ||
caoimhin | 0 | 1,006,940,545 | 100% | ||
bobby.madagascar | 0 | 1,324,393,620 | 4% | ||
alokkumar121 | 0 | 960,853,568 | 0.35% | ||
marshalmugi | 0 | 12,486,295,871 | 85% | ||
podg3 | 0 | 1,391,328,683 | 90% | ||
silverkey | 0 | 857,295,183 | 10% | ||
silvervault | 0 | 3,820,063,963 | 10% | ||
cryptycoon | 0 | 1,438,168,932 | 10% | ||
cryptoclerk | 0 | 1,526,183,271 | 10% | ||
misstaken | 0 | 4,628,206,729 | 90% | ||
creativeblue | 0 | 1,058,085,056 | 1% | ||
ldp | 0 | 979,424,265 | 8% | ||
berthold | 0 | 3,251,592,212 | 6% | ||
merlin7 | 0 | 23,441,783,867 | 8% | ||
brianoflondon | 0 | 1,124,211,798,446 | 100% | ||
cwow2 | 0 | 55,861,162,916 | 7.2% | ||
followjohngalt | 0 | 6,908,481,102 | 8% | ||
mango-juice | 0 | 16,989,828,457 | 100% | ||
jussbren | 0 | 1,506,758,146 | 90% | ||
cakemonster | 0 | 5,175,822,491 | 4% | ||
optimizer | 0 | 651,267,200 | 2% | ||
bluerobo | 0 | 103,691,833,376 | 100% | ||
tomsmaid | 0 | 80,077,912,351 | 50% | ||
permaculturedude | 0 | 3,147,033,986 | 8% | ||
ctime | 0 | 349,319,284,185 | 7% | ||
goodcontentbot | 0 | 806,757,900 | 15% | ||
leeyh2 | 0 | 24,113,103,158 | 100% | ||
haikusailor | 0 | 712,405,091 | 8% | ||
abbenay | 0 | 1,293,513,044 | 6% | ||
hashkings | 0 | 2,312,091,182 | 1.05% | ||
engrsayful | 0 | 3,607,063,778 | 4.2% | ||
mfblack | 0 | 3,900,611,958 | 7.6% | ||
epicdice | 0 | 3,769,215,238 | 0.9% | ||
threejay | 0 | 2,078,039,667 | 4% | ||
likwid | 0 | 1,586,244,682 | 11.55% | ||
haxxdump | 0 | 115,645,664 | 10% | ||
wulff-media | 0 | 53,332,806,843 | 50% | ||
steemindian | 0 | 652,362,837 | 4% | ||
suigener1s | 0 | 562,855,007 | 100% | ||
vxc | 0 | 593,822,417 | 22% | ||
shimozurdo | 0 | 661,796,148 | 8% | ||
milu-the-dog | 0 | 3,483,627,043 | 8% | ||
yeswecan | 0 | 24,150,327,956 | 90% | ||
triplea.bot | 0 | 2,860,233,160 | 8% | ||
steem.leo | 0 | 101,765,158,052 | 8% | ||
abh12345.leo | 0 | 54,323,575 | 7% | ||
leovoter | 0 | 1,111,492,223 | 50% | ||
partitura.leo | 0 | 325,869,069 | 100% | ||
leo.voter | 0 | 5,419,898,286,007 | 7% | ||
leo.curator | 0 | 1,192,666,339 | 27.2% | ||
good.game | 0 | 9,039,592,286 | 100% | ||
bearjohn | 0 | 1,336,190,346 | 75% | ||
mktmaker | 0 | 668,499,457 | 72.75% | ||
babytarazkp | 0 | 6,322,724,815 | 100% | ||
asteroids | 0 | 566,096,336 | 7.2% | ||
eloi | 0 | 528,101,604 | 33.66% | ||
botante | 0 | 5,449,293,815 | 1.6% | ||
refinement | 0 | 574,676,391 | 34% | ||
revise.leo | 0 | 4,917,329,856 | 100% | ||
acta | 0 | 19,339,345,437 | 100% | ||
the-table | 0 | 22,958,348,062 | 90% | ||
cardtrader | 0 | 2,298,595,283 | 100% | ||
maxuvc | 0 | 4,404,457,194 | 70% | ||
maxuvd | 0 | 28,345,052,315 | 8% | ||
maxuve | 0 | 31,420,135,951 | 6% | ||
korver | 0 | 15,663,916,129 | 50% | ||
thehouse | 0 | 1,977,259,742 | 90% | ||
downvoteme | 0 | 58,751,539,407 | 50% | ||
spinvest-leo | 0 | 1,703,310,709 | 5% | ||
akpofure | 0 | 118,605,657 | 34% | ||
leotrail | 0 | 1,111,537,315 | 34% | ||
tonimontana.leo | 0 | 791,777,744 | 39.8% | ||
silverquest | 0 | 159,776,035,732 | 90% | ||
therealyme | 0 | 704,188,866 | 12% | ||
efathenub | 0 | 772,994,734 | 5% | ||
rosa.leo | 0 | 1,750,624,588 | 100% | ||
gerbo | 0 | 51,315,763 | 8% | ||
honeychip | 0 | 11,710,850,140 | 85% | ||
autowin | 0 | 565,127,045 | 34% | ||
meosleos | 0 | 559,962,798 | 33.66% | ||
redwarbull | 0 | 840,286,774 | 10% | ||
ribary | 0 | 2,682,309,507 | 4% | ||
kgsupport | 0 | 634,009,010 | 15% | ||
mice-k | 0 | 63,036,796,873 | 8% | ||
troll3838 | 0 | 1,551,915,724 | 8% | ||
curamax | 0 | 4,462,301,570 | 8% | ||
dpend.active | 0 | 1,587,445,506 | 1.6% | ||
leofinance | 0 | 4,443,287,266 | 7% | ||
blue-witness | 0 | 14,613,987,323 | 100% | ||
folklure | 0 | 618,974,098 | 4% | ||
polish.hive | 0 | 101,904,302,174 | 8% | ||
quello | 0 | 1,561,029,109 | 9% | ||
monster-burner | 0 | 524,962,927 | 4% | ||
dcityrewards | 0 | 863,549,900,408 | 8% | ||
mami.sheh7 | 0 | 1,021,363,814 | 15% | ||
hextech | 0 | 13,422,859,839 | 66% | ||
hiveonboard | 0 | 3,742,582,450 | 2.25% | ||
hivelist | 0 | 940,119,333 | 0.8% | ||
localgrower | 0 | 608,904,226 | 0.8% | ||
actioncats | 0 | 2,204,060,207 | 4.2% | ||
beehivetrader | 0 | 1,073,422,215 | 3.5% | ||
poshbot | 0 | 107,748,624,726 | 12% | ||
hivecur | 0 | 17,150,698,738 | 8% | ||
p3ntar0u | 0 | 4,335,792,949 | 100% | ||
utopiaeducators | 0 | 3,440,947,071 | 100% | ||
recoveryinc | 0 | 27,673,763,621 | 6% | ||
brofund-ag | 0 | 1,039,730,527 | 30% | ||
dying | 0 | 3,856,534,908 | 6% | ||
vtol79 | 0 | 661,281,981 | 100% | ||
discohedge | 0 | 4,677,904,207 | 4% | ||
leoneil.leo | 0 | 0 | 7% | ||
intacto | 0 | 38,466,433,949 | 3% | ||
ztfo | 0 | 587,917,004 | 32.3% | ||
kaef | 0 | 551,636,261 | 32.3% | ||
gcomplex | 0 | 524,654,134 | 34% | ||
jff7777 | 0 | 804,975,272 | 100% | ||
stemcur | 0 | 672,678,942 | 100% | ||
hanez | 0 | 657,120,478 | 34% | ||
minebb | 0 | 544,002,220 | 32.98% | ||
plasticsoul | 0 | 563,546,979 | 34% | ||
scrpt | 0 | 545,218,195 | 34% | ||
druma | 0 | 567,072,341 | 34% | ||
ropehold | 0 | 523,863,885 | 34% | ||
strk | 0 | 522,556,251 | 34% | ||
hemerit | 0 | 543,782,632 | 34% | ||
starle | 0 | 526,170,264 | 34% | ||
twrk | 0 | 544,448,535 | 34% | ||
eth2 | 0 | 558,590,553 | 34% | ||
tslap | 0 | 559,513,501 | 34% | ||
theco | 0 | 558,731,260 | 34% | ||
muskland | 0 | 550,632,012 | 34% | ||
hochismin | 0 | 549,132,960 | 34% | ||
finleo | 0 | 531,877,609 | 34% | ||
givup | 0 | 558,393,030 | 34% | ||
etheru | 0 | 565,544,441 | 34% | ||
bynd | 0 | 566,124,388 | 34% | ||
elong | 0 | 557,703,647 | 34% | ||
logroll | 0 | 572,928,142 | 34% | ||
outperform | 0 | 562,082,749 | 34% | ||
perfi | 0 | 554,344,524 | 34% | ||
foreo | 0 | 564,743,285 | 34% | ||
capsule | 0 | 562,663,818 | 34% | ||
sn8 | 0 | 563,377,528 | 34% | ||
fundament | 0 | 563,255,986 | 34% | ||
index-a | 0 | 552,282,356 | 34% | ||
kropak | 0 | 543,589,485 | 34% | ||
bitbi | 0 | 555,452,211 | 34% | ||
feelfor | 0 | 553,265,323 | 34% | ||
mercador | 0 | 545,700,923 | 34% | ||
companyx | 0 | 566,567,436 | 34% | ||
hallogen | 0 | 553,085,848 | 34% | ||
hodldays | 0 | 548,517,039 | 33.66% | ||
mandawanda | 0 | 564,575,961 | 34% | ||
portfoliomargin | 0 | 566,219,241 | 34% | ||
ballsy | 0 | 3,739,277,989 | 100% | ||
fremo | 0 | 546,266,445 | 34% | ||
deliveries | 0 | 541,568,191 | 32.98% | ||
jackedup | 0 | 529,107,743 | 32.98% | ||
tierbtc | 0 | 537,316,234 | 33.32% | ||
compoundin | 0 | 545,432,130 | 33.66% | ||
frankjr | 0 | 552,478,739 | 34% | ||
waiting8 | 0 | 547,717,077 | 32.98% | ||
starked | 0 | 540,462,964 | 34% | ||
mk2 | 0 | 536,452,036 | 32.3% | ||
ghostdrive | 0 | 547,406,900 | 32.98% | ||
thatbull | 0 | 564,032,684 | 34% | ||
heimdalla | 0 | 555,833,026 | 33.32% | ||
pitchleo | 0 | 551,696,765 | 34% | ||
hollywoodz | 0 | 553,919,306 | 34% | ||
zbh1 | 0 | 557,658,411 | 33.66% | ||
blockhire | 0 | 554,884,105 | 34% | ||
f82 | 0 | 563,298,199 | 34% | ||
tomczz | 0 | 0 | 100% | ||
natureway | 0 | 562,658,450 | 34% | ||
knowhere | 0 | 554,627,007 | 34% | ||
gamor | 0 | 550,662,513 | 34% | ||
dvision | 0 | 554,873,675 | 34% | ||
quantumant | 0 | 579,355,953 | 34% |
Thank you @geekgirl for coding for calculating compound interest
author | mominsdt |
---|---|
permlink | qnhhsx |
category | hive-167922 |
json_metadata | {"users":["geekgirl"],"app":"hiveblog/0.1"} |
created | 2021-01-25 09:46:12 |
last_update | 2021-01-25 09:46:12 |
depth | 1 |
children | 0 |
last_payout | 2021-02-01 09:46:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.025 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | 5,271,058,967,388 |
root_title | "Compound Interest with Streamlit & Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,546,929 |
net_rshares | 375,445,430,674 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 375,445,430,674 | 26% |
https://twitter.com/geekjen/status/1353602342935875584
author | poshbot |
---|---|
permlink | re-compound-interest-with-streamlit-and-python-20210125t071528z |
category | hive-167922 |
json_metadata | "{"app": "beem/0.24.20"}" |
created | 2021-01-25 07:15:27 |
last_update | 2021-01-25 07:15:27 |
depth | 1 |
children | 0 |
last_payout | 2021-02-01 07:15:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 5,554,335,374,496 |
root_title | "Compound Interest with Streamlit & Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,545,170 |
net_rshares | 0 |
https://twitter.com/Bhattg18/status/1353639704088875008
author | poshbot |
---|---|
permlink | re-compound-interest-with-streamlit-and-python-20210125t094504z |
category | hive-167922 |
json_metadata | "{"app": "beem/0.24.20"}" |
created | 2021-01-25 09:45:03 |
last_update | 2021-01-25 09:45:03 |
depth | 1 |
children | 0 |
last_payout | 2021-02-01 09:45:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 5,554,335,374,496 |
root_title | "Compound Interest with Streamlit & Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,546,912 |
net_rshares | 0 |
I taught her everything she knows.
author | tuck-fheman |
---|---|
permlink | re-geekgirl-qnl6c8 |
category | hive-167922 |
json_metadata | {"tags":["hive-167922"],"app":"peakd/2021.01.3"} |
created | 2021-01-27 09:28:57 |
last_update | 2021-01-27 09:28:57 |
depth | 1 |
children | 1 |
last_payout | 2021-02-03 09:28:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 345,778,813,561,569 |
root_title | "Compound Interest with Streamlit & Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,578,491 |
net_rshares | 526,351,341,964 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geekgirl | 0 | 526,351,341,964 | 50% |
True!
author | geekgirl |
---|---|
permlink | qnl7at |
category | hive-167922 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-01-27 09:49:42 |
last_update | 2021-01-27 09:49:42 |
depth | 2 |
children | 0 |
last_payout | 2021-02-03 09:49:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 1,588,017,852,468,897 |
root_title | "Compound Interest with Streamlit & Python" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 101,578,700 |
net_rshares | 0 |