AnswerPool SEC Company Intelligence is a paid API for AI agents from answerpool.io, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).
Retrieves computed SEC company intelligence including filings, insider activity, financial facts, and recent events for a public company identified by ticker or CIK
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.
Returns a structured JSON object with the company's CIK, name, ticker symbols, SIC code and description, state of incorporation, fiscal year end, recent SEC filings (with URLs, form types, and dates), 30-day events, 90-day insider trading summary (buys, sells, net USD), and time-series financial facts keyed by metric name — all sourced and timestamped, with provenance URLs to raw EDGAR data.
GEThttps://answerpool.io/v1/sec/companyChoose this endpoint when you need structured, machine-readable SEC company data — including insider activity, recent filings, and financial facts — without scraping EDGAR yourself. It is especially useful for AI agents that need provenance-linked, pay-per-call financial intelligence on U.S. public companies, identified by ticker or CIK. Prefer it over generic web search when you need clean, schema-validated output with source URLs.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"cik": "0000096223",
"sic": "6199",
"name": "JEFFERIES FINANCIAL GROUP INC.",
"as_of": "2026-08-30T18:00:00Z",
"facts": {
"Revenues": [
{
"fp": "Q2",
"fy": 2026,
"end": "2026-05-31",
"form": "10-Q",
"value": 1650000000
}
]
},
"sources": {
"companyfacts": "https://data.sec.gov/api/xbrl/companyfacts/CIK0000096223.json"
},
"tickers": [
"JEF"
],
"events_30d": [],
"insider_90d": {
"buys": 2,
"sells": 5,
"net_usd": -1250000
},
"recent_filings": [
{
"url": "https://www.sec.gov/...",
"form": "8-K",
"filed": "2026-08-29"
}
],
"fiscal_year_end": "1130",
"sic_description": "Finance Services",
"state_of_incorporation": "NY"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"