Baselight

BTCUSDT Historical OHLC Data (2020-2024)

5m, 15m, 30m intervals cover 2020-2024 BTCUSDT data.

@kaggle.maresal_btcbusd_instant_data

Js 15m
@kaggle.maresal_btcbusd_instant_data.js_15m

  • 8.46 MB
  • 173847 rows
  • 8 columns
unnamed_0

Unnamed: 0

open_time

Open Time

open_price

Open Price

high_price

High Price

low_price

Low Price

close_price

Close Price

volume

Volume

close_time

Close Time

2019-12-23 02:45:00+00:007559.177570.5475497561.62424.5015492019-12-23 02:59:59.999000+00:00
12019-12-23 03:00:00+00:007561.7675927561.647581.6508.7258972019-12-23 03:14:59.999000+00:00
22019-12-23 03:15:00+00:007581.9475957574.337587367.0577292019-12-23 03:29:59.999000+00:00
32019-12-23 03:30:00+00:007585.987597.37563.167568.24325.467362019-12-23 03:44:59.999000+00:00
42019-12-23 03:45:00+00:007569.157596.697562.327590.02366.3817342019-12-23 03:59:59.999000+00:00
52019-12-23 04:00:00+00:007589.557593.57574.727581.02263.8661592019-12-23 04:14:59.999000+00:00
62019-12-23 04:15:00+00:007581.037582.087565.547570.9226.698222019-12-23 04:29:59.999000+00:00
72019-12-23 04:30:00+00:007570.127571.1675607563.52239.5661382019-12-23 04:44:59.999000+00:00
82019-12-23 04:45:00+00:007562.9475777553.447554.73316.0955612019-12-23 04:59:59.999000+00:00
92019-12-23 05:00:00+00:007553.587563.617541.117548.11473.6899692019-12-23 05:14:59.999000+00:00

CREATE TABLE js_15m (
  "unnamed_0" BIGINT,
  "open_time" VARCHAR,
  "open_price" DOUBLE,
  "high_price" DOUBLE,
  "low_price" DOUBLE,
  "close_price" DOUBLE,
  "volume" DOUBLE,
  "close_time" VARCHAR
);

Share link

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