Reliance Stock Data[Jul 2019 - Jul 2020]
Evaluation of stock of Reliance Industries
@kaggle.aayushmishra1512_reliance_stock_datajul_2019_jul_2020
Evaluation of stock of Reliance Industries
@kaggle.aayushmishra1512_reliance_stock_datajul_2019_jul_2020
This Data set Contains the values of Stock of Amazon which dates between 15 July ,2019 to 15 July,2020
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.
This data was scraped from Yahoo finance and you can also use their API to access the data.
CREATE TABLE stock_data_reliance (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" VARCHAR,
"open" VARCHAR,
"high" VARCHAR,
"low" VARCHAR,
"close" VARCHAR,
"adj_close" VARCHAR,
"volume" VARCHAR
);Anyone who has the link will be able to view this.