Baselight

Bitcoin Historical Price (USD)

Bitcoin daily price till July, 2022

@kaggle.rishabhkmr_bitcoin_historical_price_usd

Btc Usd
@kaggle.rishabhkmr_bitcoin_historical_price_usd.btc_usd

  • 152.44 KB
  • 2865 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Wed Sep 17 2014 00:00:00 GMT+0000 (Coordinated Universal Time)465.864014468.174011452.421997457.334015457.33401521056800
Thu Sep 18 2014 00:00:00 GMT+0000 (Coordinated Universal Time)456.859985456.859985413.104004424.440002424.44000234483200
Fri Sep 19 2014 00:00:00 GMT+0000 (Coordinated Universal Time)424.102997427.834991384.532013394.79599394.7959937919700
Sat Sep 20 2014 00:00:00 GMT+0000 (Coordinated Universal Time)394.673004423.29599389.882996408.903992408.90399236863600
Sun Sep 21 2014 00:00:00 GMT+0000 (Coordinated Universal Time)408.084991412.425995393.181398.821014398.82101426580100
Mon Sep 22 2014 00:00:00 GMT+0000 (Coordinated Universal Time)399.100006406.915985397.130005402.152008402.15200824127600
Tue Sep 23 2014 00:00:00 GMT+0000 (Coordinated Universal Time)402.09201441.557007396.196991435.790985435.79098545099500
Wed Sep 24 2014 00:00:00 GMT+0000 (Coordinated Universal Time)435.751007436.112421.131989423.204987423.20498730627700
Thu Sep 25 2014 00:00:00 GMT+0000 (Coordinated Universal Time)423.156006423.519989409.467987411.574005411.57400526814400
Fri Sep 26 2014 00:00:00 GMT+0000 (Coordinated Universal Time)411.428986414.937988400.009003404.424988404.42498821460800

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