limitinteger · optionalValue supplied for limit.
minimum: 1 · maximum: 25
Loading tools…
U.S. SEC
Resolve a U.S. public company name or ticker to its official SEC CIK identity.
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 check its current inputs and price before a run.
limitinteger · optionalValue supplied for limit.
minimum: 1 · maximum: 25
querystring · requiredSearch terms used to find relevant records.
minLength: 1 · maxLength: 200
ambiguousbooleanReturned ambiguous value.
captured_atstringReturned captured at value.
itemsarrayReturned items value.
source_urlstringReturned source url value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "sec.company-lookup",
"input": {
"limit": 5,
"query": "AAPL"
}
}{
"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"
}invalid_input: query or limit was outside the bounded SEC company-lookup contract.example: {"query":"AAPL","limit":5}Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.