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.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗配置
三个 tunable(均为正整数毫秒),经插件 config 覆盖:
| 键 | 默认 | 说明 |
|---|---|---|
quoteTtlMs | 5000 | 实时报价缓存 TTL |
klineTtlMs | 300000 | K 线缓存 TTL(5 分钟) |
minRequestIntervalMs | 500 | 请求最小间隔(≤2 QPS) |
非正整数在插件激活时抛错。