NEWAI Portfolio Risk Engine is live for stress testing and hedge planningExplore engine →
REST API · JSON · HTTPS
API Status: Operational

NixPulse
Developer API

Integrate institutional-grade market data, AI signals, and execution routing directly into your proprietary algorithms and trading infrastructure.

< 80ms
Avg latency
99.9%
Uptime SLA
500+
NSE stocks
1,200+
Developers

Robust Infrastructure for Quantitative Developers

One HTTP request. Live NSE data. Works with any language.

import requests

API_KEY = "your_api_key_here"
BASE_URL = "https://api.nixpulse.com"

# Get live quote
resp = requests.get(
    f"{BASE_URL}/api/market/quote/RELIANCE",
    headers={"X-API-Key": API_KEY}
)
data = resp.json()
print(f"LTP: ₹{data['ltp']} | Change: {data['changePercent']}%")

API Endpoints

Core functionality available via our REST architecture.

MethodEndpointDescriptionAuth
GET/api/market/quote/:symbolReal-time quote — LTP, OHLC, volume, change%API key
GET/api/market/fundamentals/:symbolPE, EPS, market cap, book value, dividend yieldAPI key
GET/api/market/top-gainersTop 20 NSE gainers with change and volumeAPI key
GET/api/market/top-losersTop 20 NSE losers with change and volumeAPI key
GET/api/market/ohlc/:symbolHistorical OHLCV data with timeframe paramAPI key
POST/api/signals/predictAI signal for any symbol — buy/sell/no-trade + confidencePro key
GET/api/screener/runRun a screener formula and get matching stocksPro key
GET/api/indices/liveLive NIFTY 50, SENSEX, BANK NIFTY valuesAPI key

API Pricing

Scale your application with our flexible API plans.

Free
₹0
500 calls/day
  • Quote & OHLC
  • Top movers
  • Basic support
Get started
Starter
₹999/mo
10,000 calls/day
  • All Free endpoints
  • Fundamentals
  • Webhook alerts
  • Email support
Get started
Pro
₹2,999/mo
1,00,000 calls/day
  • All Starter endpoints
  • AI signals API
  • Screener API
  • Priority support
  • SLA 99.9%
Get started
Enterprise
Custom
Unlimited
  • Dedicated infrastructure
  • Custom endpoints
  • White-label option
  • Dedicated account manager
Contact sales

Build with Unrestricted Power

Review our comprehensive documentation, complete with Python and Node.js SDKs, and begin constructing your custom architecture.

Low-Latency Data Streaming

Access tick-level data, comprehensive options chains, and real-time market breadth via our highly optimized WebSocket connections. Engineered for sub-millisecond data delivery.

Programmatic Execution & Webhooks

Automate your trading logic. Utilize our secure REST API (500 requests/minute tier) to route algorithmic orders, manage active positions, and dynamically adjust stop-losses across supported brokerage integrations.

AI Signal Integration

Do not just ingest raw data — ingest intelligence. Programmatically retrieve our proprietary AI sentiment scores, Probability Engine metrics, and directional signals to augment your internal models.

Trading Apps

Build your own trading terminal or portfolio tracker with live NSE data.

Analytics Tools

Build dashboards, sector analysis tools, or custom screeners.

Alert Systems

Trigger webhooks when stocks hit target prices or AI signals change.