Financial Modeling Prep
getEarningsReports
Retrieve in-depth earnings information with the FMP Earnings Report API. Gain access to key financial data for a specific stock symbol, including earnings report dates, EPS estimates, and revenue projections to help you stay on top of company performance.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getEarningsReports?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Optional limit on number of results (default: 100, max: 1000)"
},
"symbol": {
"type": "string",
"description": "Stock symbol"
}
}
}