Validate ticker symbol
validate_symbolCheck whether a stock symbol matches a PSE-listed company. Get a simple valid/invalid result with company details.
Instructions
Check whether a ticker symbol is a real PSE-listed company. Cheap.
Use this — NOT search_companies — when you only need to know whether a symbol is
valid before calling another tool, or to confirm a symbol a user typed. Returns
valid true/false plus the company name and id when it exists, instead of the
ranked list of near-matches search_companies returns.
Matching is exact and case-insensitive: "areit" and "AREIT" both resolve, while
"ARE" does not match "AREIT". An unknown symbol is valid: false with null
fields, not an error.
Cached after the first lookup and refreshed daily (see meta).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||