Nepalstock: Get Stock History
Nepalstock via Parse · Finance
Get historical daily trade data for a specific stock. Returns paginated results (20 per page) sorted by most recent date first. Accepts a stock symbol or numeric security ID and an optional date range. When start_date and end_date are omitted, defaults to the last 365 days from today. API for Nepal Stock Exchange (NEPSE) providing real-time and historical market data, indices, and stock details. Fulfilled by Parse from nepalstock.com.np.
- finance
- government-public
- nepalstock
- nepalstock-com-np
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/200a3fbe-2c84-436d-8f67-6c08621de86e/get_stock_history
- Interface artifact
- sha256:d535f169e1e5bced652d98518ea7b99c2b1f6f6f6659ffd0c98ab38bc1ccf63f
- Manifest digest
- sha256:04e080d40731232992cfdbf35ffd0567a85122ee0ff2f5ba911c55588043374f
Request fields
- page (integer): Zero-based page number for pagination.: Allowed values: 0
- end_date (string): End date for the history range in ISO format YYYY-MM-DD (e.g. 2026-08-01). Defaults to today if omitted.
- start_date (string): Start date for the history range in ISO format YYYY-MM-DD (e.g. 2026-01-01). Defaults to 365 days before today if omitted.
- symbol_or_id (string, required): Stock symbol (e.g. ADBL, NABIL) or numeric security ID (e.g. 397). Symbol is resolved to ID internally.
Example queries
- {"page":"0","symbol_or_id":"ADBL"}