Baselight

Pakistan Stock Exchange

13 years data about PSX (2008- 2021)

@kaggle.zeesolver_pakistan_stock_exchange

Loading...
Loading...

About this Dataset

Pakistan Stock Exchange

Context:
This data is related to Pakistan Stock Exchange Which has (KSC 100)
Context:
13 years of data with date, opening and closing index, total volume and change
Inspiration:
If you use this data and model it, you will be able to make your data science skills improve and you can make predictions about PSX market.

Tables

Psx

@kaggle.zeesolver_pakistan_stock_exchange.psx
  • 180.21 KB
  • 3221 rows
  • 8 columns
Loading...

CREATE TABLE psx (
  "n__id" BIGINT,
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "change" DOUBLE,
  "volume" BIGINT
);

Share link

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