Pakistan Stock Exchange (Market Fundamentals)
Fundamental parameters (17 No.) of all companies at Pakistan Stock Exchange
@kaggle.muhammadawaistayyab_pakistan_stock_exchange_market_fundamentals
Fundamental parameters (17 No.) of all companies at Pakistan Stock Exchange
@kaggle.muhammadawaistayyab_pakistan_stock_exchange_market_fundamentals
This dataset contain fundamental parameters of (316) companies registered at Pakistan Stock Exchange. Moreover, Price and Sector are also mentioned. Since Price of the company depends on the below motioned parameters. Therefore it can also be calculated that whether a company share is under-valued or over-valued. These parameters are;
CREATE TABLE pakistan_stock_exchange (
"unnamed_0" BIGINT -- Unnamed: 0,
"price" DOUBLE,
"sector" VARCHAR,
"company_name" VARCHAR,
"latest_eps" DOUBLE,
"eps_last_quarter" DOUBLE,
"last_annual_eps" DOUBLE,
"price_to_earning_ratio" DOUBLE,
"expected_price_to_earning" DOUBLE,
"expected_earning_growth" DOUBLE,
"price_earning_growth" DOUBLE,
"book_value" DOUBLE,
"expected_book_value" DOUBLE,
"price_to_book_value" DOUBLE,
"expected_price_to_book_value" DOUBLE,
"return_on_equity" DOUBLE,
"expected_return_on_equity" DOUBLE,
"equity_to_asset_ratio" DOUBLE,
"return_on_assets" DOUBLE,
"last_annual_dividend" DOUBLE,
"expected_dividend" DOUBLE
);Anyone who has the link will be able to view this.