get https://api.ortex.com/api/v1/stock///european_short_interest_filings/open_positions_at
API to retrieve European short interest positions for a given ticker on a given exchange
Available Data Points:
- Position Start Date: Date for the short interest data. (
YYYY-MM-DD
format). - Position End Date: Date for the short interest data. (
YYYY-MM-DD
format). - Holder: Short interest estimate as % of free float.
- Currency: The currency of the position value
- Percentage Short: The percentage of shares outstanding shorted./li>
- Short Interest Value: Value of the position in the `currency` (shortInterestShares * closing price).
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