Fundamental Dataset Of Bangladeshi Stocks
First publicly available fundamental dataset of Bangladeshi stocks
@kaggle.mushroof_fundamental_dataset_of_bangladeshi_stocks
First publicly available fundamental dataset of Bangladeshi stocks
@kaggle.mushroof_fundamental_dataset_of_bangladeshi_stocks
This self-built dataset is the first-ever publicly available fundamental dataset of Bangladeshi stocks, containing fundamental metrics from 2000 to 2023 designed to facilitate fundamental analysis, financial analysis and research. It comprises 7725 rows, each representing specific financial metrics of various companies listed in the Dhaka Stock Exchange (DSE) of the Bangladeshi stock market.
9 Columns:
CREATE TABLE finance (
"symbol" VARCHAR,
"sector" VARCHAR,
"year" BIGINT,
"eps" DOUBLE,
"pe" DOUBLE,
"asst_shr" DOUBLE,
"profit" DOUBLE,
"divid" DOUBLE -- Divid%,
"div_yield" DOUBLE
);Anyone who has the link will be able to view this.