stockCapAnalysis
Analyze stock capital flows including main funds, institutional trading data, and margin trading information for Chinese A-share stocks.
Instructions
个股资金面:获取股票主力资金流向、龙虎榜、两融数据
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | A股股票名称或代码 |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "A股股票名称或代码",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}