lookup_stock_symbol
Convert a company name to its stock symbol using a financial API.
Instructions
Converts a company name to its stock symbol using a financial API.
Args: company_name: The full company name (e.g., 'Tesla').
Returns: The stock symbol (e.g., 'TSLA') or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_name | Yes |