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

Tcs Stock
@kaggle.atulanandjha_national_stock_exchange_time_series.tcs_stock

  • 29.79 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)TCSEQ2558.2525672567254125502545.552548.51183415467434456150008002528700.2883
Fri Jan 02 2015 00:00:00 GMT+0000 (Coordinated Universal Time)TCSEQ2545.5525512590.952550.62588.42579.452568.19462870118874010950000275853093500.6683
Mon Jan 05 2015 00:00:00 GMT+0000 (Coordinated Universal Time)TCSEQ2579.4525812599.92524.652538.12540.252563.94877121224888554095000432344567280.5207
Tue Jan 06 2015 00:00:00 GMT+0000 (Coordinated Universal Time)TCSEQ2540.252529.12529.124402450.052446.62466.91211892298961535645000845037143060.5894
Wed Jan 07 2015 00:00:00 GMT+0000 (Coordinated Universal Time)TCSEQ2446.624702479.152407.452426.92417.72433.9613181663208362462050001017418863680.6724
Thu Jan 08 2015 00:00:00 GMT+0000 (Coordinated Universal Time)TCSEQ2417.72442.424492420.5524462443.82434.81782704190573934495000476994507680.5759000000000001
Fri Jan 09 2015 00:00:00 GMT+0000 (Coordinated Universal Time)TCSEQ2443.824552519.9245025102512.32490.011598821398108220610000817438657770.5415
Mon Jan 12 2015 00:00:00 GMT+0000 (Coordinated Universal Time)TCSEQ2512.3251725282480.252527.952509.72497.82798003199326599700000588104512280.5654
Tue Jan 13 2015 00:00:00 GMT+0000 (Coordinated Universal Time)TCSEQ2509.725202530.42480.124982497.92509.4734216184244037280000499933861330.5259
Wed Jan 14 2015 00:00:00 GMT+0000 (Coordinated Universal Time)TCSEQ2497.925162531.82500.52525.052521.952517.54893548224954619585000692374981930.5575

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