stockRepInsight
Get the latest 3 research reports for A-share stocks within 90 days to analyze investment perspectives and market insights.
Instructions
个股研报面:获取股票近90天(3个月)内最新的3篇研报观点
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | A股股票名称或代码 |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "A股股票名称或代码",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}