Niftyindices: Get Index Historical Data
Niftyindices via Parse · Finance
Retrieve historical OHLC (Open, High, Low, Close) price data for a specific index over a user-specified date range. Returns daily records with turnover and volume where available. Date range must not exceed roughly 1 year per request. Weekend/holiday dates are skipped in results. Access Indian equity index data from niftyindices.com including live values, historical data, constituents, and sector distributions. Fulfilled by Parse from niftyindices.com.
- finance
- government-public
- niftyindices
- niftyindices-com
- 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/487cbdcd-3ed9-45be-b25e-3dc13d03fd80/get_index_historical_data
- Interface artifact
- sha256:333ad292d95596bc3ebdd9289291cdf1e60bda9d8204ad311c9f16d648711f35
- Manifest digest
- sha256:5e120b507e6e7d1d007bafc81528ade3d88442c55ba6cee6447b4d84f1b8356b
Request fields
- end_date (string, required): End date in DD-Mon-YYYY format (e.g., 10-Jun-2026).
- index_name (string): Index name as listed in get_indices_list (e.g., NIFTY 50, NIFTY NEXT 50, NIFTY BANK).
- start_date (string, required): Start date in DD-Mon-YYYY format (e.g., 01-Jun-2026).
Example queries
- {"end_date":"19-Aug-2026","index_name":"NIFTY 50","start_date":"10-Aug-2026"}