A股市场数据工具 — 实时行情、板块扫描、收盘简报、多因子选股。数据源:新浪财经(零成本,无需API Key)。不构成投资建议。
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill finbot-stock --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Finbot Stock?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-finbot-stock)More formats (shields.io, HTML) on the badges page.
---
name: finbot-stock
description: "A股市场数据工具 — 实时行情、板块扫描、收盘简报、多因子选股。数据源:新浪财经(零成本,无需API Key)。不构成投资建议。"
tags:
- finance
- china-stocks
- a-shares
- market-data
- stock-screening
version: 1.0.0
---
# finbot-stock — A股市场数据工具
一键获取A股实时行情、板块扫描、收盘简报和多因子选股评分。
## 数据源
新浪财经免费行情接口。零成本,无需 API Key。
## 用法
### 实时行情(单只)
```bash
python3 {baseDir}/scripts/fetcher.py
```
默认测试平安银行(000001),修改 `__main__` 中的 code 参数即可。
### 批量行情
在 Python 中调用:
```python
from scripts.fetcher import fetch_batch
results = fetch_batch(["000001","000002","600519","300750"])
```
### 市场扫描
```bash
python3 {baseDir}/scripts/analyzer.py --scan
```
输出:各板块涨跌排名、异动提醒、成交额TOP。
### 收盘简报
```bash
python3 {baseDir}/scripts/analyzer.py --report
```
生成 Markdown 格式的每日市场简报,包含板块表现、异动监控。
## 输出示例
```
📊 阿不 市场扫描 | 2026-06-02
============================================================
📍 科技 (10只)
🔴 寒武纪(688256): 1300.0 +5.01%
🔴 立讯精密(002475): 74.0 +4.65%
💰 成交额TOP
立讯精密: ¥167.48亿 4.65%
宁德时代: ¥167.19亿 3.28%
```
## 合规声明
本工具仅提供市场数据整理与展示,**不构成任何投资建议**。所有数据来源于公开免费接口,使用时请自行核实。投资有风险,决策需自主。
## 依赖
- Python 3.8+
- 无需第三方包(仅使用标准库 urllib、json、csv、re)
## 授权
MIT
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.