Baselight

Market Stocks - M1 Ticks

This dataset contains 10 M1 ticks from different companies

@kaggle.almirneto_stocks_m1_ticks

Googlususd M1
@kaggle.almirneto_stocks_m1_ticks.googlususd_m1

  • 11.9 MB
  • 731107 rows
  • 7 columns
date

Date

time

Time

open

Open

high

High

low

Low

close

Close

volume

Volume

2017012614:30:00860.27860.27859859.1195734
2017012614:31:00859.11859.12858.55858.55260818
2017012614:32:00858.5858.53858.16858.36188377
2017012614:33:00858.35858.66858.28858.55295564
2017012614:34:00858.45858.6857.2857.61196122
2017012614:35:00857.63857.67856.76856.76260338
2017012614:36:00856.6856.71856856.71298043
2017012614:37:00856.91857.18856.51856.65271992
2017012614:38:00856.65857856.5857365235
2017012614:39:00857.01857.03856.6856.86219875

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