分析股票和市场。当用户想要分析单个或多个股票,或进行市场复盘时调用。
$npx -y skills add zhulinsen/daily_stock_analysis --skill daily_stock_analysisInstalls into the current project.
Run `npx skills use "https://github.com/zhulinsen/daily_stock_analysis" --skill "zhulinsen/daily_stock_analysis"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/zhulinsen/daily_stock_analysis" that are relevant to the current task. Run `npx skills add "https://github.com/zhulinsen/daily_stock_analysis"` and select the relevant skills, then follow their instructions.
| 1 | <div align="center"> |
| 2 | |
| 3 | # 📈 股票智能分析系统 |
| 4 | |
| 5 | [](https://github.com/ZhuLinsen/daily_stock_analysis/stargazers) |
| 6 | [](https://github.com/ZhuLinsen/daily_stock_analysis/actions/workflows/ci.yml) |
| 7 | [](https://opensource.org/licenses/MIT) |
| 8 | [](https://www.python.org/downloads/) |
| 9 | [](https://github.com/features/actions) |
| 10 | [](https://hub.docker.com/r/zhulinsen/daily_stock_analysis) |
| 11 | |
| 12 | <p align="center"> |
| 13 | <img src="https://trendshift.io/api/badge/trendshift/repositories/18527/daily?language=Python" alt="#1 Python Repository Of The Day | Trendshift" width="250" height="55"/> <a href="https://hellogithub.com/repository/ZhuLinsen/daily_stock_analysis" target="_blank"><img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=6daa16e405ce46ed97b4a57706aeb29f&claim_uid=pfiJMqhR9uvDGlT&theme=neutral" alt="Featured|HelloGitHub" width="230" /></a> |
| 14 | </p> |
| 15 | |
| 16 | > 🤖 基于 AI 大模型的 A股/港股/美股/日股/韩股/台股自选股智能分析系统,每日自动分析并推送「决策仪表盘」到企业微信/飞书/Telegram/Discord/Slack/邮箱 |
| 17 | |
| 18 | [**产品预览**](#-产品预览) · [**功能特性**](#-功能特性) · [**快速开始**](#-快速开始) · [**推送效果**](#-推送效果) · [**文档中心**](docs/INDEX.md) · [**完整指南**](docs/full-guide.md) |
| 19 | |
| 20 | 简体中文 | [English](docs/README_EN.md) | [繁體中文](docs/README_CHT.md) |
| 21 | |
| 22 | </div> |
| 23 | |
| 24 | ## 💖 赞助商 (Sponsors) |
| 25 | <div align="center"> |
| 26 | <p align="center"> |
| 27 | <a href="https://open.anspire.cn/dsa?share_code=QFBC0FYC" target="_blank"><img src="./docs/assets/anspire.png" alt="Anspire Open 一站式模型和搜索服务" width="300" height="141" style="width: 300px; height: 141px; object-fit: contain;"></a> |
| 28 | <a href="https://serpapi.com/baidu-search-api?utm_source=github_daily_stock_analysis" target="_blank"><img src="./docs/assets/serpapi_banner_zh.png" alt="轻松抓取搜索引擎上的实时金融新闻数据 - SerpApi" width="300" height="141" style="width: 300px; height: 141px; object-fit: contain;"></a> |
| 29 | </p> |
| 30 | </div> |
| 31 | |
| 32 | |
| 33 | ## 🖥️ 产品预览 |
| 34 | |
| 35 | <p align="center"> |
| 36 | <img src="docs/assets/readme_workspace_tour_20260510.gif" alt="DSA Web 工作台演示" width="720"> |
| 37 | </p> |
| 38 | |
| 39 | ## ✨ 功能特性 |
| 40 | |
| 41 | | 能力 | 覆盖内容 | |
| 42 | |------|------| |
| 43 | | AI 决策报告 | 核心结论、评分、趋势、买卖点位、风险警报、催化因素、操作检查清单 | |
| 44 | | 多市场数据聚合 | 覆盖 A股、港股、美股、日股、韩股、台股和 ETF,支持行情、K 线、技术指标、新闻、公告、基本面与报告辅助数据;不同市场的数据源和能力边界见 [市场支持边界](docs/market-support.md) | |
| 45 | | Web / 桌面工作台 | 手动分析、任务进度、历史报告、完整 Markdown、回测、持仓、配置管理、浅色 / 深色主题 | |
| 46 | | Agent 策略问股 | 多轮追问,支持均线、缠论、波浪、趋势、热点、事件、成长、预期等 15 种内置策略,覆盖 Web/Bot/API | |
| 47 | | 智能导入与补全 | 图片、CSV/Excel、剪贴板导入;股票代码/名称/拼音/别名补全 | |
| 48 | | 自动化与推送 | GitHub Actions、Docker、本地定时任务、FastAPI 服务和企业微信/飞书/Telegram/Discord/Slack/邮件推送 | |
| 49 | |
| 50 | > 功能细节、字段契约、基本面 P0 超时语义、交易纪律、数据源优先级、Web/API 行为请看 [完整配置与部署指南](docs/full-guide.md)。 |
| 51 | |
| 52 | ### 技术栈与数据来源 |
| 53 | |
| 54 | | 类型 | 支持 | |
| 55 | |------|------| |
| 56 | | AI 模型 | [Anspire](https://open.anspire.cn/dsa?share_code=QFBC0FYC)、[AIHubMix](https://aihubmix.com/?aff=CfMq)、Gemini、OpenAI 兼容、DeepSeek、通义千问、Claude、Ollama 本地模型等 | |
| 57 | | 行情数据 | [TickFlow](https://tickflow.org/auth/register?ref=WDSGSPS5XC)、AkShare、Tushare、Pytdx、Baostock、YFinance、Longbridge | |
| 58 | | 新闻搜索 | [Anspire](https://open.anspire.cn/dsa/?share_code=QFBC0FYC)、[SerpAPI](https://serpapi.com/baidu-search-api?utm_source=github_daily_stock_analysis)、[Tavily](https://tavily.com/)、[Bocha](https://open.bocha.cn/)、[Brave](https://brave.com/search/api/)、[MiniMax](https://platform.minimaxi.com/)、SearXNG | |
| 59 | | 社交舆情 | [Stock Sentiment API](https://api.adanos.org/docs)(Reddit / X / Polymarket,仅美股,可选) | |
| 60 | |
| 61 | > 项目默认内置 AkShare、Baostock、YFinance 等免费行情源,可零配置运行;免费源受上游限流、接口变动和网络波动影响,稳定性不保证。长期定时、批量分析或更稳定行情建议配置 TickFlow、Tushare、Longbridge 等 token 型数据源,适用市场、Actions 映射和 fallback 规则见 [数据源配置](docs/full-guide.md#数据源配置)。 |
| 62 | |
| 63 | ## 🚀 快速开始 |
| 64 | |
| 65 | ### 方式一:[GitHub Actions(推荐)](https://www.bilibili.com/video/BV11FEb66EXG/) |
| 66 | |
| 67 | > 5 分钟完成 |