short_volume_daily

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

FINRA Reg SHO daily short-sale volume for one symbol, combined across the Nasdaq TRF (FNSQ) and NYSE TRF (FNYX). Returns short_volume, short_exempt_volume, total_volume, and short_ratio (short / total). Publishing lag is T+1; omit date to use the most recent published file.

Parameters

NameTypeRequiredDescription
symbolstringyesTicker (case-insensitive), e.g. “AAPL”
datestringnoYYYY-MM-DD or YYYYMMDD. Defaults to the most recent published trading day.

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