Back to Leads and prospecting

Company Lookup

U.S. SEC

Resolve a U.S.

Current price
$0.0050/call
Availability
Ready to run
Last accepted verification

What this API does

Search the SEC's periodically updated company, ticker, CIK and exchange mapping and return bounded ranked candidates without silently selecting an ambiguous match. The output preserves ten-digit CIK strings, ticker, conformed company name, exchange and canonical EDGAR links, and explicitly states that the source mapping is not guaranteed complete or accurate.

Agents select this operation with tool ID sec.company-lookup, then inspect its current executable contract before a run.

Public input and output shape

Input

limitinteger · optional

Value supplied for limit.

minimum: 1 · maximum: 25

querystring · required

Search terms used to find relevant records.

minLength: 1 · maxLength: 200

Output

ambiguousboolean

Returned ambiguous value.

captured_atstring

Returned captured at value.

itemsarray

Returned items value.

source_urlstring

Returned source url value.

Example request and output

This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.

Request

{
  "tool_id": "sec.company-lookup",
  "input": {
    "limit": 5,
    "query": "AAPL"
  }
}

Output

{
  "items": [
    {
      "cik": "0000320193",
      "name": "Apple Inc.",
      "ticker": "AAPL",
      "exchange": "Nasdaq",
      "source_url": "https://www.sec.gov/edgar/browse/?CIK=0000320193&owner=exclude"
    }
  ],
  "ambiguous": false,
  "source_url": "https://www.sec.gov/files/company_tickers_exchange.json",
  "captured_at": "2026-08-20T00:00:00.000Z"
}
Teaching errors and limitations
  • invalid_input: query or limit was outside the bounded SEC company-lookup contract.example: {"query":"AAPL","limit":5}
Updated
22 August 2026

Use Company Lookup with Scrollport

Scrollport identifies and validates the best-in-class API tools and provides them on a pay-as-you-go basis so you don't need to maintain a separate provider account, subscription or credits.

Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.