stock-fund-flow

Query A-share industry and concept sector fund flow rankings from East Money data center.

1|Updated Jun 20, 2026
One-click install
npx skills add https://github.com/riipandi/minis-skills --skill stock-fund-flow-riipandi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-fund-flow
Source: https://github.com/riipandi/minis-skills/tree/main/stock-fund-flow
Command: npx skills add https://github.com/riipandi/minis-skills --skill stock-fund-flow-riipandi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually browsing East Money sector pages only shows partial rankings and requires tedious paging. This Skill retrieves the complete fund flow dataset for A-share industry and concept sectors directly from the page's data component, enabling fast ranking and filtering of main force capital movements. ## Core Features & Use Cases - Complete Data Retrieval: Extracts full sector fund flow data from the jQuery dataview component instead of scraping paginated tables. - Ranking and Filtering: Sorts sectors by change percentage and filters by main force net inflow or outflow. - Interpretation Guidance: Explains how to read main force net inflow signals such as washout versus distribution patterns. - Use Case: Ask which industry sectors had the largest main force net inflows today, and receive a formatted TOP 5 inflow and outflow report with sector names, change percentages, and net inflow amounts. ## Quick Start Show me today's A-share industry sector fund flow rankings with the top 5 main force net inflows and outflows.

Frequently Asked Questions about stock-fund-flow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query A-share sector fund flow data?

Navigate to the East Money sector fund flow pages (data.eastmoney.com/bkzj/hy.html for industry, gn.html for concept) with a desktop user agent, then execute JavaScript to read the jQuery dataview component's data array for complete results.

What is main force net inflow in Chinese stock data?

Main force net inflow is the sum of super large order and large order net inflows, corresponding to fields f66 and f78 combined into f62. A positive value indicates large capital buying into the sector.

Why does the East Money page only show 20 sectors?

The mobile version of the page limits display to the top 20 entries and lacks search. Switching to a desktop Chrome user agent and reading the dataview component directly returns all roughly 128 industry sectors.

Can I filter sectors by net outflow instead of inflow?

Yes, filter the retrieved rows where field f62 is negative to get net outflow sectors, or positive for inflows. You can also sort by field f3 to rank sectors by percentage change.

What are the limitations of scraping East Money fund flow data?

The approach depends on the page's jQuery dataview component structure and field codes like f62 and f3, so site redesigns can break extraction. It also requires a browser automation environment with JavaScript execution support.