Skip to main content
Glama

Financial Modeling Prep MCP Server

getEconomicIndicators

Retrieve real-time and historical economic data for indicators like GDP, unemployment, and inflation to analyze economic performance and identify growth trends.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
fromNoOptional start date (YYYY-MM-DD)
nameYesName of the indicator
toNoOptional end date (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "from": { "description": "Optional start date (YYYY-MM-DD)", "type": "string" }, "name": { "description": "Name of the indicator", "type": "string" }, "to": { "description": "Optional end date (YYYY-MM-DD)", "type": "string" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from Financial Modeling Prep MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/imbenrabi/Financial-Modeling-Prep-MCP-Server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server