get_company_info
Get a company profile and key valuation metrics for a Yahoo Finance symbol, returning sector, location, market cap, P/E, and business summary. Requires a native ticker like AAPL.
Instructions
Get a company profile and key statistics for a Yahoo symbol.
Returns name, sector/industry, location, employee count, and valuation
metrics (market cap, P/E, beta, 52-week range, dividend yield) plus a
business summary. symbol must be a native Yahoo Finance ticker (e.g.
AAPL, SAP.DE), never an ISIN, WKN, or company name; resolve those
via search first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | A native Yahoo Finance ticker symbol, e.g. 'AAPL', 'MSFT', 'SAP.DE', or 'BMW.DE'. This is NOT an ISIN, a WKN, or a company name, and must NOT be built by appending an exchange suffix to an ISIN (e.g. 'US0378331005.DE' is invalid). If you only have a name or ISIN, call the 'search' tool first and pass the 'symbol' value it returns. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||