Skip to main content

Data API · P0 domain

SEC filings & holdings API

Access EDGAR-oriented filings, submission headers, news items, and ownership resources under one FinUties contract — the same names over REST, MCP, and Terminal. Filings is a P0 commercial domain with a published freshness budget (typically within 24h of upstream availability).

Get a free public-test key Browse catalogue Pricing

What you can query

Example request

Authenticated REST read (replace the token). Exact resource names come from the live catalogue — do not hard-code paths you have not verified.

curl -sS -H "Authorization: Bearer $FINUTIES_TOKEN" \
  "https://data.finuties.com/api/v1/filings/<resource>?limit=5"

Typical response shape (illustrative):

{
  "data": [{ "accession": "…", "form": "10-K", "filed_at": "2026-07-01T…" }],
  "meta": { "domain": "filings", "resource": "…", "count": 5 }
}

Cost headers such as X-Request-Tokens and X-Request-Cost-EUR appear on metered reads. See pricing.

Freshness & provenance

How teams integrate

  1. Register for a FinUties account and API credentials.
  2. Browse GET /api/v1/resources for filings, sec, and ownership resources.
  3. Call REST GET /api/v1/{domain}/{resource} or MCP query with the same domain/resource pair.
  4. Meter usage with response cost headers; see pricing.

Related

Informational data access only — not investment advice. Upstream SEC ToS still apply to end use.