Financial Modeling Prep
getIndexQuote
Access real-time stock index quotes with the Stock Index Quote API. Stay updated with the latest price changes, daily highs and lows, volume, and other key metrics for major stock indices around the world.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getIndexQuote?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "Index symbol (e.g., ^GSPC for S&P 500)"
}
}
}