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
| Field | Description |
|---|---|
accession | SEC accession number |
form_type | 10-K, 10-Q, 8-K, DEF 14A, 20-F |
filed_at | Filing timestamp |
source_url | EDGAR document URL |
exhibits | Exhibit list, Ex-99.1 text inline |
Example
curl "https://api.signals.ai/v1/filings" \ -H "Authorization: Bearer $SIGNALS_KEY"See the REST reference for the full schema.