查询指定基金基础信息
SkillDev toolsGet basic information of funds by fund code with pagination. Use when user asks about fund details, 基金基本信息, 基金管理人, 基金经理, 基金类型, 投资目标.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the 查询指定基金基础信息 skill
What this skill tells your AI
The instructions your AI receives, as published by ftshare-lab/ftshare-skill in ftshare-market-data/sub-skills/fund-basicinfo-single-fund/SKILL.md and read by ahel’s review.
参数
| 参数 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|
--institution-code | string | 是 | 6 位数字基金代码 | 000001 |
用法
通过主目录 run.py 调用(必填 --institution-code):
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再调用本接口。
Signals
- GitHub stars
- 64
- Forks
- 13
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
fund-basicinfo-single-fund- Source
- github.com/ftshare-lab/ftshare-skill