weopenfire-git/dsh-market-quote ↗★ 0
dsh-market-quote
DSH tool plugin: realtime quotes and historical K-line for A-share / HK / US markets via Tencent's public quote API.
AI Analysis
核心用途是为 AI 智能体赋予金融行情查询能力。适合需要让 DSH 实时获取并分析股票价格与 K 线数据的金融分析任务。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗配置
三个 tunable(均为正整数毫秒),经插件 config 覆盖:
| 键 | 默认 | 说明 |
|---|---|---|
quoteTtlMs | 5000 | 实时报价缓存 TTL |
klineTtlMs | 300000 | K 线缓存 TTL(5 分钟) |
minRequestIntervalMs | 500 | 请求最小间隔(≤2 QPS) |
非正整数在插件激活时抛错。