Baselight

Reliance Stock Data[Jul 2019 - Jul 2020]

Evaluation of stock of Reliance Industries

@kaggle.aayushmishra1512_reliance_stock_datajul_2019_jul_2020

Loading...
Loading...

About this Dataset

Reliance Stock Data[Jul 2019 - Jul 2020]

Context

This Data set Contains the values of Stock of Amazon which dates between 15 July ,2019 to 15 July,2020

Content

The Data set contains 7 different columns that includes Date, The opening value of the stock, the closing value of stock, volume and a few other things necessary to make predictions.

Acknowledgements

This data was scraped from Yahoo finance and you can also use their API to access the data.

Tables

Stock Data Reliance

@kaggle.aayushmishra1512_reliance_stock_datajul_2019_jul_2020.stock_data_reliance
  • 18.65 KB
  • 250 rows
  • 8 columns
Loading...

CREATE TABLE stock_data_reliance (
  "unnamed_0" BIGINT,
  "date" VARCHAR,
  "open" VARCHAR,
  "high" VARCHAR,
  "low" VARCHAR,
  "close" VARCHAR,
  "adj_close" VARCHAR,
  "volume" VARCHAR
);

Share link

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