Baselight

Historical Performance : World's Top Stock Indices

Daily Market Data from 2007 - 2021

@kaggle.rohitktiwari04_top_10_stock_indices

Ftse
@kaggle.rohitktiwari04_top_10_stock_indices.ftse

  • 18.33 KB
  • 300 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Fri Apr 24 2020 00:00:00 GMT+0000 (Coordinated Universal Time)5826.6000985827.2001955728.7998055752.2001955752.200195808821600
Mon Apr 27 2020 00:00:00 GMT+0000 (Coordinated Universal Time)5752.2001955855.6000985752.2001955846.7998055846.799805792246400
Tue Apr 28 2020 00:00:00 GMT+0000 (Coordinated Universal Time)5846.7998055977.7998055835.8999025958.55958.51196850700
Wed Apr 29 2020 00:00:00 GMT+0000 (Coordinated Universal Time)5958.56129.6000985950.7998056115.2998056115.2998051288097400
Thu Apr 30 2020 00:00:00 GMT+0000 (Coordinated Universal Time)6115.2998056151.6000985897.8999025901.2001955901.2001951933348900
Fri May 01 2020 00:00:00 GMT+0000 (Coordinated Universal Time)5901.2001955901.2001955746.1000985763.1000985763.100098781328900
Mon May 04 2020 00:00:00 GMT+0000 (Coordinated Universal Time)5763.1000985792.89990257025753.7998055753.7998051038977200
Tue May 05 2020 00:00:00 GMT+0000 (Coordinated Universal Time)5753.7998055869.55753.7998055849.3999025849.399902969041200
Wed May 06 2020 00:00:00 GMT+0000 (Coordinated Universal Time)5849.3999025897.3999025839.6000985853.7998055853.799805973242800
Thu May 07 2020 00:00:00 GMT+0000 (Coordinated Universal Time)5853.7998055941.8999025853.60009859365936967707400

CREATE TABLE ftse (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" DOUBLE
);

Share link

Anyone who has the link will be able to view this.