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
| Name | Type | Required | Description |
|---|---|---|---|
symbol | string | yes | Ticker (case-insensitive) |
days | number | no | 1–30 (default 10) |
end_date | string | no | YYYY-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.