search_equities
Find stock codes by searching company names in Japanese or English. Perform case-insensitive partial match to locate listed equities.
Instructions
Search for listed stocks by company name (reverse lookup: 会社名 → コード).
Use when the user knows a company name but not the stock code — e.g. "住友商事 のコードは?" or "トヨタ関連銘柄を調べて". Performs a case-insensitive partial match against both the Japanese name (CoName) and English name (CoNameEn) fields in the equities master cache.
Reads entirely from the local equities_master Tier 1 cache (no API call).
Returns an empty list when the cache has never been populated.
[Supported plans] Free / Light / Standard / Premium [Source] equities_master Tier 1 cache (no API call)
Args: name: Partial or full company name to search for (e.g. "住友商事", "トヨタ", "Sumitomo"). Case-insensitive; matches anywhere in the name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||