get_company_profile
Retrieve detailed company profile information as a JSON object by entering the stock code, facilitating quick access to essential data for listed companies on the TWSE MCP Server.
Instructions
Obtain the basic information of a listed company as a JSON string object 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"
}