N NEPSE//ARCHIVE
The backstory

About this archive

What this project is, where the data comes from, and the fine print.

Project overview

An open dump of NEPSE history

What we do

This project archives historical NEPSE (Nepal Stock Exchange) data from ShareSansar and makes it freely accessible for:

  • Market analysis and research
  • Historical trend analysis
  • Data-driven investment decisions
  • Academic and educational use

How it works

A Scrapy spider runs on a daily GitHub Action, pulls the latest “today’s share price” table, saves it as a dated CSV, and rebuilds the combined Excel workbook — all committed straight back to the repo.

Data source

All data is sourced from ShareSansar, a leading financial portal in Nepal. This is an unofficial archive and is not affiliated with ShareSansar or NEPSE.

The fine print

  • This is an unofficial archive
  • Accuracy depends entirely on the source
  • Not financial advice — use at your own discretion
For developers

Free JSON API

Alongside the CSVs, every trading day is also published as small JSON files — no auth, no rate limits. Fetch them straight into your own project.

  • api/meta.json — archive stats (last updated, trading days, symbols)
  • api/symbols.json — every symbol, sorted
  • api/latest.json — the most recent full session
  • api/history/{SYMBOL}.json — one symbol's entire price history
  • api/recap/latest.json — daily gainers, losers & market breadth

Full manifest: api/index.json.

Dig in

Preview a session or pull the whole archive.