TCS Stock Price (till April, 2023)
Freshly collected TCS stock price dataset using pandas_datareader
@kaggle.harshitaaswani_tcs_stock_price_till_april_2023
Freshly collected TCS stock price dataset using pandas_datareader
@kaggle.harshitaaswani_tcs_stock_price_till_april_2023
CREATE TABLE tcs1 (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.