Baselight

TCS Historical Data

A Comprehensive Analysis of TCS Stock Performance

@kaggle.shreyaskeote23_tcs_historical_data

Loading...
Loading...

About this Dataset

TCS Historical Data

This dataset provides a detailed historical record of Tata Consultancy Services (TCS) stock prices from [Start Date] to [End Date]. Each row represents a trading day, containing the following information:

Date: The date of the trading day.
Price: The closing price of TCS stock on that day.
Open: The opening price of TCS stock on that day.
High: The highest price reached by TCS stock during that day.
Low: The lowest price reached by TCS stock during that day.
Volume: The total number of shares traded for TCS stock on that day.
Change(%): The percentage change in TCS stock price from the previous trading day.

Tables

Tcs Historical Data

@kaggle.shreyaskeote23_tcs_historical_data.tcs_historical_data
  • 57.65 KB
  • 1241 rows
  • 8 columns
Loading...

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.