CortexAssay SEC Company Intelligence is a paid API for AI agents from cortexassay.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).
Retrieves computed SEC intelligence for a public company by ticker or CIK, including recent filings, insider transactions, financial facts, and key events
Machine-consumable research and technology intelligence computed from open data (OpenAlex, CC0). Pay per call with x402. Schemas, prices and provenance are machine-readable.
Returns a structured JSON object with the company's CIK, name, ticker symbols, SIC code and industry description, state of incorporation, fiscal year end, recent SEC filings with URLs and form types, events from the last 30 days, insider buy/sell counts and net USD over the last 90 days, key financial facts (e.g. revenues) with period and fiscal year annotations, source URLs pointing to underlying SEC EDGAR data, and a timestamp indicating data freshness.
GEThttps://cortexassay.com/v1/sec/companyChoose this endpoint when you need structured, machine-readable SEC intelligence for a specific public company and want it pre-computed and aggregated from EDGAR in a single call. It is ideal when you need a combination of filings, insider activity, and financial facts without having to parse raw EDGAR JSON yourself. Prefer this over direct EDGAR API calls when you need normalized output with insider transaction summaries and event detection already computed. Best for AI agents that need pay-per-call access without managing API keys.
| 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"