sectorFunAnalysis
Analyze sector fundamentals by retrieving PE ratios, ROE, gross margins, and financial operating data for specific industry or concept sectors to support investment research.
Instructions
板块基本面:获取概念或行业板块的PE、ROE、毛利率、财务经营数据等基本面数据
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | No | 指定日期,默认当天 | |
query | Yes | 概念或行业板块名称 |
Input Schema (JSON Schema)
{
"properties": {
"date": {
"description": "指定日期,默认当天",
"type": "string"
},
"query": {
"description": "概念或行业板块名称",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}