get_historical_fund_flow
Retrieve historical fund flow data for a stock over recent trading days, showing breakdowns of main, retail, and mid-order capital. Specify stock code with exchange suffix and optional limit on records.
Instructions
获取指定股票最近N个交易日的资金流向数据,包括主力资金、散户资金、中单资金等的流入流出情况。
Args: stock_code: 股票代码,要在数字后带上交易所代码,格式如688041.SH limit: 返回数据条数,默认为10条
Returns: 格式化的历史资金流向数据,以Markdown表格形式展示
Examples: - get_historical_fund_flow("688041.SH") - get_historical_fund_flow("688041.SH", 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stock_code | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |