Skip to content
@secapi-ai

SEC API for AI

The SEC API designed for agents and agentic workflows. Built to power the world's best investors.

SEC API

SEC API gives developers, investors, and agent builders a source-backed interface to SEC filings, filing data, and ownership records.

Retrieve a filing

Create an API key in the SEC API dashboard, then make a server-side request:

export SECAPI_API_KEY="secapi_..."
curl --fail-with-body -sS \
  -H "x-api-key: $SECAPI_API_KEY" \
  "https://api.secapi.ai/v1/filings/latest?ticker=AAPL&form=10-K&view=agent"

The response identifies the latest matching Apple 10-K. Retain its accession number, filing date, filing URL, and request ID with any analysis; the latest filing can change as new filings arrive.

Choose an interface

Build with SEC API

Machine data requests use x-api-key; do not send a machine key as Authorization: Bearer or expose it in browser code. Start with the documentation, check status, or get support.

Popular repositories Loading

  1. secapi-go secapi-go Public

    Official Go SDK for SEC API

    Go

  2. .github .github Public

    SEC API: source-backed SEC filings and financial data for developers, investors, and agents

  3. secapi-js secapi-js Public

    JavaScript and TypeScript SDK for source-backed SEC filings and financial data

    TypeScript

  4. secapi-cli secapi-cli Public

    Command-line client for source-backed SEC filings and financial data

    TypeScript

  5. secapi-python secapi-python Public

    Python SDK for source-backed SEC filings and financial data

    Python

  6. secapi-rust secapi-rust Public

    Official Rust SDK for SEC API

    Rust

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…