Pakistan Stock Exchange KSE100–20 Years
PSX- KSE 100 Twenty Years Data
@kaggle.aleemaher_psx_kse100_20_years
PSX- KSE 100 Twenty Years Data
@kaggle.aleemaher_psx_kse100_20_years
KSE 100 Index Historical Data (2004-2024)
(Accurately Curated, no missing data)
This dataset contains historical data for the KSE 100 Index, covering the past 20 years (2004-2024). It includes daily trading information such as opening, high, low, and closing prices, as well as trading volume. This dataset is ideal for financial analysis, stock market research, and developing predictive models for market trends. It provides a comprehensive view of the performance and fluctuations of Pakistan's leading stock market index over two decades.
CREATE TABLE kse100_20years (
"date" VARCHAR,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"volume" BIGINT,
"change" DOUBLE
);
Anyone who has the link will be able to view this.