Skip to main content
Glama

Financial Datasets MCP Server

Official
MIT License
433
  • Apple

get_cash_flow_statements

Retrieve cash flow statements for a company by specifying its ticker symbol, period, and limit. Access financial data to analyze cash inflows and outflows for informed decision-making.

Instructions

Get cash flow statements for a company.

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