Financial Modeling Prep
getHistoricalStockGrades
Access a comprehensive record of analyst grades with the FMP Historical Grades API. This tool allows you to track historical changes in analyst ratings for specific stock symbols.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getHistoricalStockGrades?
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"
}
}
}