Skip to main content
Glama

Financial Modeling Prep MCP Server

getFilingsByFormType

Retrieve SEC filings like 10-K, 10-Q, or 8-K by specifying the form type, date range, and pagination parameters to extract precise financial data for analysis.

Instructions

Search for specific SEC filings by form type with the FMP SEC Filings By Form Type API. Retrieve filings such as 10-K, 10-Q, 8-K, and others, filtered by the exact type of document you're looking for.

Input Schema

NameRequiredDescriptionDefault
formTypeYesForm type (e.g., 8-K, 10-K, 10-Q)
fromYesStart date (YYYY-MM-DD)
limitNoLimit the number of results
pageNoPage number for pagination
toYesEnd date (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "formType": { "description": "Form type (e.g., 8-K, 10-K, 10-Q)", "type": "string" }, "from": { "description": "Start date (YYYY-MM-DD)", "type": "string" }, "limit": { "description": "Limit the number of results", "type": "number" }, "page": { "description": "Page number for pagination", "type": "number" }, "to": { "description": "End date (YYYY-MM-DD)", "type": "string" } }, "required": [ "formType", "from", "to" ], "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