---
title: "Short Interest Data"
method: GET
path: "/api/v1/shortinterest"
tags: ["Market Data"]
---

# Short Interest Data

`GET /api/v1/shortinterest`

Retrieves short interest data for specified securities. Includes information about shares sold short, days to cover, and short interest ratios. Supports optional FINRA report data and date range filtering.

## Query parameters

- `symbols` string, required
- `finraReport` boolean
- `page` integer
- `pageSize` integer
- `from` string
- `to` string

## Response `200`

Short interest data for requested symbols

- object

## Other responses

- `400` — Bad request - missing or invalid symbols parameter
- `500` — Internal server error

---

[API](https://skmtc.dev/benzinga/apis/data-api-proxy.md) · [All operations](https://skmtc.dev/benzinga/apis/data-api-proxy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/benzinga/data-api-proxy/revisions/ea334a9e2e05/schema)
