Baselight

National Stock Exchange : Time Series

national stock exchange dataset of indian IT companies for time series analysis

@kaggle.atulanandjha_national_stock_exchange_time_series

Infy Stock
@kaggle.atulanandjha_national_stock_exchange_time_series.infy_stock

  • 29.97 KB
  • 248 rows
  • 15 columns
date

Date

symbol

Symbol

series

Series

prev_close

Prev Close

open

Open

high

High

low

Low

last

Last

close

Close

vwap

VWAP

volume

Volume

turnover

Turnover

trades

Trades

deliverable_volume

Deliverable Volume

n__deliverble

%Deliverble

Thu Jan 01 2015 00:00:00 GMT+0000 (Coordinated Universal Time)INFYEQ1972.551968.9519821956.919711974.41971.3450069198703055635000149082580800.5154
Fri Jan 02 2015 00:00:00 GMT+0000 (Coordinated Universal Time)INFYEQ1974.419722019.0519722017.952013.22003.2516945803394668524250005416612491040.7371
Mon Jan 05 2015 00:00:00 GMT+0000 (Coordinated Universal Time)INFYEQ2013.22009.920301977.519961995.92004.5924842564979910938050008269418309620.737
Tue Jan 06 2015 00:00:00 GMT+0000 (Coordinated Universal Time)INFYEQ1995.9198019851934.11965.11954.21954.82241682947244584537000010820917720700.7332
Wed Jan 07 2015 00:00:00 GMT+0000 (Coordinated Universal Time)INFYEQ1954.219651974.7519501966.051963.551962.5918124793557161837350006246313177200.7270000000000001
Thu Jan 08 2015 00:00:00 GMT+0000 (Coordinated Universal Time)INFYEQ1963.551985.6199719501979.251973.451972.7833912306690160290850009275226860120.792
Fri Jan 09 2015 00:00:00 GMT+0000 (Coordinated Universal Time)INFYEQ1973.451980.121091913.052075.32074.452037.6911215832228543888701500035921433694890.3004
Mon Jan 12 2015 00:00:00 GMT+0000 (Coordinated Universal Time)INFYEQ2074.4520922119.220752112.952115.952099.4318972266965159511000010720918188000.5702
Tue Jan 13 2015 00:00:00 GMT+0000 (Coordinated Universal Time)INFYEQ2115.952107.82107.8207520922088.92089.4222003094597373806950006667613850090.6295000000000001
Wed Jan 14 2015 00:00:00 GMT+0000 (Coordinated Universal Time)INFYEQ2088.92098.521332092.621292128.652110.8824803155235637593200005326318329580.7390000000000001

CREATE TABLE infy_stock (
  "date" TIMESTAMP,
  "symbol" VARCHAR,
  "series" VARCHAR,
  "prev_close" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "last" DOUBLE,
  "close" DOUBLE,
  "vwap" DOUBLE,
  "volume" BIGINT,
  "turnover" DOUBLE,
  "trades" BIGINT,
  "deliverable_volume" BIGINT,
  "n__deliverble" DOUBLE
);

Share link

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