get_company_eps_statistics
Retrieve EPS statistics by industry for listed companies using stock codes to analyze financial performance and industry comparisons.
Instructions
Obtain EPS statistics by industry 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"
}