etfRelatedNews
Retrieve recent news and information for specific ETF funds to track market developments and investment insights.
Instructions
ETF消息面:获取ETF基金最近相关新闻资讯
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | ETF基金代码或ETF基金名称 |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "ETF基金代码或ETF基金名称",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}