ticker_lookup
Resolve a company name, brand, or ticker substring to canonical ticker(s). Use this FIRST when the user mentions a company by name/brand/nickname before running any ticker-keyed tool.
Input:
query (required): company name, brand, or ticker substring, e.g. "Apple", "苹果", "AAPL", "OpenAI"
market (optional): "us" | "jp" | "hk" | "cn" | "kr" — omit to search all markets
Returns up to 5 matches ranked by prefix-hit first, then name length. Returned
symbols carry their market suffix: US bare (AAPL), Japan .T, Hong Kong 5-digit
.HK (00700.HK), A-share .SH/.SZ (600519.SH), Korea .KS/.KQ (005930.KS).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Company name or ticker substring (case-insensitive). Matches historical names + tickers too. | |
| market | No | Optional market filter: 'us' | 'jp' | 'hk' | 'cn' | 'kr'. Omit to search all markets. |