Baselight

Bitcoin-Minute-Data

Bitcoin minute data collected every 24 hours by a raspberry pi 5

@kaggle.erikhox_bitcoin_minute_data

Loading...
Loading...

About this Dataset

Bitcoin-Minute-Data

This is my bitcoin minute data which is collected through my raspberry pi 5. The data was collected by using a java program i made, here is the logic

  • scrapes this website "https://bitcointicker.co/coinbase/btc/usd/10m/" and collects the price, bid, and ask
  • organize the collected data and put it onto the next line on the csv file
  • have linux run a python script every 24 hours at 12 am that uploads the updated data to Kaggle using its api

The source code can be found here,
https://github.com/erikhox/dataPipelineProject

Tables

Test

@kaggle.erikhox_bitcoin_minute_data.test
  • 155.66 KB
  • 5583 rows
  • 4 columns
Loading...

CREATE TABLE test (
  "datetime" TIMESTAMP,
  "price" DOUBLE,
  "bid" DOUBLE,
  "ask" DOUBLE
);

Share link

Anyone who has the link will be able to view this.