A proxy service for Nepal Stock Exchange API with automatic authentication
Version 1.0.0 | Base URL: http://localhost:3000
Get today's market data with all securities (always uses current date)
GET /today
{
"content": [
{
"symbol": "NABIL",
"securityName": "Nabil Bank Limited",
"closePrice": 1200.50,
"totalTradedQuantity": 50000,
"businessDate": "2025-12-14"
}
]
}
Get all market sectors
{
"sectors": [
{
"id": 37,
"sectorDescription": "Commercial Banks",
"regulatoryBody": "Nepal Rastra Bank"
}
]
}
Get securities list
Filter non-promoter securities
GET /api/nots/security?nonPromoter=true
Get all listed companies
Get province metadata
Get district metadata
Get municipality metadata
Get promoter securities
Get security classifications
Get share groups
When the Nepal Stock API is unavailable or returns 401:
{
"message": "market is down"
}