Skip to main content
Glama

Financial Modeling Prep MCP Server

getFilingsBySymbol

Retrieve SEC filings like 8-K, 10-K, and 10-Q by entering a company’s stock symbol and date range using the FMP API. Analyze regulatory documents for publicly traded companies.

Instructions

Search and retrieve SEC filings by company symbol using the FMP SEC Filings By Symbol API. Gain direct access to regulatory filings such as 8-K, 10-K, and 10-Q reports for publicly traded companies.

Input Schema

NameRequiredDescriptionDefault
fromYesStart date (YYYY-MM-DD)
limitNoLimit the number of results
pageNoPage number for pagination
symbolYesStock symbol
toYesEnd date (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "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" }, "symbol": { "description": "Stock symbol", "type": "string" }, "to": { "description": "End date (YYYY-MM-DD)", "type": "string" } }, "required": [ "symbol", "from", "to" ], "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