Dabur India
Stock Price 2002 to 2024
@kaggle.magicaldata_dabur_india_stock_price_2002_to_2024
Stock Price 2002 to 2024
@kaggle.magicaldata_dabur_india_stock_price_2002_to_2024
This file contains the stock price movement of Dabur India on the NSE from July 2002 to July 2024. The data is fetched from Yahoo Finance. The data includes the following information:
CREATE TABLE dabur (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" DOUBLE
);Anyone who has the link will be able to view this.