Baselight

Market Stocks - M1 Ticks

This dataset contains 10 M1 ticks from different companies

@kaggle.almirneto_stocks_m1_ticks

Audusd M1
@kaggle.almirneto_stocks_m1_ticks.audusd_m1

  • 80.17 MB
  • 7695563 rows
  • 7 columns
date

Date

time

Time

open

Open

high

High

low

Low

close

Close

volume

Volume

2003080400:00:000.651220.651570.651140.65122101750000
2003080400:01:000.651260.651550.651110.6513257950000
2003080400:02:000.651330.651560.651170.6512660790000
2003080400:03:000.65130.651490.651190.6513948610000
2003080400:04:000.65130.651590.650980.6511834830000
2003080400:05:000.651310.65160.651110.6511227080000
2003080400:06:000.65120.65160.6510.651480290000
2003080400:07:000.651290.651640.651110.6511828590000
2003080400:08:000.651340.651620.651040.6513499230000
2003080400:09:000.651330.651590.651070.65135101940000

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