Skip to main content
Glama

Financial Modeling Prep MCP Server

getFinancialReportXLSX

Download 10-K financial reports in XLSX format to analyze annual company data. Specify stock symbol, year, and period (Q1, Q2, Q3, Q4, FY) for accurate, spreadsheet-ready insights.

Instructions

Download detailed 10-K reports in XLSX format with the Financial Reports Form 10-K XLSX API. Effortlessly access and analyze annual financial data for companies in a spreadsheet-friendly format.

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" }

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