Baselight

TCS Historical Data

A Comprehensive Analysis of TCS Stock Performance

@kaggle.shreyaskeote23_tcs_historical_data

Tcs Historical Data
@kaggle.shreyaskeote23_tcs_historical_data.tcs_historical_data

  • 57.65 KB
  • 1241 rows
  • 8 columns
unnamed_0

Unnamed: 0

date

Date

price

Price

open

Open

high

High

low

Low

volume

Volume

change

Change(%)

09 Oct 20244252.95426042954246.71082504-0.01%
108 Oct 20244253.254272.64279.44203.951541867-0.46%
207 Oct 20244272.854273.94297.254229.414726190.48%
304 Oct 20244252.25422542984224.0529654630.46%
403 Oct 20244232.754262.6427942103350119-1.29%
501 Oct 20244287.94255.554295.754242.9518233650.45%
630 Sep 20244268.54286.94298.754260.052503416-0.93%
727 Sep 20244308.7433543784300.0530124770.38%
826 Sep 20244292.542604316.8426039642510.42%
925 Sep 20244274.754252.354289.6424027130730.08%

CREATE TABLE tcs_historical_data (
  "unnamed_0" BIGINT,
  "date" VARCHAR,
  "price" DOUBLE,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "volume" BIGINT,
  "change" VARCHAR
);

Share link

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