AKShare One MCP
get_cash_flow
Get company cash flow statement data.
Remote zwldarren/akshare-one-mcp
Other tools also called get_cash_flow?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"source": {
"type": "string",
"const": "sina",
"default": "sina",
"description": "Data source"
},
"symbol": {
"type": "string",
"description": "Stock symbol/ticker (e.g. '000001')"
},
"recent_n": {
"anyOf": [
{
"type": "integer",
"minimum": 1
},
{
"type": "null"
}
],
"default": 10,
"description": "Number of most recent records to return"
}
}
}