live_quote
Fetch real-time NSE stock and index quotes via Angel One SmartAPI. Get LTP, OHLC, volume, and circuit limits with zero delay.
Instructions
Real-time NSE quote via Angel One SmartAPI — zero delay, no yfinance lag.
Requires Angel One API credentials in your .env file (stays local, never on GitHub). Falls back gracefully if not configured, with setup instructions.
Zerodha Kite Connect charges ₹500/month for real-time data API. Angel One SmartAPI is free for account holders.
Provides (when configured):
Live Last Traded Price (LTP) — real-time, zero delay
OHLC for the day
Volume, average price
Upper/lower circuit limits
Buy/sell quantity
52-week high/low
Setup (one-time): Add to .env: ANGEL_API_KEY, ANGEL_CLIENT_ID, ANGEL_PASSWORD, ANGEL_TOTP_SECRET pip install finstack-mcp[broker]
Args: symbol: NSE symbol (e.g., RELIANCE, TCS, NIFTY, BANKNIFTY)
Examples: live_quote("RELIANCE") → Real-time Reliance price (if Angel One configured) live_quote("NIFTY") → Live Nifty index price
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |