MCP Avantage

by MissionSquad

fundamentalData_earningsCalendar

Access upcoming earnings calendar data in CSV format for specific stock symbols over a 3, 6, or 12-month horizon using Alpha Vantage API via MCP Avantage.

Instructions

Fetches upcoming earnings calendar (CSV endpoint).

Input Schema

NameRequiredDescriptionDefault
horizonNoTime horizon for upcoming earnings.3month
symbolNoFetch earnings calendar for a specific symbol.

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "Parameters for fetching earnings calendar (CSV endpoint).", "properties": { "horizon": { "default": "3month", "description": "Time horizon for upcoming earnings.", "enum": [ "3month", "6month", "12month" ], "type": "string" }, "symbol": { "description": "Fetch earnings calendar for a specific symbol.", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from MCP Avantage

Related Tools

    ID: rrb3v0d7c5