Financial Modeling Prep

getAllIndexQuotes

The All Index Quotes API provides real-time quotes for a wide range of stock indexes, from major market benchmarks to niche indexes. This API allows users to track market performance across multiple indexes in a single request, giving them a broad view of the financial markets.

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

Other tools also called getAllIndexQuotes? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "short": {
      "type": "boolean",
      "description": "Whether to return short quotes (default: false)"
    }
  }
}