Skip to main content
Glama

Stock Market MCP Server

by MCP-100

get_financial_statement

Retrieve income, balance, or cash flow statements for any company using its stock ticker symbol. Access real-time data to analyze financial performance efficiently.

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" }
Install Server

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