Baselight

Bitcoin-BTCUSDT-Historical-Minutes

Historical by minutes!!!!!!!!

@kaggle.youneseloiarm_bitcoin_btcusdt

Loading...
Loading...

About this Dataset

Bitcoin-BTCUSDT-Historical-Minutes

Content

The dataset has one CSV file. Price history is available on a minute basis from 2017. This dataset has the historical price information of 1 Bitcoin by USDT (equivalent to USD).

  • Date : date of observation
  • Open : Opening price on the given minute
  • High: Highest price on the given minute
  • Low : Lowest price on the given minute
  • Close : Closing price on the given minute
  • Volume : Volume of transactions on the given minute

Acknowledgements

This data is taken from Binance and it is free to use the data.

Tables

Bitcoin Btcusdt

@kaggle.youneseloiarm_bitcoin_btcusdt.bitcoin_btcusdt
  • 61.39 MB
  • 2309065 rows
  • 6 columns
Loading...

CREATE TABLE bitcoin_btcusdt (
  "timestamp" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE
);

Share link

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