company_earnings
Fetch company earnings data to analyze financial performance and make informed investment decisions based on quarterly and annual profit reports.
Instructions
Fetch company earnings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}