Skip to main content
Glama

Financial Modeling Prep MCP Server

getAnalystEstimates

Access projected financial metrics like revenue and EPS for stock symbols using analyst forecasts from the Financial Modeling Prep API to enhance investment decision-making.

Instructions

Retrieve analyst financial estimates for stock symbols with the FMP Financial Estimates API. Access projected figures like revenue, earnings per share (EPS), and other key financial metrics as forecasted by industry analysts to inform your investment decisions.

Input Schema

NameRequiredDescriptionDefault
limitNoOptional limit on number of results (default: 10, max: 1000)
pageNoOptional page number (default: 0)
periodYesPeriod (annual or quarter)
symbolYesStock symbol

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Optional limit on number of results (default: 10, max: 1000)", "type": "number" }, "page": { "description": "Optional page number (default: 0)", "type": "number" }, "period": { "description": "Period (annual or quarter)", "enum": [ "annual", "quarter" ], "type": "string" }, "symbol": { "description": "Stock symbol", "type": "string" } }, "required": [ "symbol", "period" ], "type": "object" }
Install Server

Other Tools from Financial Modeling Prep MCP Server

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/imbenrabi/Financial-Modeling-Prep-MCP-Server'

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