Earnings Express
Preliminary earnings flash reports (业绩快报) released before formal financial statements.
GET /v2/financials/expresscurl -H "X-API-Key: YOUR_KEY" \
"https://asharehub.com/v2/financials/express?symbol=000001.SZ&limit=5"
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
limit
int
No
Max rows (defaults to the cap; no need to raise it)
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
Esc