Financial Modeling Prep

getEconomicIndicators

Access real-time and historical economic data for key indicators like GDP, unemployment, and inflation with the FMP Economic Indicators API. Use this data to measure economic performance and identify growth trends.

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

Other tools also called getEconomicIndicators? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "to": {
      "type": "string",
      "description": "Optional end date (YYYY-MM-DD)"
    },
    "from": {
      "type": "string",
      "description": "Optional start date (YYYY-MM-DD)"
    },
    "name": {
      "type": "string",
      "description": "Name of the indicator"
    }
  }
}