daily_stock_analysisModel43/100 via “intelligent search and context enrichment for fundamental analysis”
LLM驱动的 A/H/美股智能分析器:多数据源行情 + 实时新闻 + LLM决策仪表盘 + 多渠道推送,零成本定时运行,纯白嫖. LLM-powered stock analysis system for A/H/US markets.
Unique: Implements a multi-API search strategy (Anspire, Tavily, Bocha, SerpAPI) with fallback logic similar to data fetching, ensuring news availability even if primary search API fails. Structures search results as context blocks for LLM prompts, enabling the AI to cite specific news events in recommendations. Supports market-specific search (A-shares, HK, US) with appropriate query formatting per market.
vs others: More comprehensive than single-source news APIs (e.g., NewsAPI alone) because it aggregates multiple providers and includes earnings/risk data. More efficient than manual news monitoring because search is automated and results are pre-structured for LLM consumption. Supports Chinese market news (via Anspire, Bocha) unlike most Western financial APIs.