v1

latestOpenAPI 3.0.32026-07-246185298.2 KB
Short Interest

Live Short Interest

API to retrieve the live intraday short-interest estimate snapshot for a given ticker on a given exchange.

Returns a single current record combining the daily short-interest estimate baseline (daily SI shares and % of free float), the live short-interest estimate (live SI shares, % of free float, and the change vs the daily baseline in shares and percent), and the live cost to borrow (liveCtbAverage -- the ORTEX composite, seeded from the daily ORTEX CTB and kept live through the trading day, converging to the daily value by close; null when not yet set). Timestamps are UTC, second precision.

Returns 404 when the stock has no live record currently available.

Try it out! You can test the API with the trial key TEST. Simply include it in your request headers; either here, or add the header "Ortex-Api-Key": "TEST" to your http request.

Trial key restrictions: A list of randomly selected rows will be returned

Get full access! Get a key at app.ortex.com/apis

get/api/v1/stock/{exchange_symbol}/{ticker}/short_interest_live

Path parameters

exchange_symbolstring required

Exchange symbol (e.g. "nyse", "nasdaq"), MIC code (e.g. "xnys", "xnas") or two character ISO country code (e.g "us", "ca" for ALL country exchanges)

tickerstring required

Ticker symbol

Headers

accept'*/*'

Response

tickerstring required
exchangeSymbolstring nullable
companyNamestring nullable
marketCapUsdnumber double nullable
dailySiDatestring date nullable
dailySiSharesinteger nullable
dailySiPcFreeFloatnumber double nullable
liveSiTimestring date-time nullable
liveSiSharesinteger nullable
liveSiPcFreeFloatnumber double nullable
liveSiChangeSharesinteger nullable
liveSiChangePercentnumber double nullable
liveCtbAveragenumber double nullable
notestring nullable required