Discover/fund.eastmoney.com API
live

fund.eastmoney.com APIfund.eastmoney.com

Access Chinese mutual fund data via the EastMoney Fund API: search funds, rankings, NAV history, holdings, and dividends for 6-digit fund codes.

Endpoints
6
Updated
10d ago
Try it
Search keyword (fund code, fund name, or pinyin abbreviation)
api.parse.bot/scraper/2423b196-cb7a-40e0-a656-00eff12c8f4c/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/2423b196-cb7a-40e0-a656-00eff12c8f4c/search_fund?query=110011' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for funds by keyword (code, name, or pinyin abbreviation). Returns matching funds with basic info.

Input
ParamTypeDescription
queryrequiredstringSearch keyword (fund code, fund name, or pinyin abbreviation)
Response
{
  "type": "object",
  "fields": {
    "Datas": "array of matching fund objects with CODE, NAME, FundBaseInfo",
    "ErrCode": "integer status code (0 = success)"
  },
  "sample": {
    "data": {
      "Datas": [
        {
          "JP": "YFDYZJXHHQDII",
          "CODE": "110011",
          "NAME": "易方达优质精选混合(QDII)",
          "CATEGORY": 700,
          "FundBaseInfo": {
            "DWJZ": 4.8072,
            "FSRQ": "2026-05-06",
            "FCODE": "110011",
            "FTYPE": "QDII-混合偏股"
          }
        }
      ],
      "ErrMsg": "fromcache",
      "ErrCode": 0
    },
    "status": "success"
  }
}

About the fund.eastmoney.com API

The EastMoney Fund API exposes 6 endpoints covering Chinese mutual fund search, performance rankings, detailed fund profiles, historical NAV records, top-10 stock holdings, and dividend announcements. The get_fund_details endpoint alone returns asset allocation breakdowns, fund manager work history, and performance evaluation metrics in a single call, all identified by a 6-digit fund code.

Fund Search and Rankings

The search_fund endpoint accepts a keyword — fund code, Chinese name, or pinyin abbreviation — and returns matching fund objects including CODE, NAME, and FundBaseInfo. The get_fund_list endpoint returns paginated rankings across fund types (gp for stock, zq for bond, qdii, fof, and others), sortable by return period fields like 1nzf (1-year return) or 3yzf (3-month return). The response includes allRecords and allPages for pagination control alongside per-fund NAV and return metrics.

Fund Details and Asset Allocation

get_fund_details takes a single fund_code parameter and returns a detailed profile: Data_assetAllocation breaks down the portfolio by stocks, bonds, and cash; Data_currentFundManager is an array of manager objects with name, workTime, and fundSize; and Data_performanceEvaluation contains scored performance metrics. The latest_nav_info object provides the most recently reported NAV without requiring a separate history call.

Historical NAV and Holdings

get_fund_historical_nav returns daily NAV records in LSJZList with optional start_date and end_date filters in YYYY-MM-DD format. Omitting both dates returns the most recent records first. TotalCount tells you how many records exist across all pages. The get_fund_holdings endpoint returns the top 10 disclosed stock positions — stock_code, stock_name, percentage, shares, and value — with optional year and month filters for specific semi-annual reporting periods; note that year and month must be supplied together, and empty results indicate no disclosure exists for that period.

Dividends and Announcements

get_dividend_info returns paginated dividend and split announcement records. Each object in Data includes FUNDCODE, TITLE, and PUBLISHDATE. TotalCount indicates the full announcement history depth. An ErrCode of 0 confirms a successful response across all endpoints that use this convention.

Common use cases
  • Build a fund screener that ranks Chinese mutual funds by 1-year or 3-month return using get_fund_list sort fields.
  • Track daily NAV movements for a portfolio of funds by polling get_fund_historical_nav with date range filters.
  • Analyze fund manager tenure and AUM across multiple funds using Data_currentFundManager from get_fund_details.
  • Monitor top-10 holdings changes across semi-annual periods using the year and month filters in get_fund_holdings.
  • Display dividend history for a fund in a financial dashboard using get_dividend_info with pagination.
  • Search funds by pinyin abbreviation via search_fund to support autocomplete in a Chinese-language investment app.
  • Compare asset allocation between bond and equity funds using Data_assetAllocation from get_fund_details.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does EastMoney provide an official developer API for fund.eastmoney.com?+
EastMoney does not publish a documented public developer API for fund.eastmoney.com. There is no official API portal or developer program linked from the site.
What does `get_fund_holdings` return, and what happens if I filter by a period with no disclosure?+
It returns the top 10 disclosed stock holdings for a fund, including stock_code, stock_name, percentage, shares, and value. If you supply a year and month combination that corresponds to a period with no filing, the holdings array will be empty. The year and month parameters must always be supplied together for period filtering to take effect.
Does the API cover fund types beyond Chinese domestic funds — for example, ETFs listed on Hong Kong exchanges or offshore QDII sub-fund details?+
The current API covers mainland-listed fund types including stock (gp), bond (zq), hybrid (hh), index (zs), QDII, LOF, and FOF funds searchable on fund.eastmoney.com. Detailed sub-fund breakdowns for QDII structures or HK-listed ETFs are not currently exposed. You can fork this API on Parse and revise it to add endpoints targeting those specific fund categories.
How far back does the NAV history go, and how is it paginated?+
get_fund_historical_nav returns records newest-first by default. You can narrow the range with start_date and end_date in YYYY-MM-DD format. The TotalCount field in the response tells you the total number of daily records available across all pages, and page_size controls how many appear per page. Coverage depth depends on how long a given fund has been in operation.
Does the API return real-time intraday NAV or estimated intraday values?+
The API returns the official end-of-day NAV as disclosed by the fund. Intraday estimated NAV (估值) data is not currently exposed by any endpoint. You can fork the API on Parse and revise it to add an endpoint covering estimated intraday values if that data is available for the fund you need.
Page content last updated . Spec covers 6 endpoints from fund.eastmoney.com.
Related APIs in FinanceSee all →
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
blackrock.com API
Access comprehensive BlackRock iShares ETF data to research fund performance, holdings, fees, and sector allocations, plus search and compare specific ETFs. Monitor investment details like distributions, key characteristics, and broad market indices all in one place.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
EastMoney Fund API – fund.eastmoney.com · Parse