get_ltp
Retrieve the last traded price and open, high, low, close for any symbol by providing exchange, trading symbol, and symbol token to get real-time market data.
Instructions
Get last traded price for a symbol. Also returns open, high, low, close.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | Exchange | |
| symboltoken | Yes | Symbol token from search_scrip | |
| tradingsymbol | Yes | Trading symbol (e.g. RELIANCE-EQ) |