short_volume_top

Pack: finra · Endpoint: https://gateway.pipeworx.io/finra/mcp

Ranks symbols on a given trading day by short_ratio (short_volume / total_volume), aggregated across both TRFs. Useful for spotting heavily-shorted names; combine with a min_volume filter to exclude thinly-traded micros.

Parameters

NameTypeRequiredDescription
datestringnoYYYY-MM-DD or YYYYMMDD; defaults to most recent published file
limitnumberno1–100 (default 25)
min_total_volumenumbernoSkip symbols below this combined-TRF total volume (default 100000)

Example call

curl -X POST https://gateway.pipeworx.io/finra/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"short_volume_top","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "finra": {
      "url": "https://gateway.pipeworx.io/finra/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 23, 2026