Programmatic access to all HNICalls analytics via RESTful HTTP endpoints. Build custom trading systems, dashboards, and automated strategies on institutional-grade market intelligence.
/api/v1/analysisLive multi-factor market analysis including PCR, OI concentration, IV skew, max pain.
/api/v1/option-chainFull option chain snapshot with Greeks, IV, OI, volume for symbol and expiry.
/api/v1/signalsAI-generated trade signals with confidence scoring and direction selection.
/api/v1/observationsLLM-powered market observations from multi-factor analysis synthesis.
/api/v1/tickerReal-time index ticker data for NIFTY, SENSEX, BANKNIFTY, FINNIFTY.
/api/v1/pcrDetailed Put-Call Ratio analysis with OI and volume divergence detection.
API key-based authentication with HMAC-signed requests. Keys generated per tier from the dashboard.
Tiered rate limiting: Free (60 req/min), Gold (300 req/min), Elite (unlimited with burst).
All responses in standard JSON format with consistent envelope structure and error codes.
NIFTY, BANKNIFTY, FINNIFTY, SENSEX with all monthly and weekly expiries.
curl -H "Authorization: Bearer YOUR_API_KEY" \ https://api.hnicalls.com/api/v1/analysis?symbol=NIFTY
API keys are generated from your dashboard after reaching HNI Elite tier.
Generate API Key