Adam Sugar Mills Stock Data From 2001 To 2023
Adam Sugar Mill Share Prices Data from 2001 to 2023
@kaggle.usman8_adam_sugar_mills_stock_data_from_2001_to_2023
Adam Sugar Mill Share Prices Data from 2001 to 2023
@kaggle.usman8_adam_sugar_mills_stock_data_from_2001_to_2023
The Data Set contains historical data of Adam Sugar Mills Limited, which is a renowned company in the Pakistan Stock Exchange(PSX). The data comprises from 30 Jan 2001 to 5 Sep 2023. It can be very useful data from the time series forecasting of the prices of shares in the stock market. It can be used in the development of machine learning models for algorithmic trading.
There are 7 columns in the data:
CREATE TABLE my_data (
"id" BIGINT,
"date" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" DOUBLE
);
Anyone who has the link will be able to view this.