Baselight

Bitcoin Historical Dataset

BITCOIN(BTC-USD) Minute, Hourly and Daily interval data.

@kaggle.prasoonkottarathil_btcinusd

Btc 2018min
@kaggle.prasoonkottarathil_btcinusd.btc_2018min

  • 23.41 MB
  • 525599 rows
  • 9 columns
unix

Unix

date

Date

symbol

Symbol

open

Open

high

High

low

Low

close

Close

volume_btc

Volume BTC

volume_usd

Volume USD

1546300740Mon Dec 31 2018 23:59:00 GMT+0000 (Coordinated Universal Time)BTC/USD3689.263693.33689.263693.39.8388545436337.841472582
1546300680Mon Dec 31 2018 23:58:00 GMT+0000 (Coordinated Universal Time)BTC/USD3689.263691.353689.263691.350.562067.156
1546300620Mon Dec 31 2018 23:57:00 GMT+0000 (Coordinated Universal Time)BTC/USD3688.833689.263688.833689.260.560833232069.0596021098
1546300560Mon Dec 31 2018 23:56:00 GMT+0000 (Coordinated Universal Time)BTC/USD3687.873689.653686.923686.927.6102400428058.3462082768
1546300500Mon Dec 31 2018 23:55:00 GMT+0000 (Coordinated Universal Time)BTC/USD3688.283688.8536853688.857.6657033328277.6297288705
1546300440Mon Dec 31 2018 23:54:00 GMT+0000 (Coordinated Universal Time)BTC/USD3684.853684.853684.853684.85
1546300380Mon Dec 31 2018 23:53:00 GMT+0000 (Coordinated Universal Time)BTC/USD3683.353684.853683.353684.850.05962986219.727089621
1546300320Mon Dec 31 2018 23:52:00 GMT+0000 (Coordinated Universal Time)BTC/USD3684.853684.853684.853684.850.100057368.69503645
1546300260Mon Dec 31 2018 23:51:00 GMT+0000 (Coordinated Universal Time)BTC/USD3680.813680.813680.813680.81
1546300200Mon Dec 31 2018 23:50:00 GMT+0000 (Coordinated Universal Time)BTC/USD3686.043686.483680.813680.810.342004121258.8521849372

CREATE TABLE btc_2018min (
  "unix" BIGINT,
  "date" TIMESTAMP,
  "symbol" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume_btc" DOUBLE,
  "volume_usd" DOUBLE
);

Share link

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