Look up company by national ID
lookup_companyResolve a company by national registry ID with country disambiguation. Works across SK, CZ, EE, AT, SI, and LV formats to return core business data and status.
Instructions
Resolve a single company by its national registry identifier with country disambiguation. Routes through the country-aware lookup so it handles all our shapes: SK/CZ/EE 6-8 digit IČO, AT Firmenbuch numbers (e.g. '187a'), SI/LV multi-digit registry numbers. Returns a single company object with core identity, address, legal form, status flags. Use this when you already know the registry number; use search_companies for name-based discovery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ico | Yes | National registry identifier. SK/CZ/EE: 6-8 digit IČO. AT: Firmenbuch number like '187a'. SI: 10-digit matična številka. LV: 11-digit reg number. Leading zeros are normalized server-side. | |
| country | No | ISO 3166-1 alpha-2 country code (default 'SK' for backwards compat). Required to disambiguate SK↔CZ 8-digit IČO collisions and for non-SK shapes (AT, SI, LV). |