Financial Modeling Prep
getFilingsByFormType
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.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getFilingsByFormType?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"to": {
"type": "string",
"description": "End date (YYYY-MM-DD)"
},
"from": {
"type": "string",
"description": "Start date (YYYY-MM-DD)"
},
"page": {
"type": "number",
"description": "Page number for pagination"
},
"limit": {
"type": "number",
"description": "Limit the number of results"
},
"formType": {
"type": "string",
"description": "Form type (e.g., 8-K, 10-K, 10-Q)"
}
}
}