earnings_calendar
Retrieve company earnings calendar data to track upcoming quarterly and annual financial reports for investment planning and market analysis.
Instructions
Fetch company earnings calendar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | ||
| horizon | No |
Input Schema (JSON Schema)
{
"properties": {
"horizon": {
"type": "string"
},
"symbol": {
"type": "string"
}
},
"required": [],
"type": "object"
}