Baselight

Historical Performance : World's Top Stock Indices

Daily Market Data from 2007 - 2021

@kaggle.rohitktiwari04_top_10_stock_indices

Nifty50
@kaggle.rohitktiwari04_top_10_stock_indices.nifty50

  • 150.56 KB
  • 3404 rows
  • 7 columns
date

Date

open

Open

high

High

low

Low

close

Close

adj_close

Adj Close

volume

Volume

Mon Sep 17 2007 00:00:00 GMT+0000 (Coordinated Universal Time)4518.4501954549.0498054482.8500984494.6499024494.649902
Tue Sep 18 2007 00:00:00 GMT+0000 (Coordinated Universal Time)4494.1000984551.7998054481.5498054546.2001954546.200195
Wed Sep 19 2007 00:00:00 GMT+0000 (Coordinated Universal Time)4550.2547394550.254732.3500984732.350098
Thu Sep 20 2007 00:00:00 GMT+0000 (Coordinated Universal Time)4734.8500984760.8500984721.1499024747.5498054747.549805
Fri Sep 21 2007 00:00:00 GMT+0000 (Coordinated Universal Time)4752.9501954855.7001954733.7001954837.5498054837.549805
Mon Sep 24 2007 00:00:00 GMT+0000 (Coordinated Universal Time)4837.1499024941.1499024837.1499024932.2001954932.200195
Tue Sep 25 2007 00:00:00 GMT+0000 (Coordinated Universal Time)4939.1000984953.8999024878.1499024938.8500984938.850098
Wed Sep 26 2007 00:00:00 GMT+0000 (Coordinated Universal Time)4937.6000984980.8500984930.3500984940.54940.5
Thu Sep 27 2007 00:00:00 GMT+0000 (Coordinated Universal Time)4942.7001955016.3999024942.7001955000.5498055000.549805
Fri Sep 28 2007 00:00:00 GMT+0000 (Coordinated Universal Time)4996.4501955055.7998054996.4501955021.3500985021.350098

CREATE TABLE nifty50 (
  "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.