Baselight

Nepse Index Historical Data

daily index data on nepali stock market

@kaggle.dimanjung_nepse_index_historical_data

Loading...
Loading...

About this Dataset

Nepse Index Historical Data

Content

This data was collected from from sharesansar.com's website.

Inspiration

Research on historical index values of Nepali Stock Market. It is often difficult to find index data on bulk so here it is.

I hope this is useful to other researchers as well.

Tables

Nepse Index History

@kaggle.dimanjung_nepse_index_historical_data.nepse_index_history
  • 242.15 KB
  • 5756 rows
  • 9 columns
Loading...

CREATE TABLE nepse_index_history (
  "sn" BIGINT,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "change" DOUBLE,
  "pct_change" DOUBLE,
  "turnover" DOUBLE,
  "date" TIMESTAMP
);

Share link

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