Financial Modeling Prep

getIndexShortQuote

Access concise stock index quotes with the Stock Index Short Quote API. This API provides a snapshot of the current price, change, and volume for stock indexes, making it ideal for users who need a quick overview of market movements.

Remote cfocoder/financial-modeling-prep-mcp-server

Other tools also called getIndexShortQuote? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Index symbol (e.g., ^GSPC for S&P 500)"
    }
  }
}