Baselight

Bitcoin-Minute-Data

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

@kaggle.erikhox_bitcoin_minute_data

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

Share link

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