NixPulse
Developer API
Integrate institutional-grade market data, AI signals, and execution routing directly into your proprietary algorithms and trading infrastructure.
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.
| Method | Endpoint | Description | Auth |
|---|---|---|---|
| GET | /api/market/quote/:symbol | Real-time quote — LTP, OHLC, volume, change% | API key |
| GET | /api/market/fundamentals/:symbol | PE, EPS, market cap, book value, dividend yield | API key |
| GET | /api/market/top-gainers | Top 20 NSE gainers with change and volume | API key |
| GET | /api/market/top-losers | Top 20 NSE losers with change and volume | API key |
| GET | /api/market/ohlc/:symbol | Historical OHLCV data with timeframe param | API key |
| POST | /api/signals/predict | AI signal for any symbol — buy/sell/no-trade + confidence | Pro key |
| GET | /api/screener/run | Run a screener formula and get matching stocks | Pro key |
| GET | /api/indices/live | Live NIFTY 50, SENSEX, BANK NIFTY values | API key |
API Pricing
Scale your application with our flexible API plans.
- All Free endpoints
- Fundamentals
- Webhook alerts
- Email support
- All Starter endpoints
- AI signals API
- Screener API
- Priority support
- SLA 99.9%
- Dedicated infrastructure
- Custom endpoints
- White-label option
- Dedicated account manager
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.
