live_quote
Fetch live NSE quotes for stocks or indices, including last traded price, OHLC, volume, average price, circuit limits, buy/sell quantity, and 52-week range. Requires Angel One API credentials.
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 |