get_public_company_profile
Retrieve essential company details using stock codes to access corporate profiles and fundamental data for investment research and analysis.
Instructions
Obtain basic information for a public company based on its stock code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"title": "Code",
"type": "string"
}
},
"required": [
"code"
],
"type": "object"
}