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
What this project is, where the data comes from, and the fine print.
This project archives historical NEPSE (Nepal Stock Exchange) data from ShareSansar and makes it freely accessible for:
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.
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.
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, sortedapi/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.
Preview a session or pull the whole archive.