Skip to main content
Glama

Financial Datasets MCP Server

Official
MIT License
462
  • Apple

get_balance_sheets

Retrieve balance sheets for companies by specifying ticker symbol, period, and limit. Access financial data from the Financial Datasets MCP Server to analyze company performance.

Instructions

Get balance sheets for a company.

Args: ticker: Ticker symbol of the company (e.g. AAPL, GOOGL) period: Period of the balance sheet (e.g. annual, quarterly, ttm) limit: Number of balance sheets to return (default: 4)

Input Schema

NameRequiredDescriptionDefault
limitNo
periodNoannual
tickerYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 4, "title": "Limit", "type": "integer" }, "period": { "default": "annual", "title": "Period", "type": "string" }, "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker" ], "title": "get_balance_sheetsArguments", "type": "object" }

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/financial-datasets/mcp-server'

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