One stock over time
Short interest with days to cover, daily short volume as a share of the volume reported to FINRA's facilities, and off-exchange volume, restated onto today's split basis so a series stays continuous.
Measure short-selling pressure from the primary sources: bi-monthly short interest, daily short-sale volume from FINRA's trade-reporting facilities, off-exchange volume and a composite short-squeeze score. Query one stock's history over the REST API, screen the whole market, or ask Claude, ChatGPT or any MCP client which names are most shorted today.
Free: 100 requests a day, no credit card. One account works with REST and MCP.
Both surfaces read the same store the Equibles pages render, so a figure on the site and a figure in your code agree.
Short interest with days to cover, daily short volume as a share of the volume reported to FINRA's facilities, and off-exchange volume, restated onto today's split basis so a series stays continuous.
The current short-interest snapshot, the largest short volume of the day and the composite squeeze scores across the market.
A peer-relative 0 to 100 score ranks the market by squeeze pressure, blending short interest, days to cover, the short-volume trend, the short-interest change, price versus VWAP and fails-to-deliver pressure, with each row carrying the working behind its score.
Every endpoint below is a GET under the api.equibles.com/v1 base URL, authenticated with an API key. Each MCP tool answers the same question in plain English from Claude, ChatGPT or any connected client.
GET /v1/stocks/{ticker}/short-interestGET /v1/stocks/{ticker}/short-volumeGET /v1/stocks/{ticker}/off-exchange-volumeGET /v1/short-interest/snapshotGET /v1/short-volume/largestGET /v1/short-squeeze-scoresOne free key covers the REST API and the MCP server; the browser needs no key at all.
curl "https://api.equibles.com/v1/stocks/GME/short-interest" -H "Authorization: Bearer eq_YOUR_KEY"
“Using Equibles, which stocks have the highest short-squeeze scores today?”
Name Equibles in the prompt so the model calls the tool instead of answering from memory. Connection guides
Short interest is the position sold short and not yet covered, reported twice a month; days to cover divides it by average daily volume. Daily short volume is a flow, the shares sold short that day as a share of the volume reported to FINRA's trade-reporting facilities, not the outstanding position. Those facilities carry roughly 40% of consolidated volume, so a 40 to 50% reading is the normal baseline rather than a signal.
The historical routes accept an exact stock or ETF listing and never substitute another series owned by the same filer. The forecast and squeeze-score endpoints are operating-company models and refuse ETFs and secondary listings.
Source: FINRA equity short interest data.
Choose the interface that fits the work; all three read the same store.
It returns FINRA's bi-monthly short interest and daily short-sale volume for a stock as structured data, alongside off-exchange volume and a composite squeeze score, so code and AI models can measure short-selling pressure without scraping.
Short interest is reported twice a month on FINRA's settlement schedule, with a lag between the settlement date and publication. Daily short volume is published for every trading day.
Short interest is a position: the shares sold short and not yet covered on a settlement date. Short volume is a flow: the shares sold short during one trading day as a share of the volume reported to FINRA's facilities, roughly 40% of the consolidated tape, so a 40 to 50% reading is the normal baseline. One does not convert into the other.
Yes. Connect the Equibles MCP server and ask; GetShortInterest answers for one stock, and GetShortInterestSnapshot and GetShortSqueezeScores screen the market. The REST API returns the same data as JSON.
Yes. The Equibles free tier includes 100 requests a day, shared across the REST API and MCP server, with no credit card. Paid plans raise the limit.
One free key for short interest, short volume, off-exchange volume and squeeze scores.