nse_most_active
Retrieve current most actively traded stocks on India's National Stock Exchange based on trading volume data for market analysis.
Instructions
NSE Most Active Endpoint: /NSE_most_active Method: GET Description: Get the latest most active stocks in the National Stock Exchange (NSE) based on trading volume. Example Request: http GET /NSE_most_active Example Response: ```json [ { \
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- server.py:56-61 (handler)The tool 'nse_most_active' is automatically registered by FastMCP using the provided OpenAPI specification in `OPENAPI_SPEC`. The handler for the tool is dynamically generated based on the OpenAPI 'operationId' mapping to the corresponding path in the API.
mcp = FastMCP.from_openapi( openapi_spec=openapi_dict, client=client, name="indian_stock_exchange_api2", version=__version__ )