Baselight

Reliance Industries Stock Prices

"Analyze Reliance Industries' Stock Trends with Historical Price Data"

@kaggle.tarunbhatti_reliance_stocks_daily_update_from_2005

Loading...
Loading...

About this Dataset

Reliance Industries Stock Prices

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.

Tables

Reliance Stock

@kaggle.tarunbhatti_reliance_stocks_daily_update_from_2005.reliance_stock
  • 216.94 KB
  • 4924 rows
  • 6 columns
Loading...

CREATE TABLE reliance_stock (
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "volume" BIGINT
);

Share link

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