Baselight

Market Stocks - M1 Ticks

This dataset contains 10 M1 ticks from different companies

@kaggle.almirneto_stocks_m1_ticks

Gbpusd M1
@kaggle.almirneto_stocks_m1_ticks.gbpusd_m1

  • 84.27 MB
  • 7932085 rows
  • 7 columns
date

Date

time

Time

open

Open

high

High

low

Low

close

Close

volume

Volume

2003050500:00:001.602941.603411.602941.6034132599998
2003050500:01:001.603371.603371.603321.6033235400000
2003050500:02:001.603311.603341.603311.6033143100000
2003050500:03:001.603361.603361.603231.6032961900000
2003050500:04:001.603251.603371.603251.6033748200000
2003050500:05:001.603321.603421.603321.6034225500000
2003050500:06:001.603441.603441.603371.6034429600000
2003050500:07:001.603431.603431.603431.60343200000
2003050500:08:001.603371.603371.603371.603379500000
2003050500:09:001.603311.603311.603241.6032423900000

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