China A-Share Financials — Earnings & Fundamentals avatar

China A-Share Financials — Earnings & Fundamentals

Pricing

from $100.00 / 1,000 company financial records

Go to Apify Store
China A-Share Financials — Earnings & Fundamentals

China A-Share Financials — Earnings & Fundamentals

Scrape per-company financials for every listed Chinese A-share: revenue, net profit, EPS, ROE, gross margin, YoY/QoQ growth, for any reporting period. Eastmoney 业绩报表 data, no login required.

Pricing

from $100.00 / 1,000 company financial records

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

14 hours ago

Last modified

Categories

Share

Pull structured quarterly fundamentals for the entire Chinese A-share universe — Shanghai, Shenzhen, STAR Market, ChiNext and the Beijing Stock Exchange — in a single run. Every row carries the headline numbers equity desks actually screen on: total revenue, net profit to parent, basic and deducted EPS, weighted ROE, gross margin, and pre-computed year-over-year and quarter-over-quarter growth. It is the spreadsheet-ready version of Eastmoney's public performance-report (业绩报表) feed — no login, no account, no API key.

If you do equity research, quant screening, or track Chinese markets from offshore, this Actor gives you the fundamentals of the whole market as clean rows you can filter, rank and model.

What you get

One row per company per reporting period, with:

FieldDescription
stockCode / secuCode6-digit code and full code with exchange suffix
stockNameCompany short name
marketBoard (沪市主板, 深市主板, 创业板/ChiNext, 科创板/STAR, 北交所/BSE)
reportPeriod / reportTypee.g. 2026Q1, "2026年 一季报"
totalRevenueTotal operating revenue (CNY)
revenueYoYPct / revenueQoQPctRevenue growth, year-over-year / quarter-over-quarter
netProfitToParentNet profit attributable to parent (CNY)
netProfitYoYPct / netProfitQoQPctNet profit growth YoY / QoQ
basicEps / deductedEpsBasic EPS and EPS excluding non-recurring items
weightedRoePctWeighted average return on equity
grossMarginPctGross profit margin
netAssetsPerShareBook value per share
operCashFlowPerShareOperating cash flow per share
announcementDateDate the results were disclosed

Input

  • Reporting period (reportPeriod) — a quarter-end such as 2026-03-31 (Q1), 2025-12-31 (annual), 2025-06-30 (interim). Leave blank to auto-select the latest fully-reported quarter.
  • Stock codes (securityCodes) — restrict to specific tickers (e.g. 600519, 000001, 300750), or leave empty for the whole market.
  • Include NEEQ (includeNEEQ) — off by default; on includes lower-tier 新三板 companies.
  • Max companies (maxResults) — cap the number of rows (default 500).

Example input

{
"reportPeriod": "2026-03-31",
"securityCodes": ["600519", "300750", "000001"],
"maxResults": 500
}

Example output row

{
"stockCode": "600519",
"stockName": "贵州茅台",
"secuCode": "600519.SH",
"market": "沪市主板",
"reportPeriod": "2026Q1",
"reportType": "2026年 一季报",
"totalRevenue": 51444000000.0,
"revenueYoYPct": 10.7,
"revenueQoQPct": -8.2,
"netProfitToParent": 26849000000.0,
"netProfitYoYPct": 11.6,
"basicEps": 21.37,
"deductedEps": 21.30,
"weightedRoePct": 12.05,
"grossMarginPct": 92.0,
"netAssetsPerShare": 180.5,
"announcementDate": "2026-04-29",
"dataSource": "Eastmoney 业绩报表 (live)"
}

Use cases

  • Quant & factor screening — rank the whole market on growth, ROE, margin or EPS in seconds.
  • Earnings-season monitoring — pull each quarter's results as companies report; sort by announcementDate.
  • Fundamental research — build comparable tables across peers or sectors.
  • Dashboards & data products — feed clean A-share fundamentals into your own app, sheet or BI tool.
  • Backtesting — collect historical quarters (loop reportPeriod) to build a fundamentals time series.

Tips

  • Run it on a schedule during reporting season and sort on announcementDate to catch fresh results.
  • To build history, run once per quarter-end (2025-03-31, 2025-06-30, …) and append to one dataset.
  • revenueYoYPct and netProfitYoYPct are already computed — no need to derive growth yourself.

FAQ

Do I need an account or API key? No. Data is pulled live from Eastmoney's public dataset.

Which markets are covered? All A-shares — Shanghai & Shenzhen main boards, STAR Market (科创板), ChiNext (创业板) and the Beijing Stock Exchange. NEEQ (新三板) is optional.

How fresh is it? As fresh as Eastmoney — rows appear as companies disclose. Sort by announcementDate.

What currency are the figures in? Chinese yuan (CNY).

Can I build a historical time series? Yes — loop reportPeriod per quarter-end and append to one dataset.