tianqing-data
Installation
SKILL.md
TQ Skill - China Futures Data
Overview
TQ Skill provides command-line access to China futures market data through the EasyFut API. Fetch real-time quotes, historical K-line data, and granular tick sequences for major futures contracts traded on Chinese exchanges (CFFEX, DCE, SHFE).
Quick Start
Installation
Install the CLI tool:
# Make the script executable
chmod +x scripts/tq_cli.py
# Optionally, add to PATH or create an alias
alias tq='python3 /path/to/tq_cli.py'