company_change
ActiveTool of Ready APIs
SEC 8-K change-signal envelope for a public company. Pulls recent 8-K filings live from EDGAR, classifies item codes into change categories (M&A, leadership, restructuring, material agreement, financial, auditor, governance, disclosure), and returns a change-velocity score (0-100), dominant theme, and buyer-shaped action_hint tuned by buyer profile (sales_outreach, recruiter, investor_research, competitive_intel).
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 200,
"minimum": 1
},
"domain": {
"type": "string",
"description": "Company domain. One of domain or ticker required."
},
"ticker": {
"type": "string",
"description": "Stock ticker. Used when domain not provided."
},
"window_days": {
"type": "integer",
"default": 365,
"maximum": 730,
"minimum": 30
},
"buyer_profile": {
"enum": [
"sales_outreach",
"recruiter",
"investor_research",
"competitive_intel"
],
"type": "string",
"default": "sales_outreach"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries