FTShare Market Data
153 endpoints sin clave para datos de mercado de acciones A, HK y EE. UU. a través de un run.py
Probado · Funciona
Qué hace
Un single dispatcher over 153 financial data endpoints covering A-share quotes y candlesticks, IPOs, block trades, margin trading, convertible bonds, ETFs, funds, index constituent weights, Chinese macro series, plus Hong Kong y US listings y financial statements. Every call goes through run.py against the public market.ft.tech gateway con no API key o login. Se activa cuando se solicita un stock code, live quote, valuation, K-line, index weight o macro figure para Chinese, Hong Kong o US markets.
Informe de la prueba
153 sub-skills behind one run.py dispatcher, y crucially no API key: live calls came back con ChiNext quotes stamped 2026-08-10, all 300 CSI 300 constituent weights as of 2026-07-31, Tencent's HK share count y market cap, June 2026 China CPI, y same-week block trades. El no-skill baseline could still scrape ChiNext turnover leaders from Eastmoney's raw push2 endpoint, but only con undocumented f3/f6/f12 field codes, y it could not get the index weights at all: csindex.com.cn returned HTTP 500 y las other sources 403'd o 404'd, while the skill returned them in one command con an as-of date. One documented example is broken in practice: stock-quotes-list --order_by "change_rate desc" sorts nulls first y hands back three delisted shells before any live stock, whereas stock-daec-stocks con the same flag sorts correctly. Output y error messages son Chinese-only, which matters if you are wiring this into an English pipeline.
Probado el: 2026-08-10 · Claude Code 2.x (agent harness)
Instalación
git clone --depth 1 https://github.com/FTShare-Lab/FTShare-skills.git mkdir -p ~/.claude/skills cd FTShare-skills && cp -r ftshare-market-data ~/.claude/skills/ftshare-market-data
Comandos y prompts de ejemplo
/ftshare-market-data153 endpoints sin clave para datos de mercado de acciones A, HK y EE. UU. a través de un run.py
Los skills se activan con peticiones en lenguaje natural, sin comandos que memorizar. Tras instalarlo, prompts como estos lo activan (en inglés):
Get today's ChiNext quote leaders and CSI 300 constituent weightsPull Tencent's Hong Kong listing profile and financials for meWhat's the latest China CPI print and margin trading data?