minyang-chen/dsh-stock-lookup0

dsh-stock-lookup

DSH plugin: resolve a company name to a stock symbol and fetch a live stock profile with current price, powered by SEC EDGAR and yahoo-finance2

AI Analysis

核心用途是自动查询美股代码、实时股价及 SEC 备案链接。适合需要快速检索美股公司基本面和市场数据的金融分析任务。

Package
dsh-stock-lookup
Version
0.1.0
License
MIT
Last updated
Aug 25, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:minyang-chen/dsh-stock-lookup

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

OptionDefaultDescription
enabledtrueRegister tools with the agent
quoteTtlMs15000Quote cache lifetime in milliseconds