Skip to main content

fund-basicinfo-single-fund

Get basic information of a specific fund by institution code. Use when user asks about fund details, 基金基本信息, 基金管理人, 基金经理, 基金类型, 投资目标.

跳到安装

来源信息

仓库
FTShare-Lab/FTShare-skills
最近来源活动
2026年7月3日 09:05
检测到的 SKILL.md 语言
中文
星标
46
分支
7

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
fund-basicinfo-single-fund
description
Get basic information of a specific fund by institution code. Use when user asks about fund details, 基金基本信息, 基金管理人, 基金经理, 基金类型, 投资目标.
# 查询指定基金基础信息 ## 参数 | 参数 | 类型 | 必填 | 说明 | 示例 | |------|------|------|------|------| | `--institution-code` | string | 是 | 6 位数字基金代码 | `000001` | ## 用法 通过主目录 `run.py` 调用(必填 `--institution-code`): ```bash python <RUN_PY> fund-basicinfo-single-fund --institution-code 000001 ``` `<RUN_PY>` 为主 SKILL.md 同级的 `run.py` 绝对路径。脚本输出 JSON 对象,包含基金名称、管理人、经理、类型、投资理念/目标/范围、业绩基准等完整信息,按用户关注点展示。 ## 注意 - `institution_code` 必须是 6 位数字 - 响应为对象,不是分页列表 - 若用户只给基金名称,建议先用 `fund-support-symbols-all-funds-paginated` 或 `fund-overview-all-funds-paginated` 查到对应 6 位 `institution-code` 再调用本接口。
在 GitHub 查看