eastmoney-scraper

Fetch East Money index quotes, sector flows, and fund rankings from internal APIs.

2|2|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/huidge/hermes-skills --skill eastmoney-scraper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eastmoney-scraper
Source: https://github.com/huidge/hermes-skills/tree/main/data-science/eastmoney-scraper
Command: npx skills add https://github.com/huidge/hermes-skills --skill eastmoney-scraper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

East Money's market data is dynamic and JS-rendered, making reliable scraping difficult. This skill guides users to use internal East Money API endpoints to obtain real-time quotes, fund rankings, and sector flows, while noting that the push2 endpoint is deprecated.

Core Features & Use Cases

  • Real-time index quotes, sector fund flow data, and fund rankings from East Money via internal endpoints.
  • Practical workflows for financial analysis, portfolio tracking, or research requiring up-to-date market data from Chinese markets.
  • Use Case: When building a dashboard that monitors Shanghai Composite and sector inflows, this skill provides stable data sources beyond JS-rendered pages.

Quick Start

Use the East Money scraper to fetch real-time index quotes and sector fund flows from the internal APIs.

Frequently Asked Questions about eastmoney-scraper

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

FAQPage Schema
How do I fetch East Money real-time market data without dealing with JS-rendered pages?

To fetch East Money real-time market data reliably, you can use internal API endpoints instead of scraping JS-rendered pages. This approach bypasses dynamic content rendering to obtain consistent index quotes, sector fund flows, and fund rankings for dashboards.

Can I get Shanghai Composite index quotes and sector fund flows for a monitoring dashboard?

Yes, you can retrieve Shanghai Composite index quotes and sector fund flows for monitoring dashboards. The internal API endpoints provide stable data sources for real-time index quotes and sector inflows, ensuring auditable results for portfolio tracking and research.

What is the best way to scrape A-share fund rankings from East Money?

The best way to retrieve A-share fund rankings from East Money is by querying internal API endpoints rather than traditional web scraping. This method ensures data normalization and consistent results by directly accessing structured fund ranking data without rendering JavaScript.

Why does my East Money web scraper fail to return real-time quotes?

East Money web scrapers fail to return real-time quotes because the market data is dynamically JS-rendered. Using internal API endpoints resolves this by providing direct access to real-time index quotes and sector flows, bypassing the unreliable JS-rendered content entirely.

Does the East Money push2 endpoint still work for fetching market data?

The East Money push2 endpoint is deprecated for fetching market data. Users should transition to other available internal API endpoints provided by the skill to ensure continuous access to real-time quotes, fund rankings, and sector fund flow data.

Are there limitations when using internal APIs for East Money data normalization?

A key limitation is the push2 endpoint deprecation, requiring use of other internal endpoints. While internal APIs provide consistent and auditable results through data normalization, users must monitor endpoint availability to maintain stable data fetching for Chinese market research.