get_company
Retrieve company overview including name, industry, listing date, and shares by providing a security symbol from A-share, HK, or US markets.
Instructions
Get company overview (name, industry, listing date, shares).
Directly invoke with symbol. get_company(symbol="000001.SZ")
Args: symbol: Security symbol (e.g. "000001.SZ", "AAPL.US")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| hint | No | ||
| error | No | ||
| cached | No | ||
| source | No | ||
| status | Yes | ||
| updated_at | No |