akshare-survey

机构调研Skill - 提供调研记录、调研热度排行、调研问答分析 via AkShare

105 stars

Best use case

akshare-survey is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

机构调研Skill - 提供调研记录、调研热度排行、调研问答分析 via AkShare

Teams using akshare-survey should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/akshare-survey/SKILL.md --create-dirs "https://raw.githubusercontent.com/aifinlab/FinClaw/main/skills/akshare-survey/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/akshare-survey/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How akshare-survey Compares

Feature / Agentakshare-surveyStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

机构调研Skill - 提供调研记录、调研热度排行、调研问答分析 via AkShare

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# SKILL.md - akshare-survey

## 技能信息

| 属性 | 内容 |
|:---|:---|
| **名称** | akshare-survey |
| **版本** | 1.1.0 |
| **分类** | 机构调研 |
| **状态** | ✅ 已上线 |
| **维护者** | FinClaw Core Team |
| **最后更新** | 2026-03-19 |

## 功能描述

机构调研Skill,提供A股市场机构调研记录查询、调研热度排行、调研问答分析等功能。追踪机构关注的热点公司和行业。

## 触发意图

### 主要触发词
- "机构调研"、"调研"
- "调研记录"
- "调研热度"
- "被调研"
- "接待机构"

### Few-shot 示例

| 用户输入 | 识别意图 | 调用函数 |
|:---|:---|:---|
| 最新机构调研 | survey_latest | survey_latest.py --limit 30 |
| 茅台调研记录 | survey_stock | survey_stock.py --code 600519 |
| 调研热度排行 | survey_rank | survey_rank.py |

## 数据源配置

| 数据类型 | 主要来源 | 备用来源 | 认证要求 |
|:---|:---|:---|:---:|
| 调研数据 | AkShare-交易所 | - | 无需 |

## 功能列表

### 1. 最新调研
- **功能描述**: 获取最新机构调研记录
- **输入参数**: 数量限制
- **输出格式**: Markdown表格
- **数据源**: AkShare-交易所
- **使用示例**:
  ```bash
  python scripts/survey_latest.py --limit 30
  ```

### 2. 个股调研
- **功能描述**: 查询特定股票的调研历史
- **输入参数**: 股票代码
- **输出格式**: Markdown表格
- **数据源**: AkShare
- **使用示例**:
  ```bash
  python scripts/survey_stock.py --code 600519
  ```

### 3. 调研热度排行
- **功能描述**: 调研次数排行
- **输入参数**: 无
- **输出格式**: Markdown表格
- **数据源**: AkShare
- **使用示例**:
  ```bash
  python scripts/survey_rank.py
  ```

## 脚本清单

| 脚本名 | 功能 | 入口点 |
|:---|:---|:---:|
| survey_latest.py | 最新调研 | ✅ |
| survey_stock.py | 个股调研 | ✅ |
| survey_rank.py | 调研排行 | ✅ |

## 调研信号解读

| 情形 | 信号 |
|:---|:---|
| 近期被多家机构密集调研 | 机构关注度高,可能有催化剂 |
| 知名机构(公募基金)调研 | 潜在配置意向 |
| 调研后股价异动 | 调研内容可能有重大信息 |
| 冷门股突然被调研 | 可能存在预期差 |

## 数据来源标注规范

```markdown
---
📊 **数据来源**: AkShare-交易所
⏱️ **数据时间**: 2026-03-19
📌 **调研日期**: 2026-03-15
📌 **接待机构**: xx基金、xx证券
🔗 **原始来源**: 上市公司投资者关系活动记录
🔧 **分析工具**: FinClaw v1.0
```

## 依赖要求

```
akshare>=1.10.0
pandas>=1.3.0
pyyaml>=5.4.0
```

## 更新日志

| 版本 | 日期 | 变更内容 |
|:---|:---:|:---|
| 1.1.0 | 2026-03-19 | 符合FinClaw数据规范v1.0 |
| 1.0.0 | 2026-03-13 | 初始版本 |

---

*本Skill遵循 FinClaw 数据规范 v1.0 | 数据来源强制标注 | 禁止训练数据编造*

Related Skills

akshare-trend-judgment

105
from aifinlab/FinClaw

用于基于AkShare数据的趋势判断场景。适用于金融工作中的基础任务单元。

akshare-stock

105
from aifinlab/FinClaw

A股股票数据Skill - 提供实时行情、历史数据、板块分析、资金流向等 via AkShare/腾讯财经

akshare-sentiment-risk

105
from aifinlab/FinClaw

用于基于AkShare数据的情绪风险分析场景。适用于金融工作中的基础任务单元。

akshare-risk-trigger

105
from aifinlab/FinClaw

用于基于AkShare数据的风险触发监控场景。适用于金融工作中的基础任务单元。

akshare-risk-tagging

105
from aifinlab/FinClaw

用于基于AkShare数据的风险标签生成场景。适用于金融工作中的基础任务单元。

akshare-report

105
from aifinlab/FinClaw

财报数据Skill - 提供三大报表、财务指标、杜邦分析 via AkShare

akshare-relationship-anomaly

105
from aifinlab/FinClaw

用于基于AkShare数据的关联关系异常检测场景。适用于金融工作中的基础任务单元。

akshare-reits

105
from aifinlab/FinClaw

REITs数据Skill - 提供公募REITs行情、收益分析、资产类型筛选 via AkShare

akshare-qfii

105
from aifinlab/FinClaw

QFII/QDII数据Skill - 提供QFII持仓、QDII基金、外资动向分析 via AkShare

akshare-pledge

105
from aifinlab/FinClaw

股权质押Skill - 提供质押比例查询、风险预警、解禁股提醒 via AkShare

akshare-overdue-risk

105
from aifinlab/FinClaw

用于基于AkShare数据的逾期风险识别场景。适用于金融工作中的基础任务单元。

akshare-options

105
from aifinlab/FinClaw

期权数据Skill - 提供ETF期权、股指期权行情、隐含波动率、PCR情绪指标、希腊字母 via AkShare/交易所