Finance Tools MCP

MIT License
16
  • Apple

get_financial_statements

Retrieve financial statements, including income, balance, and cash flow, for specific tickers. Choose between quarterly or annual frequency to analyze company performance.

Instructions

Get financial statements. Types: income, balance, cash. Frequency: quarterly, annual.

Input Schema

NameRequiredDescriptionDefault
frequencyNoquarterly
statement_typeNoincome
tickerYes

Input Schema (JSON Schema)

{ "properties": { "frequency": { "default": "quarterly", "enum": [ "quarterly", "annual" ], "title": "Frequency", "type": "string" }, "statement_type": { "default": "income", "enum": [ "income", "balance", "cash" ], "title": "Statement Type", "type": "string" }, "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker" ], "title": "get_financial_statementsArguments", "type": "object" }
ID: o7bclp5ave