Sharesansar: Get Index History
Sharesansar via Parse · Finance
Fetch historical NEPSE index data for a given index type and optional date range. Returns daily records with open, high, low, close, and turnover values. The index_id corresponds to specific market indices (e.g., 12 for NEPSE Index, 1 for Banking SubIndex). When no date range is specified, returns approximately the last month of data. APIs for ShareSansar to fetch Nepali stock market data, company lists, and news articles with full content extraction. Fulfilled by Parse from sharesansar.com.
- finance
- government-public
- news-media
- parse
- platform-key
- sharesansar
- sharesansar-com
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/cbe5bf21-3b47-4fb7-8ce3-a3f775409108/get_index_history
- Interface artifact
- sha256:63dc103284ea709663dd2aeae5d5ba40b22a414254ed9e9e602892ca7e4ea6d3
- Manifest digest
- sha256:ea7b178c657e94aca33da7eadc9c9de00ddbc96e3ef1ab2eef914c8a0b95fa76
Request fields
- to_date (string): End date in YYYY-MM-DD format for the history range.
- index_id (string): Numeric ID of the index. See IndexType enum for known values.: Allowed values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
- from_date (string): Start date in YYYY-MM-DD format for the history range.
Example queries
- {"to_date":"2026-07-23","index_id":"1","from_date":"2026-06-24"}