Financial Modeling Prep

getHistoricalIndexFullChart

Access full historical end-of-day prices for stock indexes using the Detailed Historical Price Data API. This API provides comprehensive information, including open, high, low, close prices, volume, and additional metrics for detailed financial analysis.

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

Other tools also called getHistoricalIndexFullChart? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "to": {
      "type": "string",
      "description": "End date (YYYY-MM-DD)"
    },
    "from": {
      "type": "string",
      "description": "Start date (YYYY-MM-DD)"
    },
    "symbol": {
      "type": "string",
      "description": "Index symbol (e.g., ^GSPC for S&P 500)"
    }
  }
}