find_company
Search the KRX directory of Korean listed companies using a company name (English or Korean) to get the six-digit ticker, which can then be used with other tools for filings and disclosures.
Instructions
Search the KRX directory of Korean listed companies. Free.
Use this as the first step when you have a company name (English
or Korean) but not the six-digit KRX ticker. Pass the resulting
ticker to ``get_recent_filings`` (paid) or ``get_disclosure_summary``
(paid, when you also have a specific receipt number).
Args:
query: Company name (English or Korean) or six-digit ticker.
Examples: "Samsung Electronics", "삼성전자", "005930".
limit: Max matches to return (1-50, default 20).
Returns:
A list of company dicts with ``ticker``, ``corp_code``,
``name_kr``, ``name_en``, and ``market`` (KOSPI / KOSDAQ).
Empty list when nothing matches; never raises on no-results.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |