# AnswerPool Company Regulation Radar

> AnswerPool Company Regulation Radar is a paid API for AI agents from answerpool.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns recent and proposed federal rules mapped to a public company via its SEC SIC industry code, with comment deadlines and effective-date flags.

## Facts

- Endpoint: GET https://answerpool.io/v1/impact/company
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/answerpool-company-regulation-radar-86f9f777
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SiouJM0o4Hfn_rjWOYrxn

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 answerpool-company-regulation-radar-86f9f777
```

Example prompt: Pull the federal rules and proposed rules from the last 90 days that are relevant to JPMorgan Chase — use their ticker JPM — and flag anything with an open comment period or significant designation.

## When to prefer this

Choose this endpoint when you need a fast, single-call lookup of federal regulatory activity scoped to a specific public company's industry — identified by ticker or CIK — without having to manually map SIC codes to agencies or scrape the Federal Register. It is ideal for compliance monitoring, investor due diligence, and regulatory risk assessment workflows where industry-level heuristic mapping is sufficient and sub-second latency matters.

## Known failure modes

- Unknown ticker or CIK returns empty mapped_agencies and zero documents
- SIC code not found in the curated SIC-to-regulator table yields no agency mapping
- 'days' parameter outside 7–365 range returns a validation error
- Limit exceeding 100 returns a validation error
- No rules published in the requested window returns count 0 and empty documents array
- Payment failure (x402) blocks the request before any data is returned

## How this service works

AnswerPool turns SEC EDGAR, the Federal Register, USAspending, NIH, BLS and OpenAlex into structured JSON answers that AI agents and developers fetch in one call. 69 endpoints free, no account; derived analyses $0.02–$0.05 per call by card credits or USDC (x402). MCP server, full provenance.

## Output

A JSON object containing the company's name, CIK, SIC code and description, list of mapped regulatory agencies, total matching rule count, and an array of regulatory documents — each with title, type (rule or proposed_rule), publishing agency, publication date, effective date, comment close date, significance flag, abstract, docket IDs, CFR references, topics, a link to the Federal Register, and computed day-countdown fields for comment and effective deadlines.

## 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": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "title": "CompanyRulesIn",
     "properties": {
      "cik": {
       "anyOf": [
        {
         "type": "string",
         "pattern": "^\\d{1,10}$",
         "maxLength": 10
        },
        {
         "type": "null"
        }
       ],
       "title": "Cik",
       "default": null,
       "description": "SEC CIK, digits only, zero-padding optional, e.g. 320193 or 0000320193. Give cik or ticker; cik wins if both are set."
      },
      "days": {
       "type": "integer",
       "title": "Days",
       "default": 90,
       "maximum": 365,
       "minimum": 7,
       "description": "Length in days of the Federal Register publication-date window ending today. Default 90."
      },
      "limit": {
       "type": "integer",
       "title": "Limit",
       "default": 25,
       "maximum": 100,
       "minimum": 1,
       "description": "Maximum Federal Register documents returned, newest publication first."
      },
      "types": {
       "type": "string",
       "title": "Types",
       "default": "rule,proposed_rule",
       "description": "Comma-separated Federal Register document types: rule, proposed_rule, notice, presidential. Default rule,proposed_rule."
      },
      "ticker": {
       "anyOf": [
        {
         "type": "string",
         "maxLength": 12
        },
        {
         "type": "null"
        }
       ],
       "title": "Ticker",
       "default": null,
       "description": "Exchange ticker, e.g. AAPL. Give ticker or cik; cik wins if both are set, and an unknown ticker is rejected."
      },
      "significant_only": {
       "type": "boolean",
       "title": "Significant Only",
       "default": false,
       "description": "True keeps only E.O. 12866 significant documents; false (default) keeps all."
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "cik": "0000320193",
  "sic": "3571",
  "name": "Apple Inc.",
  "as_of": "2026-09-02T20:00:00Z",
  "count": 1,
  "documents": [
   {
    "url": "https://www.federalregister.gov/d/2026-12341",
    "type": "Rule",
    "flags": [
     "significant",
     "effective_soon",
     "final_rule_pending_effect"
    ],
    "title": "Cybersecurity Risk Management Rule",
    "action": "Final rule.",
    "topics": [
     "Securities"
    ],
    "abstract": "Requires registrants to disclose material cybersecurity incidents.",
    "agencies": [
     "Securities and Exchange Commission"
    ],
    "docket_ids": [
     "SEC-2026-001"
    ],
    "significant": true,
    "effective_on": "2026-09-12",
    "cfr_references": [
     "17 CFR 240"
    ],
    "document_number": "2026-12341",
    "publication_date": "2026-08-30",
    "comments_close_on": null,
    "days_to_effective": 10,
    "days_to_comment_close": null,
    "regulation_id_numbers": [
     "3235-AN00"
    ]
   }
  ],
  "total_matching": 3,
  "mapped_agencies": [
   "environmental-protection-agency",
   "occupational-safety-and-health-administration",
   "securities-and-exchange-commission"
  ],
  "sic_description": "Electronic Computers"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/answerpool-company-regulation-radar-86f9f777/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from answerpool.io](https://www.zero.xyz/host/answerpool.io/llms.txt)
