Latest Short Interest

Latest Short Interest Web API Documentation

Returns the latest short interest data for all securities. The data covers the most recent settlement date and up to 13 days prior, sorted by percentage change in descending order. Each short interest record includes the associated security information.

Endpoint:
https://api-v2.intrinio.com/securities/short_interest

Parameters

Name Description Example
next_page
Gets the next page of data from a previous API call -
next_page
* required
Gets the next page of data from a previous API call

Output Fields

Name Description Type
short_interest
array
settlement_date
The settlement date of the short interest record date
current_short_position
The current short position (shares) as of the settlement date integer
previous_short_position
The previous short position (shares) from the prior reporting period integer
change_percent
The percentage change in short position from the previous reporting period number
days_to_cover
The estimated number of days to cover the short position based on average daily volume number
average_daily_volume
The average daily trading volume used to calculate days to cover integer
security
The security associated with this short interest record object
id
The Intrinio ID for Security string
company_id
The Intrinio ID for the Company for which the Security is issued string
exchange
The exchange's MIC string
exchange_mic
The security's exchange MIC string
stock_exchange_id
The exchange's Intrinio ID string
name
The name of the Security string
code
A 2-3 digit code classifying the Security (reference) string
currency
The currency in which the Security is traded on the exchange string
ticker
The common/local ticker of the Security string
composite_ticker
The country-composite ticker of the Security string
figi
The OpenFIGI identifier string
composite_figi
The country-composite OpenFIGI identifier string
share_class_figi
The global-composite OpenFIGI identifier string
primary_listing
If true, the Security is the primary issue for the company, otherwise it is a secondary issue on a secondary stock exchange boolean
next_page The token required to request the next page of the data. If null, no further results are available. string
short_interest
next_page
The token required to request the next page of the data. If null, no further results are available.