Reliance Industries Stock Prices
"Analyze Reliance Industries' Stock Trends with Historical Price Data"
@kaggle.tarunbhatti_reliance_stocks_daily_update_from_2005
"Analyze Reliance Industries' Stock Trends with Historical Price Data"
@kaggle.tarunbhatti_reliance_stocks_daily_update_from_2005
This dataset provides historical stock price data for Reliance Industries, including key metrics such as open, high, low, close prices, and volume. Ideal for financial analysis, trend forecasting, and machine learning applications. Perfect for exploring market patterns and building predictive models.
CREATE TABLE reliance_stock (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT
);
Anyone who has the link will be able to view this.