Baselight

Market Stocks - M1 Ticks

This dataset contains 10 M1 ticks from different companies

@kaggle.almirneto_stocks_m1_ticks

Btcusd M1
@kaggle.almirneto_stocks_m1_ticks.btcusd_m1

  • 52.54 MB
  • 3194301 rows
  • 7 columns
date

Date

time

Time

open

Open

high

High

low

Low

close

Close

volume

Volume

2017050800:00:001555.11600.71554.31591.82167200
2017050800:01:001591.91591.91590.51591.11724700
2017050800:02:001590.91591.91588.71591.13349100
2017050800:03:001591.11591.11551.915911139600
2017050800:04:001590.61591.11590.21591.1267600
2017050800:05:001556.91557.21556.31557.2193600
2017050800:06:001557.51591.71556.71590.8597100
2017050800:07:001590.81600.41590.61591.41711300
2017050800:08:001591.31600.61557.81591.17861400
2017050800:09:001591.11600.61590.41591.32273100

CREATE TABLE btcusd_m1 (
  "date" BIGINT,
  "time" VARCHAR,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT
);

Share link

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