Financial Modeling Prep
getAnalystEstimates
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.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getAnalystEstimates?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"page": {
"type": "number",
"description": "Optional page number (default: 0)"
},
"limit": {
"type": "number",
"description": "Optional limit on number of results (default: 10, max: 1000)"
},
"period": {
"enum": [
"annual",
"quarter"
],
"type": "string",
"description": "Period (annual or quarter)"
},
"symbol": {
"type": "string",
"description": "Stock symbol"
}
}
}