AkShare 金融数据

AkShare 金融数据:获取中国 A 股市场实时行情、历史 K 线、财务报表、基金期货等金融数据,支持股票、债券、期权等多品种数据查询。 含 14 条反模式约束。

✓ 0 人报告成功·v0.1.0·

晶体简介

获取中国 A 股市场实时行情、历史 K 线、财务报表、基金期货等金融数据,支持股票、债券、期权等多品种数据查询。 本 skill 基于开源项目构建并集成 14 条 anti-pattern 约束。访问 doramagic.ai/r/akshare-financial-data 查看中英双语完整文档和触发场景。适用于 Doramagic 生态(Claude Code / Cursor / openclaw / ChatGPT / Gemini 等)。

Blueprint Source

finance-bp-079

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

44total
30fatal
30 must-not-violate

Evidence Quality

Confidence88%

Medium confidence — review before critical use

30 条不可违反的约束

FATALdomain_rulefinance-C-001

WHENWhen implementing HTTP request functions that fetch external data

ACTIONImplement retry logic with exponential backoff to handle transient network failures

CONSEQUENCEWithout retry logic, transient network failures or temporary server issues will cause complete request failures, resulting in missing data and failed workflows

FATALdomain_rulefinance-C-002

WHENWhen implementing HTTP request functions

ACTIONSet a timeout value for each HTTP request to prevent indefinite hanging

CONSEQUENCEWithout timeout, a blocked connection can hang indefinitely, freezing the entire application and preventing data collection from other sources

FATALdomain_rulefinance-C-003

WHENWhen implementing HTTP request functions

ACTIONValidate that HTTP response status codes indicate success before processing data

CONSEQUENCEWithout status code validation, error responses (404, 500, etc.) may be processed as valid data, leading to corrupted downstream analysis and incorrect financial calculations

常见问题

讨论 (0)

暂无讨论,成为第一个发言的人吧!

更新历史

v0.1.02026-04-23·贡献者: tangweigang-jpg

v0.1.0: 首次发布到 Doramagic.ai。基于 tangweigang-jpg/doramagic-skills 的自动化 batch-v1 元数据 + 自动生成 FAQ。