Financial Modeling Prep

getLightChart

Access simplified stock chart data using the FMP Basic Stock Chart API. This API provides essential charting information, including date, price, and trading volume, making it ideal for tracking stock performance with minimal data and creating basic price and volume charts.

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

Other tools also called getLightChart? 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": "Stock symbol"
    }
  }
}