# ScriptMasterLabs SEC Company Tickers Lookup

> ScriptMasterLabs SEC Company Tickers Lookup is a paid API for AI agents from acp-x402-scriptmasterlabs.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns SEC company ticker symbols and associated metadata, optionally filtered by query string, paid per-call in USDC via x402.

## Facts

- Endpoint: GET https://acp-x402-scriptmasterlabs.onrender.com/x402/sec-company-tickers
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-sec-company-tickers-lookup-9fd759b0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pORM3_ajDi-1x-yqPlJUb

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability scriptmasterlabs-sec-company-tickers-lookup-9fd759b0
```

Example prompt: Can you look up the SEC company ticker and CIK number for Apple — search for 'AAPL' in the SEC tickers database?

## When to prefer this

Use this endpoint when you need authoritative SEC-sourced ticker and CIK data for public companies, particularly for compliance, regulatory research, or financial data enrichment workflows. Prefer this over general stock APIs when the SEC CIK identifier is specifically needed or when verifying official SEC registration. The micro-payment model ($0.001 USDC) makes it cost-effective for high-frequency lookups.

## Known failure modes

- No results returned for an obscure or delisted company ticker
- Payment failure via x402 if USDC balance is insufficient
- Rate limiting or server errors from the Render-hosted backend
- Query parameter 'q' not matched to any known ticker or company name
- Empty response if the company is not registered with the SEC

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

A list of SEC-registered company records matching the query, typically including ticker symbol, company name, CIK (Central Index Key), and exchange information sourced from SEC EDGAR company tickers data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "q": {
       "type": "string",
       "example": "AAPL"
      }
     }
    }
   }
  },
  "output": {
   "properties": {
    "example": {}
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-sec-company-tickers-lookup-9fd759b0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-scriptmasterlabs.onrender.com](https://www.zero.xyz/host/acp-x402-scriptmasterlabs.onrender.com/llms.txt)
