Skip to main content
Glama

akshare-one-mcp

get_cash_flow

Retrieve company cash flow statement data for a specified stock symbol, with options to select the data source and determine the number of recent records to analyze.

Instructions

Get company cash flow statement data.

Input Schema

NameRequiredDescriptionDefault
recent_nNoNumber of most recent records to return
sourceNoData sourcesina
symbolYesStock symbol/ticker (e.g. '000001')

Input Schema (JSON Schema)

{ "properties": { "recent_n": { "anyOf": [ { "minimum": 1, "type": "integer" }, { "type": "null" } ], "default": 10, "description": "Number of most recent records to return", "title": "Recent N" }, "source": { "const": "sina", "default": "sina", "description": "Data source", "title": "Source", "type": "string" }, "symbol": { "description": "Stock symbol/ticker (e.g. '000001')", "title": "Symbol", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

Other Tools from akshare-one-mcp

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/zwldarren/akshare-one-mcp'

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