Financial Modeling Prep
getFilingsBySymbol
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.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getFilingsBySymbol?
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"
},
"symbol": {
"type": "string",
"description": "Stock symbol"
}
}
}