OpenSource-Hub
D

daily_stock_analysis

SHA-256
37.4k stars·AI Productivity·SHA-256 checksum verified

An open-source AI stock analysis system for A/H/US markets that generates daily decision dashboards and pushes them to WeChat Work, Feishu, Telegram, Discord, Slack, or email. Deploy via GitHub Actions for free.

Smart Download

Download Download Version

v3.17.1 · 216.1 MB

Zero-cost AI stock analysis that pushes daily buy/sell signals to your phone—no server required.

Core Features

  • AI decision reports: scores, buy/sell signals, risk alerts, catalysts
  • Multi-market data: A-shares, Hong Kong, US stocks, ETFs with K-lines, technicals, fund flows, news
  • Web UI for manual analysis, agent chat, backtesting, portfolio management
  • 15+ built-in agent strategies: moving average, chan theory, wave, trend, etc.
  • Multi-channel push: WeChat Work, Feishu, Telegram, Discord, Slack, email

What It Can't Do

  • This tool provides analysis only, not investment advice. Trade at your own risk. 2. You need to obtain AI API keys (Anspire, Gemini, etc.); some free tiers are limited. 3. News source configuration significantly impacts quality; configure at least one search API. 4. Non-trading days are skipped by default; can be forced. 5. Notification channels require your own bot/webhook setup.

Use Cases

  • Daily automatic analysis of your watchlist, with recommendations pushed to your phone
  • Retail investors who want AI-driven insights without writing any code

Detailed Introduction

Daily Stock Analysis (DSA) is an open-source, AI-driven stock analysis system covering A-shares, Hong Kong stocks, and US stocks. It aggregates real-time market data, K-lines, technical indicators, fund flows, news, and fundamentals, then generates comprehensive AI decision dashboards (scores, buy/sell signals, risks, catalysts). It supports multi-round agent conversations with 15+ built-in strategies (moving average, chan theory, wave, trend, etc.) and pushes reports to WeChat Work, Feishu, Telegram, Discord, Slack, and email. Deployable via GitHub Actions at zero cost, or locally with Docker. Compared to traditional quantitative frameworks like Qlib or Backtrader, DSA lowers the barrier by leveraging LLMs for natural language reasoning and easy configuration, requiring no coding skills for daily stock monitoring. It also integrates a web UI for manual analysis, backtesting, and portfolio management.

Troubleshooting & FAQ (1)

Troubleshooting
How to fix SearXNG base URL not being read when configured in GitHub Actions Variables?

In your workflow file (e.g., .github/workflows/00-daily-analysis.yml), change the environment variable assignment from ${{ secrets.SEARXNG_BASE_URLS }} to ${{ vars.SEARXNG_BASE_URLS || secrets.SEARXNG_BASE_URLS }}. This makes the workflow read the URL from Variables first, then fall back to Secrets. After this change, the search service will be enabled even if the URL is only in Variables. Also ensure the variable name matches exactly.

GitHub Issue #1565

Tags

stock analysisLLMquantitative tradingA-sharesHong Kong stocksUS stocksopen sourceGitHub Actions

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Open the downloaded dmg file, then drag the app to Applications

3

Fork this repository to your GitHub account

4

Configure Secrets: AI API Key (e.g., Anspire), stock list, notification webhook

5

Enable GitHub Actions and manually trigger a test run

Install Guide
  1. Fork this repository to your GitHub account
  2. Configure Secrets: AI API Key (e.g., Anspire), stock list, notification webhook
  3. Enable GitHub Actions and manually trigger a test run
File Integrity

SHA-256 checksum verified

Checksum extracted from GitHub official Release page

SHA256 Checksum

ba6a9a6f1bfa024d40305f1c8342bb7f5562634dd20bddeae8d9db7b358c7eaa

This checksum is extracted from the GitHub Release page. Verify file integrity after download.

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Delete the forked GitHub repository, stop the Docker container, or remove the local project directory to fully uninstall.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-06-27 12:35:05
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

1 FAQ

Similar Projects