Financial Modeling Prep
getBalanceSheetStatementAsReported
Access balance sheets as reported by the company with the As Reported Balance Statements API. View detailed financial data on assets, liabilities, and equity directly from official filings.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getBalanceSheetStatementAsReported?
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"
}
}
}