Baselight

Market Stocks - M1 Ticks

This dataset contains 10 M1 ticks from different companies

@kaggle.almirneto_stocks_m1_ticks

Usdjpy M1
@kaggle.almirneto_stocks_m1_ticks.usdjpy_m1

  • 79.3 MB
  • 7930850 rows
  • 7 columns
date

Date

time

Time

open

Open

high

High

low

Low

close

Close

volume

Volume

2003050500:00:00119.034119.034119.006119.007198300000
2003050500:01:00118.998118.998118.99118.993241700000
2003050500:02:00118.985118.988118.976118.984375400000
2003050500:03:00118.98118.994118.979118.991183800000
2003050500:04:00118.99118.99118.979118.979147600000
2003050500:05:00118.985118.995118.985118.994229400000
2003050500:06:00118.997118.997118.983118.98396500000
2003050500:07:00118.978118.982118.978118.982177600000
2003050500:08:00118.981118.99118.981118.987322400000
2003050500:09:00118.993119118.993119247500000

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