bse_most_active
Retrieve current Bombay Stock Exchange stocks with highest trading volume to identify market activity and liquidity trends.
Instructions
BSE Most Active Endpoint: /BSE_most_active Method: GET Description: Get the latest most active stocks in the Bombay Stock Exchange (BSE) based on trading volume. Example Request: http GET /BSE_most_active Example Response: ```json [ { \
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- server.py:56-61 (registration)The tool "bse_most_active" (as defined by the operationId in the OpenAPI spec) is automatically registered by FastMCP from the OpenAPI specification provided in the `OPENAPI_SPEC` constant.
mcp = FastMCP.from_openapi( openapi_spec=openapi_dict, client=client, name="indian_stock_exchange_api2", version=__version__ )