tongstock-cli
Installation
SKILL.md
TongStock CLI & HTTP API Reference
TDX (通达信) protocol client for Chinese A-share market data (Shanghai, Shenzhen, Beijing exchanges).
Prerequisites
# Build from source
git clone https://github.com/sjzsdu/tongstock.git
cd tongstock
go build -o tongstock-cli ./cmd/cli
go build -o tongstock-server ./cmd/server
# Verify
./tongstock-cli --help
CLI Commands
Related skills