Skip to content

Filings

Tier: Free · Endpoints: /v1/filings · /v1/filings/{accession}

SEC filings with metadata, section index, and exhibit text.

Every row carries a provenance object with its source URL and, where the fact was extracted by a model, the verbatim quote.

Key fields

FieldDescription
accessionSEC accession number
form_type10-K, 10-Q, 8-K, DEF 14A, 20-F
filed_atFiling timestamp
source_urlEDGAR document URL
exhibitsExhibit list, Ex-99.1 text inline

Example

Terminal window
curl "https://api.signals.ai/v1/filings" \
-H "Authorization: Bearer $SIGNALS_KEY"

See the REST reference for the full schema.