OpenAPI 3.1.0Proprietary2026-08-211,5563,2126.5 MB

a83e6a561bf2

Finance

Daily short volume for a stock

Daily short volume history for a specific stock. Track short selling activity day by day.

get/api/v1/short-interest/daily-volume/{symbol}

Path parameters

symbolstring required

Security ticker symbol.

Security ticker symbol.

Query parameters

limitinteger

How many of the MOST RECENT rows to return.

How many of the MOST RECENT rows to return.

Response

Volume data.

Example response

{
  "data": {
    "recency": {
      "reason": "density",
      "qualifies": [
        "ordering",
        "latest_short",
        "settlement_date"
      ]
    },
    "history": {
      "reason": "timed_out"
    },
    "issuer": {
      "attribution": "known"
    }
  },
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}