Earnings Express

Earnings flash reports (express) released by listed companies ahead of formal annual or interim reports, containing preliminary headline figures such as operating revenue, total profit, net profit, total assets, EPS, and ROE. Compared with forecasts, these are more specific and closer to final values, but remain unaudited preliminary data. Disclosed before official statements, they let users capture core results early and build earnings signals ahead of the market. Note that flash figures may differ from the final audited numbers.

GET /v2/financials/express

Parameters

Name Type Required Description
symbol string No Stock code, e.g. 000001.SZ
start_date string No Start date (YYYYMMDD)
end_date string No End date (YYYYMMDD)
period string No Report period YYYYMMDD, e.g. 20231231

Key Response Fields

Field Description
revenue / n_income Revenue / net income (CNY)
diluted_eps / diluted_roe Diluted EPS and ROE
yoy_net_profit Net profit YoY growth %
perf_summary Performance summary

API Example

cURL
curl -H "X-API-Key: YOUR_KEY" \
  "https://asharehub.com/v2/financials/express?symbol=000001.SZ"
Python SDK
from asharehub import AShareHub

client = AShareHub(api_key="YOUR_KEY")
df = client.express(symbol="000001.SZ")
print(df.head())

Sample Data

returns a pandas.DataFrame
symbolann_dateend_daterevenueoperate_profittotal_profitn_incometotal_assetstotal_hldr_eqy_exc_min_intdiluted_eps… +5
000001.SZ202301172022123117989500000057475000000572530000004551600000053215140000004346800000002.2
000001.SZ202201142021123116938300000045985000000458790000003633600000049213800000003954480000001.73
000001.SZ202001142019123113795800000036289000000362400000002819500000039390700000002730350000001.54