Baselight

Bitcoin Data

bitcoin historical data

@kaggle.skanderhaddad_bitcoin_data

Btc Week
@kaggle.skanderhaddad_bitcoin_data.btc_week

  • 24.01 KB
  • 357 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Sep 15 2014 00:00:00 GMT+0000 (Coordinated Universal Time)465.864013671875468.1740112304688384.5320129394531398.8210144042969398.8210144042969156903400
Mon Sep 22 2014 00:00:00 GMT+0000 (Coordinated Universal Time)399.1000061035156441.5570068359375374.3320007324219377.1809997558594377.1809997558594186772600
Mon Sep 29 2014 00:00:00 GMT+0000 (Coordinated Universal Time)376.9280090332031391.3789978027344289.2959899902344320.510009765625320.510009765625276657896
Mon Oct 06 2014 00:00:00 GMT+0000 (Coordinated Universal Time)320.3890075683594382.72601318359375302.5599975585937378.5490112304688378.5490112304688341152804
Mon Oct 13 2014 00:00:00 GMT+0000 (Coordinated Universal Time)377.9209899902344411.697998046875368.8970031738281389.5459899902344389.5459899902344156902070
Mon Oct 20 2014 00:00:00 GMT+0000 (Coordinated Universal Time)389.2309875488281392.64599609375342.87701416015625354.7040100097656354.7040100097656113691800
Mon Oct 27 2014 00:00:00 GMT+0000 (Coordinated Universal Time)354.7770080566406359.9840087890625320.6260070800781325.8919982910156325.8919982910156107075700
Mon Nov 03 2014 00:00:00 GMT+0000 (Coordinated Universal Time)325.5690002441406363.6260070800781325.0769958496094363.2640075683594363.2640075683594116793470
Mon Nov 10 2014 00:00:00 GMT+0000 (Coordinated Universal Time)362.2650146484375457.0929870605469357.5610046386719387.8819885253906387.8819885253906208239500
Mon Nov 17 2014 00:00:00 GMT+0000 (Coordinated Universal Time)388.3489990234375410.1990051269531344.11199951171875367.572998046875367.572998046875178181000

CREATE TABLE btc_week (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

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