FTShare Market Data
153 nøkkelfrie endepunkter for A-aksje, HK og US markedsdata via én run.py
Bestått
Hva den gjør
En enkelt dispatcher over 153 finansielle dataendepunkter som dekker A-aksjekurser og candlesticks, IPOer, blokkhandler, marginhandel, konvertible obligasjoner, ETFer, fond, indekskomponentvekter, kinesiske makroserier, pluss Hong Kong og US-noteringer og finansielle rapporter. Hvert kall går gjennom run.py mot den offentlige market.ft.tech-gatewayen uten API-nøkkel eller innlogging. Utløses når du ber om en aksjekode, live-kurs, verdsettelse, K-linje, indeksvekt eller makrotall for kinesiske, Hong Kong- eller US-markeder.
Testrapport
153 sub-skills behind one run.py dispatcher, and crucially no API key: live calls came back with ChiNext quotes stamped 2026-08-10, all 300 CSI 300 constituent weights as of 2026-07-31, Tencent's HK share count and market cap, June 2026 China CPI, and same-week block trades. The no-skill baseline could still scrape ChiNext turnover leaders from Eastmoney's raw push2 endpoint, but only with undocumented f3/f6/f12 field codes, and it could not get the index weights at all: csindex.com.cn returned HTTP 500 and the other sources 403'd or 404'd, while the skill returned them in one command with an as-of date. One documented example is broken in practice: stock-quotes-list --order_by "change_rate desc" sorts nulls first and hands back three delisted shells before any live stock, whereas stock-daec-stocks with the same flag sorts correctly. Output and error messages are Chinese-only, which matters if you are wiring this into an English pipeline.
Testet på: 2026-08-10 · Claude Code 2.x (agent harness)
Installer
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
Kommandoer og eksempelprompter
/ftshare-market-data153 nøkkelfrie endepunkter for A-aksje, HK og US markedsdata via én run.py
Skills utløses av vanlige forespørsler — ingen kommandoer å huske. Etter installasjonen aktiverer prompter som disse skillen (på engelsk):
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?