Baselight

Market Stocks - M1 Ticks

This dataset contains 10 M1 ticks from different companies

@kaggle.almirneto_stocks_m1_ticks

Tslaususd M1
@kaggle.almirneto_stocks_m1_ticks.tslaususd_m1

  • 10.59 MB
  • 731305 rows
  • 7 columns
date

Date

time

Time

open

Open

high

High

low

Low

close

Close

volume

Volume

2017012614:30:00254.29254.4253.5253.51180248
2017012614:31:00253.74253.74253253.15157725
2017012614:32:00253.37254.01253.14254.01180469
2017012614:33:00254.01254.7254.01254.62195377
2017012614:34:00254.88255.41254.45254.46263541
2017012614:35:00254.62255.31254.62254.91285819
2017012614:36:00255.14255.14254254.13277965
2017012614:37:00254.14254.52254.14254.3180353
2017012614:38:00254.3254.3253.54253.99340158
2017012614:39:00254254253.01253.23262807

CREATE TABLE tslaususd_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.