Baselight

Bitcoin Data

bitcoin historical data

@kaggle.skanderhaddad_bitcoin_data

Btc Data Bi Day
@kaggle.skanderhaddad_bitcoin_data.btc_data_bi_day

  • 130.67 KB
  • 1431 rows
  • 12 columns
date

Date

open

Open

high

High

low

Low

close

Close

volume

Volume

close_time

Close Time

quote_asset_volume

Quote Asset Volume

number_of_trades

Number Of Trades

taker_buy_base_asset

Taker Buy Base Asset

taker_buy_quote_asset_volume

Taker Buy Quote Asset Volume

ignore

Ignore

Thu Aug 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)4261.484485.394200.744285.08795.15037715030143999993454770.050732063427616.2485412678216.400604018733.91139481
Fri Aug 18 2017 00:00:00 GMT+0000 (Coordinated Universal Time)4285.084371.523938.774108.371199.88826415031007999995086958.306171515233972.868714129123.316518089384.14140858
Sat Aug 19 2017 00:00:00 GMT+0000 (Coordinated Universal Time)4108.374184.6938504139.98381.30976315031871999991549483.735421512153274.3360421118001.870087359184.08552906
Sun Aug 20 2017 00:00:00 GMT+0000 (Coordinated Universal Time)4120.984211.084032.624086.29467.08302215032735999991930364.390326462321376.7959471557401.333737310125.41408414
Mon Aug 21 2017 00:00:00 GMT+0000 (Coordinated Universal Time)4069.134119.623911.794016691.7430615033599999992797231.714027283972557.3561072255662.5531583711706.76997007
Tue Aug 22 2017 00:00:00 GMT+0000 (Coordinated Universal Time)40164104.8234004040966.68485815034463999993752505.772140516494423.9951811637188.3693422611773.27950025
Wed Aug 23 2017 00:00:00 GMT+0000 (Coordinated Universal Time)40404265.84013.894114.011001.13656515035327999994148686.465819688629309.4190921293567.0951946312724.37533462
Thu Aug 24 2017 00:00:00 GMT+0000 (Coordinated Universal Time)41474371.684085.014316.01787.41875315036191999993296476.413164766247206.820412868379.064131214231.32630532
Fri Aug 25 2017 00:00:00 GMT+0000 (Coordinated Universal Time)4316.014453.914247.484280.68573.6127415037055999992484637.349363276554100.097974434577.1357464512945.43630782
Sat Aug 26 2017 00:00:00 GMT+0000 (Coordinated Universal Time)4280.7143674212.414337.44228.1080681503791999999977865.7333321226056.190141241363.8005024511789.06750167

CREATE TABLE btc_data_bi_day (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "close_time" BIGINT,
  "quote_asset_volume" DOUBLE,
  "number_of_trades" BIGINT,
  "taker_buy_base_asset" DOUBLE,
  "taker_buy_quote_asset_volume" DOUBLE,
  "ignore" DOUBLE
);

Share link

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