scan_market
List all CSE stocks with current prices. Filter by max price to find penny stocks and min volume to exclude illiquid or inactive stocks.
Instructions
Get list of all stocks trading on CSE with current prices. Can filter by max price for penny stock scanning and minimum volume to exclude dead/illiquid stocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxPrice | No | Optional: Only return stocks priced below this value (in LKR) | |
| minVolume | No | Optional: Only return stocks with volume above this threshold (filters dead stocks) |