Financial data is informational and may be inaccurate. See Disclaimer.

drillr.ai
API keys →

Company

TOOLticker_lookup

Resolve a company name, brand or ticker substring to canonical symbols, historical names included.

Coverage
US / CN / JP
Billing
Free · 0

Input parameters

ParameterTypeRequiredDescription
querystringrequiredCompany name, brand or ticker substring, case-insensitive. Matches historical names and tickers too.
marketstringoptionalus, cn or jp. Omit to search every market.

Example

Arguments
{ "query": "Kweichow Moutai" }
Response
| Company | Ticker | Valid From | Valid To |
|---|---|---|---|
| 贵州茅台酒股份有限公司 | 600519.SH | unknown | present |

Limits

LimitValuePast it
Matches per call5Nothing is cut — narrow the query or add market

Errors

Invalid arguments are refused before the tool runs; the rest arrive as a tool failure whose text is the message. The four shapes are on MCP server.

WhenYou getDo
No match"No matches."Shorter substring, local-language name, or company_search
Empty queryInvalid argumentsPass a name or symbol

Notes

  • Up to five matches, prefix hits first, then by name length. Symbols carry their market suffix: US bare, A-shares .SH / .SZ, Japan .T.
  • Call this first whenever the question names a company rather than a symbol.

Endpoint, client setup and billing are common to all tools. For details, please refer to MCP server.