Statistics For The $SPT Token For Week 42

Hello dear Hivers,

here are the:

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

Who has bought how many $SPT at which time:

01_BoughtSptByTime.png

Top $SPT Buyers And $HIVE Sellers

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

Commulated Amount Of Bought $SPT Per Person

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

Top 20 $SPT Buyers

Sorted by the $HIVE, they have spent:

Buyer(Descending)Sold $HIVE% Sold $HIVEBought $SPTAvg. PriceNumber of Trades
@kikero64.4031733.05 %186110.253400.0003513
@clubfungus57.6777829.60 %169612.014260.000332
@mxnsmxn25.9498313.32 %81558.918510.0003264
@nicole-st24.0129812.32 %74999.999350.0003236
@master-lamps10.548995.41 %32936.544720.0003229
@stimp10247.390623.79 %23207.133710.000328
@mcbot3.655991.88 %11049.491470.0003213
@nuuriye0.708740.36 %2025.212040.000351
@javivisan0.298760.15 %945.265240.000322
@pepentropy0.136930.07 %400.000000.000332
@fjworld0.083270.04 %256.951000.000323
others00.00 %00.000000
Sum:194.86706100 %583101.783700.00036173

Commulated Amount Of Sold $SPT Per Person

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

Top 20 $SPT Sellers

Sorted by the $HIVE, they have got:

Seller(Descending)Earned $HIVE% Earned $HIVESold $SPTAvg. PriceNumber of Trades
@all.coin.hive59.5706430.57 %175075.674800.000342
@crazyphantombr34.7423817.83 %100525.539550.000343
@mcbot29.2458815.01 %91265.145770.0003211
@onlydoge19.125429.81 %55333.343750.000351
@master-lamps10.514355.40 %30847.390870.000354
@gank5.507302.83 %17149.160520.000326
@anif19084.329222.22 %13640.679930.000322
@yonilkar2.729991.40 %8636.203130.000321
@libertycrypto272.610761.34 %8220.838130.000322
@dswap2.243391.15 %7067.000000.000324
@timoremoti1.999281.03 %6193.733400.000321
@beco1321.903230.98 %6042.000000.000321
@zallin.spt1.868110.96 %5879.489040.0003227
@mango-juice1.772600.91 %5529.390810.000322
@joetunex1.623860.83 %4639.728520.000351
@libertygame271.497310.77 %4715.437010.000322
@josediccus1.327950.68 %4164.800290.000321
@albiro20501.323290.68 %4106.916500.000321
@kqaosphreak1.234440.63 %3943.142090.000311
@mawit071.203690.62 %3794.617880.000323
others8.493934.36 %26331.551680.0003397
Sum:194.86702100 %583101.783660.00033173

Price Of The $SPT

05_PriceOfSpt.png

$SPT Summarize Metrics

grafik.png

RequestReceived HiveReceived HIVE %Sold $SPTAvg. Price
buy128.0993565.74%373995.808490.00034
sell66.7677034.26%209105.975210.00032
sum:194.86705100%583101.78370.00033

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
2 comments
avatar

Congratulations @advertisingbot2! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)

You received more than 10 upvotes.
Your next target is to reach 50 upvotes.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

0
0
0.000