particle_company_resolve
Resolve a company by free-text name, ticker, SEC CIK, Wikidata QID, or domain. Returns candidates with the agent-facing identifier (slug, falling back to domain or id) you should pass to particle_company_get, particle_company_get_podcast_ad_presence, particle_podcast_find_mentions (as company_slug), or particle_podcast_list_episodes.
At least one identifier is required. Multiple are ANDed together — useful for disambiguating (e.g. ticker plus a name hint). For people or other knowledge-graph entities (not companies) use particle_entity_resolve instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | SEC Central Index Key (e.g. '0000320193'). Comma-separated for bulk. | |
| qid | No | Wikidata QID (e.g. 'Q312'). Comma-separated for bulk. | |
| limit | No | Maximum candidates to return (1-25, default 5). | |
| query | No | Free-text company name (case-insensitive). Use for human-typed names. | |
| domain | No | Company website domain (e.g. 'apple.com'). Comma-separated for bulk. | |
| ticker | No | Stock ticker symbol (e.g. 'NVDA', 'AAPL'). Comma-separated for multi-ticker lookup. |