search_by_country
Find legal entities registered in a specific country using ISO country codes. Retrieve LEI data for companies in Germany, US, or other countries with 2-letter codes like DE or GB.
Instructions
List entities registered in a specific country. USE WHEN: "companies in Germany", "LEIs from US", "entities in country X". Pass ISO 2-letter code (US, GB, DE). FAILS WHEN: country code is not a 2-letter ISO 3166-1 alpha-2 code (use "US" not "USA", "GB" not "UK").
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes | 2-letter ISO country code | |
| limit | No | Max results (default 20) |