Nepse Dataset
Contains stock prices for stocks listed in NEPSE categorized by date and stock
@kaggle.dinkarregmi_nepse_dataset
Contains stock prices for stocks listed in NEPSE categorized by date and stock
@kaggle.dinkarregmi_nepse_dataset
CREATE TABLE companies_with_details (
"s_n" BIGINT,
"stock_name" VARCHAR,
"stock_symbol" VARCHAR,
"sector" VARCHAR,
"total_shares" DOUBLE
);
Anyone who has the link will be able to view this.