v1
latestOpenAPI 3.0.32026-07-246185298.2 KBThreshold Reported - Changes
API to retrieve official short interest changes for a given ticker on a given exchange.
Available Data Points:
- Position Start Date: Start date for the reported short interest position (YYYY-MM-DD format).
- Position End Date: End date for the reported short interest position (YYYY-MM-DD format).
- Holder: The institution or entity reporting the short position.
- Currency: The currency in which the position value is denominated.
- Short Interest Percentage: The percentage of total shares outstanding that are shorted.
- Short Interest Percentage Free Float: The percentage of free float shares that are shorted.
- Short Interest Value: The total value of the short position in the given currency (calculated as shortInterestShares × closing price).
For a list of mic codes, please see the Exchanges API.
Coverage:
This API currently provides official short interest data for the following countries:
- Belgium
- Denmark
- Finland
- France
- Germany
- Ireland
- Italy
- Japan
- Netherlands
- Norway
- Poland
- Spain
- Sweden
- United Kingdom
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
Path parameters
Ticker symbol (e.g. "SAP")
Query parameters
Starting date for short interest data (defaults to one month ago). Format: YYYY-MM-DD
A page number within the paginated result set.
Number of results to return per page.
Ending date for short interest data (defaults to today). Format: YYYY-MM-DD
Response
Example response
{
"paginationLinks": {
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
},
"length": 123
}