minyang-chen/dsh-stock-lookup ↗★ 0
dsh-stock-lookup
通过 SEC EDGAR 和 yahoo-finance2 将公司名称解析为股票代码并获取实时股票概况与价格
AI 分析
核心用途是自动查询美股代码、实时股价及 SEC 备案链接。适合需要快速检索美股公司基本面和市场数据的金融分析任务。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:minyang-chen/dsh-stock-lookup說明文件
閱讀完整 README ↗Usage examples
Just ask the agent naturally — it selects the right tool automatically.
Direct ticker lookup (agent skips stock_resolve, calls stock_profile directly):
What is Apple's current stock price?
Company name → symbol → profile (two-tool chain):
What sector is Nvidia in?
Agent calls stock_resolve("nvidia") → finds NVDA → calls stock_profile("NVDA").
Ambiguous name:
Look up Amazon stock
Get the SEC EDGAR filing link:
Give me the SEC EDGAR filing link for Microsoft
Agent calls stock_resolve("Microsoft") and surfaces the direct link to EDGAR filings.
Find multiple companies by name:
Find all companies with "apple" in the name
Returns up to 10 matches with ticker, CIK, and EDGAR link for each.
Configuration
| Option | Default | Description |
|---|---|---|
enabled | true | Register tools with the agent |
quoteTtlMs | 15000 | Quote cache lifetime in milliseconds |