Financial Modeling Prep
getIncomeStatementAsReported
Retrieve income statements as they were reported by the company with the As Reported Income Statements API. Access raw financial data directly from official company filings, including revenue, expenses, and net income.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getIncomeStatementAsReported?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Limit on number of results (default: 100, max: 1000)"
},
"period": {
"enum": [
"annual",
"quarter"
],
"type": "string",
"description": "Period type (annual or quarter)"
},
"symbol": {
"type": "string",
"description": "Stock symbol"
}
}
}