Nepsealpha: Get Historical Price Data
Nepsealpha via Parse · Finance
Fetch historical OHLCV price data for a specific stock symbol or index within a date range. Returns daily, weekly, or monthly candles with open, high, low, close, volume, turnover, and percent change. Results are ordered most-recent-first. API for Nepal Stock Exchange (NEPSE) market data from nepsealpha.com, providing live prices, historical OHLCV data, sector performance, technical and fundamental trading signals, risk assessments, and daily market summaries. Fulfilled by Parse from nepsealpha.com.
- crypto-web3
- developer-tools
- finance
- nepsealpha
- nepsealpha-com
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/646d18ff-34ab-4123-becc-9b1b6b35031e/get_historical_price_data
- Interface artifact
- sha256:febcd4a6e1169e610ed7be7e21baba91d5cebe625d1e87030429d519f36dce3d
- Manifest digest
- sha256:208342e3f47056348a259e61e3e4c6cc9faff325e4289ced90b2f0c76594dff8
Request fields
- symbol (string, required): Stock symbol or index name (e.g. NABIL, NEPSE, SBL)
- end_date (string): End date in YYYY-MM-DD format. Defaults to current date if omitted.
- price_type (string): Price adjustment type: Allowed values: adjusted, unadjusted
- start_date (string): Start date in YYYY-MM-DD format. Defaults to 2025-01-01 if omitted.
- time_frame (string): Candle aggregation period: Allowed values: daily, weekly, monthly
Example queries
- {"symbol":"NABIL","end_date":"2026-08-01","start_date":"2026-07-01"}