API Documentation
⌘K
API Key
Get free key GET
/api/1/equity-extended/short-interest/{identifier}Short Interest API
Returns FINRA short interest data: short shares outstanding, days to cover, and changes
Parameters
1identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/equity-extended/short-interest/US0378331005' \
-H 'Accept: application/json'200 Response
[
{
"settlement_date": "2024-01-15T00:00:00.000Z",
"short_shares": 12345678,
"prev_short_shares": 0,
"change_pct": 3.5,
"days_to_cover": 1.8
}
]