Compute SEC CAGR
compute_sec_cagrCompute the compound annual growth rate (CAGR) for SEC EDGAR metrics like revenue or net income over a specified start and end fiscal period for a company using verified EDGAR facts.
Instructions
Domain 31 lattice CAGR over verified EDGAR facts (log-walk + Go parity). POST /api/arith/evaluate. Refuses non-positive or missing endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric | Yes | EDGAR metric to compound, e.g. revenue, free cash flow, net income | |
| company | Yes | Company ticker or name, e.g. AAPL | |
| end_period | Yes | End fiscal period, e.g. FY2023 | |
| low_tokens | No | Optional. When true, returns compact JSON schema. | |
| start_period | Yes | Start fiscal period, e.g. FY2020 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | List of MCP output blocks containing verified SEC fact payload or SAFE_REFUSAL |