short_volume_history

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

FINRA Reg SHO daily short-sale volume time series for one symbol. Returns up to 30 days of records ending at end_date (default: most recent published file).

Parameters

NameTypeRequiredDescription
symbolstringyesTicker (case-insensitive)
daysnumberno1–30 (default 10)
end_datestringnoYYYY-MM-DD or YYYYMMDD; defaults to most recent published file

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_history","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