Track short interest as it moves — throughout the session, not once a day. Retrieve ORTEX's intraday short-interest time series for a given ticker on a given exchange, so you can see positioning build and unwind in near-real time instead of waiting for the next daily snapshot.
Use the from_date and to_date query parameters to select the date window to
return (inclusive, format YYYY-MM-DD; defaults to the last month up to today). Every interval that overlaps
the window is returned.
The series is returned as half-open [startAt, endAt) intervals in UTC; endAt is null for the currently-open interval. Each interval carries the number of shares short (siShares) and that short interest as a percentage of free float (siPctFreeFloat) in effect over that interval. The series resets to the daily short interest each morning and adjusts intraday as soon as market data indicates a change in short interest.
Use Cases: Intraday short-squeeze monitoring, momentum and sentiment signals, risk management, and timing entries and exits around shifts in short positioning.
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
400Invalid request parameters
403Not authorized
404Data not found
429Rate limit exceeded
500Internal server error