resolve_company
Resolve a stock ticker or company name to its SEC CIK for EDGAR filings. Returns a single match or prompts for clarification when ambiguous.
Instructions
Resolve a ticker OR company name to its SEC CIK.
Call this FIRST for any company. Accepts a ticker ("MSFT") or a name ("Microsoft"). Returns a single {"resolved": {...}} match, or when a name is ambiguous, {"ambiguous": true, "candidates": [...]} — in that case ask the user which company they mean instead of guessing. EDGAR only covers SEC-registered (public) filers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |