Baselight

HISTORICAL BITCOIN PRICES (BTC)

historical bitcoin prices hour by hour

@kaggle.oscardavidperilla_historical_bitcoin_prices_btc

Btcusdt 1h
@kaggle.oscardavidperilla_historical_bitcoin_prices_btc.btcusdt_1h

  • 2.65 MB
  • 38461 rows
  • 9 columns
open

Open

high

High

low

Low

close

Close

volume

Volume

close_time

Close Time

quote

Quote

takers_buy_base

Takers Buy Base

takers_buy_quote

Takers Buy Quote

4261.484313.624261.324308.8347.1810092017-08-16 23:59:59.999000-05:00202366.1383930435.160503150952.47794304
4308.834328.694291.374315.3223.2349162017-08-17 00:59:59.999000-05:00100304.8235674921.44807192608.27972836
4330.294345.454309.374324.357.2296912017-08-17 01:59:59.999000-05:0031282.312669894.80286120795.31722405
4316.624349.994287.414349.994.4432492017-08-17 02:59:59.999000-05:0019241.058299862.60229211291.34701534
4333.324377.854333.324360.690.9728072017-08-17 03:59:59.999000-05:004239.503585630.8146553552.74681715
43604445.784360444410.7636232017-08-17 04:59:59.999000-05:0047219.3559436910.258444995.37815745
4441.144704399.81446024.8653992017-08-17 05:59:59.999000-05:00110290.7289879221.69869396225.97305402
44604485.394427.34427.327.0180532017-08-17 06:59:59.999000-05:00120751.5692324126.015885116279.95312533
4436.064449.564411441123.0323982017-08-17 07:59:59.999000-05:00102126.5185853815.31299467947.83408162
441144594411445931.3124362017-08-17 08:59:59.999000-05:00138976.6394352526.564042117910.47559989

CREATE TABLE btcusdt_1h (
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "close_time" VARCHAR,
  "quote" DOUBLE,
  "takers_buy_base" DOUBLE,
  "takers_buy_quote" DOUBLE
);

Share link

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