get_company_quarterly_audit_variance
Retrieve quarterly audited financial results that deviate more than 10% from company forecasts for Taiwan Stock Exchange listed companies using stock codes.
Instructions
Obtain quarterly comprehensive income audited/reviewed figures that differ from forecast by more than 10% 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"
}