Skip to main content
Glama

Stock Market MCP Server

by MCP-100

get_financial_statement

Retrieve company financial statements (income, balance, cashflow) by specifying the stock ticker symbol and statement type using this tool on the Stock Market MCP Server.

Instructions

Get financial statements for a company

Input Schema

NameRequiredDescriptionDefault
statementYesType of financial statement
symbolYesStock ticker symbol

Input Schema (JSON Schema)

{ "properties": { "statement": { "description": "Type of financial statement", "enum": [ "income", "balance", "cashflow" ], "type": "string" }, "symbol": { "description": "Stock ticker symbol", "type": "string" } }, "required": [ "symbol", "statement" ], "type": "object" }

Other Tools from Stock Market MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MCP-100/stock-market-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server