Nepse Index Historical Data
daily index data on nepali stock market
@kaggle.dimanjung_nepse_index_historical_data
daily index data on nepali stock market
@kaggle.dimanjung_nepse_index_historical_data
CREATE TABLE nepse_index_history (
"sn" BIGINT,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"change" DOUBLE,
"pct_change" DOUBLE,
"turnover" DOUBLE,
"date" TIMESTAMP
);
Anyone who has the link will be able to view this.