Realyujie/dsh-us-stocks6

dsh-us-stocks

基于 yahoo-finance2 的 DSH 美股市场数据插件,提供实时行情与财务数据查询工具。

AI 分析

核心用途是让 Agent 具备查询美股实时行情、财务报表、评级和新闻的能力。适合需要进行美股数据分析、金融研究辅助的用户。内置内存缓存以避免高频重复请求。

套件
dsh-us-stocks
版本
0.3.0
授權
MIT
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Realyujie/dsh-us-stocks

Configuration

enabled: true          # register the tools
market: us             # only "us" today
quoteTtlMs: 10000      # live quote cache lifetime
referenceTtlMs: 300000 # statements, bars, ratings and news cache lifetime

Caching is in-memory and per-process. Concurrent identical requests are collapsed onto a single upstream call, so an agent fanning six tools at one ticker does not make six redundant round trips. Failures are never cached.