Short Interest Data
Retrieve short interest data showing the number of shares sold short and days to cover. Identify heavily shorted stocks and potential squeeze opportunities.
Use Case: Find stocks with short interest above 20% of float for potential short squeeze candidates.
Documentation Index
Fetch the complete documentation index at: https://finance.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Single ticker symbol filter. Enter one ticker such as AAPL to narrow results to one company.
"AAPL"
Comma-separated list of ticker symbols.
"AAPL,MSFT,GOOG"
Ticker pagination lower bound. Returns symbols alphabetically after this ticker, excluding the ticker itself.
Ticker greater than or equal (inclusive)
Ticker pagination upper bound. Returns symbols alphabetically before this ticker, excluding the ticker itself.
Ticker less than or equal (inclusive)
Exact days-to-cover filter for short interest. Use it when screening for one short-squeeze risk value.
Comma-separated list of days to cover
Days to cover greater than (exclusive)
Days to cover greater than or equal (inclusive)
Days to cover less than (exclusive)
Days to cover less than or equal (inclusive)
Settlement date in YYYY-MM-DD format. Use it to filter short-interest records by reporting settlement date.
Comma-separated list of settlement dates
Settlement-date lower-bound filter. Returns records after this date, excluding the date itself.
Settlement-date start filter. Returns records on or after this date.
Settlement-date upper-bound filter. Returns records before this date, excluding the date itself.
Settlement-date end filter. Returns records on or before this date.
Exact average-daily-volume filter. Use it when screening for one specific liquidity value.
Comma-separated list of average daily volumes
Average daily volume greater than (exclusive)
Average daily volume greater than or equal (inclusive)
Average daily volume less than (exclusive)
Average daily volume less than or equal (inclusive)
Maximum number of results to return. Use smaller values for UI pages and larger values for exports within API limits.
x >= 1Field used to sort results. Enter one of the sort fields supported by this endpoint.
Pagination cursor from the previous response. Omit it on the first request, then send the returned cursor to fetch the next page.