Saudi Aramco Stock Price(2019-2024)
Historical Stock Data for Aramco: Prices, Volume, and Trends
@kaggle.soumyodippal000_aramco_stock_price2019_2024
Historical Stock Data for Aramco: Prices, Volume, and Trends
@kaggle.soumyodippal000_aramco_stock_price2019_2024
This dataset contains detailed stock market data for Aramco, including daily open, high, low, close prices, trading volume, and adjusted close values. It provides insights into historical trends and market performance over [time range].
CREATE TABLE aramco (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" VARCHAR
);
Anyone who has the link will be able to view this.