Yfinance Market Data

Yfinance Market Data: Yfinance Market Data: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

Yfinance Market Data skill for finance analytics + 加密. Covers 3+ use cases. (batch-v1 draft, needs English review) This skill is built on open-source project tangweigang-jpg/doramagic-skills and embeds 14 anti-pattern constraints. Visit doramagic.ai/r/yfinance-market-data for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-128

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

45total
31fatal
31 must-not-violate

Evidence Quality

Confidence88%

Medium confidence — review before critical use

31 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen implementing HTTP session initialization for Yahoo API

ACTIONUse curl_cffi.requests.Session with impersonate='chrome'

CONSEQUENCEYahoo's non-browser client blocking detects and rejects requests from standard HTTP libraries, resulting in 403 Forbidden errors and complete data access failure

FATALdomain_rulefinance-C-002

WHENWhen handling HTTP request errors for Yahoo API

ACTIONRetry only transient errors (TimeoutError, socket.error, OSError, ConnectionError) and raise for permanent errors

CONSEQUENCERetrying permanent errors like ValueError or KeyError wastes resources and masks underlying code bugs instead of surfacing them for proper debugging

FATALarchitecture_guardrailfinance-C-004

WHENWhen making HTTP requests to Yahoo API endpoints

ACTIONInclude crumb and cookie authentication with every request

CONSEQUENCEWithout proper crumb authentication, Yahoo API returns 401 Unauthorized or HTML error pages instead of JSON data, breaking all downstream data processing

FAQ

Discussion (0)

No comments yet. Be the first to share!

Changelog

v0.1.02026-04-23·Contributors: tangweigang-jpg

v0.1.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on tangweigang-jpg/doramagic-skills.