Financial Modeling Prep
getFinancialReportXLSX
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.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getFinancialReportXLSX?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"year": {
"type": "number",
"description": "Year of the report"
},
"period": {
"enum": [
"Q1",
"Q2",
"Q3",
"Q4",
"FY"
],
"type": "string",
"description": "Period (Q1, Q2, Q3, Q4, or FY)"
},
"symbol": {
"type": "string",
"description": "Stock symbol"
}
}
}