
from global-stock-data239
Full-stack US & HK stock data toolkit: real-time quotes, K-lines, technical indicators, fundamentals, funds flow, options and SEC filings — zero external deps a
A comprehensive stock-data skill providing multi-source market data for US and Hong Kong markets: real-time quotes (Sina/Tencent/Eastmoney), K-line data (Sina/Yahoo), technical indicators (MA/MACD/RSI/KDJ/Boll), fundamentals (Eastmoney/Yahoo/SEC XBRL), funds flow, options chains and helper search functions. It supplies code snippets and helper functions so agents can fetch and compute finance metrics without extra dependencies.
Activate for tasks involving market quotes, K-line retrieval, technical analysis, financial statement extraction, options chains, SEC filings, institution holdings, or full-market screening. Ideal for analysts, quant research assistants, or any agent answering stock-specific queries for US/HK securities.
Designed for code-capable assistants (Claude Code, Copilot-style agents, Python-capable helpers) that can run HTTP requests and process JSON/CSV results.
Comprehensive US & HK stock data toolkit with 12 layers, 30+ endpoints, and 11 data sources. Entirely self-contained Python code in SKILL.md (~75K chars) with zero external dependencies beyond `requests`. Excellent error handling distinguishes DataNotAvailable from config/network errors. Built-in rate limiting and SEC User-Agent enforcement. Compliance levels (S/B/C) documented per source with ToS quotes. Hardcoded Eastmoney search API token is the only security note.
One of the most thorough financial data skills seen. The compliance classification (S/B/C) with actual ToS quotes is exemplary. The DataNotAvailable vs RuntimeError distinction shows careful design. The hardcoded Eastmoney token is a minor concern but appears to be a public API key, not a secret. No scripts directory — all code is inline.