Statistics For The $POB Token For Week 42

Hello dear Hivers,

here are the:

$POB Statistics For The Last 7 Days, 2023/10/13 to 2023/10/19:

Who has bought how many $POB at which time:

01_BoughtPobByTime.png

Top $POB Buyers And $HIVE Sellers

The inside of the circle shows the buyers of $POB, ordered by $HIVE they have spent. The outside shows the recipients of that $HIVE (sellers of $POB):
02_TopTenPobBuyers.png

Commulated Amount Of Bought $POB Per Person

Top 10 $POB buyers, how much they got and how much $HIVE they spend for this. Sorted by $HIVE, that was spent:
03_CommulatedAmountOfBoughtPob.png

Top 20 $POB Buyers

Sorted by the $HIVE, they have spent:

Buyer(Descending)Sold $HIVE% Sold $HIVEBought $POBAvg. PriceNumber of Trades
@coffeebuds379.9976834.29 %20296.537790.01855195
@richardcrill341.9284730.86 %16298.031930.0218892
@realbtcjesus158.9159314.34 %8400.000060.018777
@god075.512806.81 %4151.291570.01812119
@opra-75960.619225.47 %3219.966370.0179344
@anadolu20.890221.89 %1125.307620.0187239
@mcbot11.949861.08 %686.307130.0178623
@aldwynfox869.937010.90 %501.405460.019817
@vocup9.396950.85 %512.091330.018299
@onlydoge8.107160.73 %429.051760.018769
@onlyhive7.936430.72 %426.315000.0185027
@centtoken4.750000.43 %250.000000.019002
@ana-maria3.562520.32 %194.100000.018486
@giono2.447420.22 %125.377800.018856
@rzc24-nftbbg2.048480.18 %102.798000.019895
@emrysjobber2.000000.18 %96.025750.020157
@dswap1.852890.17 %89.750190.020267
@hansvonkatte1.467370.13 %82.620810.0180211
@idoodle0.865060.08 %53.164290.0169612
@lxsxl0.786070.07 %39.936160.0194311
others3.112870.28 %180.962040.0197829
Sum:1108.08441100 %57261.041060.01916667

Commulated Amount Of Sold $POB Per Person

Top 10 $POB Sellers, how much they sold and how much $HIVE they got for this, sorted by $HIVE:
04_CommulatedAmountOfSoldPob.png

Top 20 $POB Sellers

Sorted by the $HIVE, they have got:

Seller(Descending)Earned $HIVE% Earned $HIVESold $POBAvg. PriceNumber of Trades
@mcbot280.3258625.30 %14813.450750.0185985
@god0125.8513811.36 %6489.018680.0185268
@richardcrill125.6936211.34 %6615.453610.019001
@coffeebuds114.7197110.35 %5179.442500.022658
@clubfungus91.190638.23 %5051.992350.0181031
@leprechaun35.228073.18 %2069.072140.017073
@centtoken34.000003.07 %1750.000000.019378
@fjworld33.955133.06 %1850.014940.0184920
@opra-75933.387523.01 %1305.192390.0220126
@dhedge20.964171.89 %1157.863210.018145
@lhes17.572031.59 %954.999990.018403
@visual.alive16.411221.48 %670.448790.023252
@onlydoge12.073981.09 %513.352650.023004
@elgeorge2311.044451.00 %603.623500.0183023
@topbooster8.645970.78 %464.837010.018602
@lebah8.264550.75 %449.495350.018365
@buiitre7.882430.71 %433.097860.018204
@anadolu7.719110.70 %356.000000.021293
@bala412885.152210.46 %278.493650.018533
@michupa5.147140.46 %279.097480.018456
others112.8552610.18 %5976.094190.01895357
Sum:1108.08444100 %57261.041040.01901667

Price Of The $POB

05_PriceOfPob.png

$POB Summarize Metrics

grafik.png

RequestReceived HiveReceived HIVE %Sold $POBAvg. Price
sell626.6882156.56%33793.412430.01832
buy481.3962143.44%23467.628630.02027
sum:1108.0844200000001100%57261.0410599999960.01929

Comparison With Other Tokens

$HIVE/Token

This figure shows the value of $HIVE compared to some tokens. Be aware of the nonlinear (root square) y-axes.

01_HivePerToken.png

US-Dollar/Token

Value of $USD compared to some token. Be aware of the nonlinear (root square) y-axes.

02_USDPerToken.png

coinMarketCapChart.png
Origin

Table Of Token Prices in $HIVE and $USD

Average value of the prices of the token. Hive and US-Dollar compared to the token:

03_TableOfTokenPrices.png


grafik.png

grafik.png

Links:
https://peakd.com/@achimmertens/posts?filter=stats
https://peakd.com/@anobel
https://github.com/achimmertens


Some More Words

This week I have worked on the coinmarketcap screenshot. Until then I made a screenshot from https://coinmarketcap.com/currencies/hive-blockchain/ manually every week. Now I have found a method to do it automatecally. I created the folllowing JavaScript:

const { Builder, By, Key, until } = require('selenium-webdriver');
const fs = require('fs');

(async function example() {
  let currentDate = new Date();
  let folderDate = currentDate.toISOString().slice(0, 10)
  var fileFolder = 'screenshots_'+folderDate+'\/Token';
  var fileName = 'coinMarketCapChart.png';
  let driver = await new Builder().forBrowser('chrome').build();
  try {
    await driver.manage().window().setRect({ width: 1040, height: 768 });
    await driver.get('https://coinmarketcap.com/currencies/hive-blockchain/');
    //await new Promise(resolve => setTimeout(resolve, 1500));  // be sure, that everything is loaded
    //let button2 = await driver.findElement(By.xpath("//li[text()='7D']"));
    let button2 = await driver.findElement(By.id('react-tabs-34'));
    await button2.click();

    //let section = await driver.findElement(By.id('__next'));
    let section = await driver.findElement(By.className('main-content'));

    try {
      let button = await driver.findElement(By.id('onetrust-accept-btn-handler'));
      await button.click();
    } catch (error) {
      console.log('Button not found');
    }

    await new Promise(resolve => setTimeout(resolve, 1500));  // be sure, that everything is loaded
    let screenshot = await section.takeScreenshot();
    fs.writeFileSync(fileFolder+'\/'+fileName, screenshot, 'base64');
    console.log('Die Datei '+fileFolder+'\/'+fileName+' wurde erstellt');
  } finally {
    await driver.quit();
  }
})();

Now I don't need this manually step any more and can let run it automately.

The data of today (friday) is missing. I'm gonna check that next week.

Regards,

Achim Mertens



0
0
0.000
0 comments