Short Volume Data
Retrieve daily short sale volume and total trading volume for a specific ticker. Monitor short selling activity and market sentiment shifts.
Use Case: Track daily short volume percentage to identify increased bearish pressure on a stock.
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 date in YYYY-MM-DD format. Use this when you want one specific calendar day.
Comma-separated list of dates in YYYY-MM-DD format. Use this when you want several specific dates in one request.
After-date filter. Returns records after this date, excluding the date itself.
Start-date filter. Returns records on or after this date.
Before-date filter. Returns records before this date, excluding the date itself.
End-date filter. Returns records on or before this date.
Exact short-volume ratio filter. Use it when you need records matching one specific ratio value.
Comma-separated list of short volume ratios
Short volume ratio greater than (exclusive)
Short volume ratio greater than or equal (inclusive)
Short volume ratio less than (exclusive)
Short volume ratio less than or equal (inclusive)
Exact total-volume filter. Use it when you need records matching one specific volume value.
Comma-separated list of total volumes
Total volume greater than (exclusive)
Total volume greater than or equal (inclusive)
Total-volume upper-bound filter. Returns records below this value, excluding the value itself.
Total 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.