Skip to main content
Use this page when you are deciding whether SEC API is the right filing-search layer for a product, research workflow, or agent. If you already know the endpoint you need, go straight to the search API reference.

Get an API key

Create an account and run the filing-search proof of concept against the live API.

Open the sandbox

Explore the logged-out filing-search experience before wiring code.

Check pricing

Review plan and meter posture before broad search fanout.

What to test

  • Latest filing discovery with GET /v1/filings/latest
  • Historical filing manifests with GET /v1/filings
  • Full-text search with /v1/search/fulltext
  • Semantic search with /v1/search/semantic
  • Section retrieval with /v1/sections or filing-section routes
  • Metadata preservation: CIK, accession number, filing date, source URL, requestId, traceparent, freshness, and materialization fields

Proof-of-concept prompt

Evaluation path

1

Start with one issuer

Resolve a ticker or CIK, fetch the latest filing, and confirm the response carries enough identifiers for downstream joins.
2

Search a real research question

Run keyword and semantic search for the same question. Compare whether each result preserves citations and whether the snippet is short enough for your agent context window.
3

Check pricing before fanout

Review Pricing and limits, then quote repeated search or extraction loops before scaling the workflow.

Filing search implementation guide

Code examples, endpoint notes, and use cases.

Filing Search API product page

Buyer-facing positioning, conversion path, and related marketing pages.

Try it in the docs

Run live filing-search examples with your API key.