Skip to main content
Glama

Financial Datasets MCP Server

Official
MIT License
433
  • Apple

get_income_statements

Retrieve income statements for companies by specifying ticker symbols, period (e.g., annual, quarterly), and limit. Access financial data through the Financial Datasets MCP Server to analyze company performance.

Instructions

Get income statements for a company.

Args: ticker: Ticker symbol of the company (e.g. AAPL, GOOGL) period: Period of the income statement (e.g. annual, quarterly, ttm) limit: Number of income statements 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_income_statementsArguments", "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