get_company_monthly_revenue
Retrieve monthly revenue data for a listed company by providing its stock code using the TWSE MCP Server tool. Simplify financial analysis with accurate reporting.
Instructions
Obtain monthly revenue information for a listed 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"
}