Baselight

Bitcoin BTC-USD Stock Dataset

Time Series - ARIMA SARIMA LSTM GRU

@kaggle.gallo33henrique_bitcoin_btc_usd_stock_dataset

Btc Usd Stock Data
@kaggle.gallo33henrique_bitcoin_btc_usd_stock_dataset.btc_usd_stock_data

  • 154.66 KB
  • 2836 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Sun Jan 01 2017 00:00:00 GMT+0000 (Coordinated Universal Time)963.65802001953121003.0800170898438958.698974609375998.3250122070312998.3250122070312147775008
Mon Jan 02 2017 00:00:00 GMT+0000 (Coordinated Universal Time)998.61700439453121031.3900146484375996.70202636718761021.751021.75222184992
Tue Jan 03 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1021.59997558593761044.07995605468751021.59997558593761043.83996582031251043.8399658203125185168000
Wed Jan 04 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1044.40002441406251159.42004394531251044.40002441406251154.729980468751154.72998046875344945984
Thu Jan 05 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1156.729980468751191.0999755859375910.41699218751013.38000488281241013.3800048828124510199008
Fri Jan 06 2017 00:00:00 GMT+0000 (Coordinated Universal Time)1014.2399902343751046.81005859375883.9439697265625902.2009887695312902.2009887695312351876000
Sat Jan 07 2017 00:00:00 GMT+0000 (Coordinated Universal Time)903.4869995117188908.5850219726562823.5560302734375908.5850219726562908.5850219726562279550016
Sun Jan 08 2017 00:00:00 GMT+0000 (Coordinated Universal Time)908.1749877929688942.7239990234376887.2490234375911.198974609375911.198974609375158715008
Mon Jan 09 2017 00:00:00 GMT+0000 (Coordinated Universal Time)913.2440185546876913.6859741210938879.8070068359375902.8280029296876902.8280029296876141876992
Tue Jan 10 2017 00:00:00 GMT+0000 (Coordinated Universal Time)902.4400024414062914.8729858398438901.0599975585938907.6790161132812907.6790161132812115808000

CREATE TABLE btc_usd_stock_data (
  "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.