Finance
East Money (Xuangu) logo

East Money (Xuangu) API

xuangu.eastmoney.com

East Money - China A-share screens, quotes, sector constituents, and forum posts.

Actions
7
Category
Finance
Login
Not required
Output
JSON

Call the East Money (Xuangu) API

Submit a task, then poll the job until it settles. This example runs act_xuangu_eastmoney_quote_detail_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_xuangu_eastmoney_quote_detail_ssr",
    "params": {
      "security_code": "600329"
    }
  }'

7 actions on xuangu.eastmoney.com

Read

  • Quote Details

    act_xuangu_eastmoney_quote_detail_ssrread1 credit / call

    Returns instrument detail including name, sector board, secid, and exchange for an A-share code.

    security_code
    string · required
  • Screening Option Suggestions

    act_xuangu_eastmoney_screening_option_suggestread1 credit / call

    Returns autocomplete screening filter options and metadata for a given field key.

    field_key
    string · required
  • Sector Constituents

    act_xuangu_eastmoney_sector_constituent_listread1 credit / call

    Returns ranked constituent stocks with code, name, price, and change for a sector board id.

    sector_board
    string · required
  • Stock Forum Articles

    act_xuangu_eastmoney_stock_forum_articlesread2 credits / call

    Returns paginated forum posts with title, author, date, and link for a security code.

    security_code
    string · required
    page
    integer
  • Stock Quote Snapshot

    act_xuangu_eastmoney_stock_quote_snapshotread1 credit / call

    Returns the latest quote snapshot with price, change, and company name for an instrument.

    secid
    string · required
    fields
    string
  • Strategy Heat Ranking

    act_xuangu_eastmoney_strategy_heat_rankingread1 credit / call

    Returns trending stock-screening strategies ranked by popularity, with heat scores and returns.

    count
    integer

Write

Write actions change state on xuangu.eastmoney.com and run as the account you connect.

  • Stock Screening Results

    act_xuangu_eastmoney_stock_screening_resultswrite2 credits / call

    Runs a stock screening query and returns matching stocks with price, valuation, and industry.

    screening_query
    string · required
    page_no
    integer
    page_size
    integer
    dx_info_new
    array
    custom_data_new
    string
    fingerprint
    string
    match_word
    string

East Money (Xuangu) API questions

Is there an API for East Money (Xuangu)?
East Money (Xuangu) does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for xuangu.eastmoney.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape East Money (Xuangu) data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when xuangu.eastmoney.com changes its markup, Anakin updates the action.
Do I need a East Money (Xuangu) account?
No. Every East Money (Xuangu) action listed here runs anonymously — no account and no credentials required.
What does the East Money (Xuangu) API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites