Baselight

Market Stocks - M1 Ticks

This dataset contains 10 M1 ticks from different companies

@kaggle.almirneto_stocks_m1_ticks

Usdchf M1
@kaggle.almirneto_stocks_m1_ticks.usdchf_m1

  • 79.81 MB
  • 7911783 rows
  • 7 columns
date

Date

time

Time

open

Open

high

High

low

Low

close

Close

volume

Volume

2003050500:00:001.344581.344581.343971.34398202400000
2003050500:01:001.343931.344071.343831.34407134800000
2003050500:02:001.344111.344191.344091.3440973200000
2003050500:03:001.344041.344041.343791.3437955000000
2003050500:04:001.343781.343791.343461.34351136600000
2003050500:05:001.343521.343671.343461.34367194700000
2003050500:06:001.343771.343811.343741.34377100500000
2003050500:07:001.343631.343881.343581.34388155300000
2003050500:08:001.343951.3441.343571.34357274700000
2003050500:09:001.343621.343621.343421.34352142800000

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