API Documentation

GET/api/1/equity-extended/sec-filings/{identifier}

SEC Filings API

Returns recent SEC filings (10-K, 10-Q, 8-K, etc.) for the given security

Parameters

1
identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity-extended/sec-filings/US0378331005' \
  -H 'Accept: application/json'
200 Response
[
  {
  "form": "10-K",
  "filedDate": "2024-10-31T00:00:00.000Z",
  "acceptedDate": "2024-10-30T18:12:36.000Z",
  "reportUrl": "https://www.sec.gov/...",
  "filingUrl": "https://www.sec.gov/..."
}
]