Realyujie/dsh-us-stocks6

dsh-us-stocks

DSH US stock market data plugin, powered by yahoo-finance2

AI 分析

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

パッケージ
dsh-us-stocks
バージョン
0.3.0
ライセンス
MIT
最終更新
2026/08/16

インストール

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

ドキュメント

README 全文を読む ↗

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.