Skip to main content
Glama

Financial Modeling Prep MCP Server

getFinancialReportJSON

Retrieve SEC annual 10-K reports in JSON format to analyze a company’s financial performance, operations, and risk factors using a stock symbol, year, and period (Q1, Q2, Q3, Q4, FY).

Instructions

Access comprehensive annual reports with the FMP Annual Reports on Form 10-K API. Obtain detailed information about a company’s financial performance, business operations, and risk factors as reported to the SEC.

Input Schema

NameRequiredDescriptionDefault
periodYesPeriod (Q1, Q2, Q3, Q4, or FY)
symbolYesStock symbol
yearYesYear of the report

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "period": { "description": "Period (Q1, Q2, Q3, Q4, or FY)", "enum": [ "Q1", "Q2", "Q3", "Q4", "FY" ], "type": "string" }, "symbol": { "description": "Stock symbol", "type": "string" }, "year": { "description": "Year of the report", "type": "number" } }, "required": [ "symbol", "year", "period" ], "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