Skip to main content
Glama

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

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/MissionSquad/mcp-avantage'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server