Skip to main content
Glama

Financial Modeling Prep MCP Server

getIndustryPerformanceSummary

Analyze financial performance across industries using year and quarter data to evaluate sector health and guide investment decisions with actionable insights.

Instructions

The Industry Performance Summary API provides an overview of how various industries are performing financially. By analyzing the value of industries over a specific period, this API helps investors and analysts understand the health of entire sectors and make informed decisions about sector-based investments.

Input Schema

NameRequiredDescriptionDefault
quarterYesQuarter of filing (1-4)
yearYesYear of filing

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "quarter": { "description": "Quarter of filing (1-4)", "type": [ "string", "number" ] }, "year": { "description": "Year of filing", "type": [ "string", "number" ] } }, "required": [ "year", "quarter" ], "type": "object" }

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