fetch_52_week_high_low_data
Retrieve 52-week high and low price data for Indian stocks to analyze annual price ranges and identify potential support/resistance levels.
Instructions
$238
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- server.py:56-61 (registration)The `fetch_52_week_high_low_data` tool is automatically registered using `FastMCP.from_openapi` based on the provided OpenAPI specification in `server.py`. The handler logic is dynamically generated by `fastmcp` from the OpenAPI definition.
mcp = FastMCP.from_openapi( openapi_spec=openapi_dict, client=client, name="indian_stock_exchange_api2", version=__version__ )