moneycontrol_get_technicals
Retrieve pivot points and support/resistance levels for stocks. Input symbol, exchange, and timeframe to get OHLC data and pivot tables.
Instructions
Get pivot points and support/resistance levels for a stock.
Args: params (TechnicalsInput): - symbol (str): sc_id (preferred) or company name. - exchange (str): 'nse' (default) or 'bse'. - period (str): 'D' (daily, default), 'W', or 'M'. - response_format (ResponseFormat): 'markdown' or 'json'.
Returns:
str: OHLC for the period plus pivot tables. JSON mode returns the raw
Moneycontrol structure including pivotLevels (Classic, Fibonacci, etc.).
Returns "Error: ..." on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |