Financial Indicators

Quarterly financial indicators including ROE, margins, EPS, and 50+ metrics per company.

GET /v2/financials/indicators
curl -H "X-API-Key: YOUR_KEY" \
  "https://asharehub.com/v2/financials/indicators?symbol=000001.SZ&limit=4"

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
ann_date string No Announcement date YYYYMMDD
limit int No Max rows (defaults to the cap; no need to raise it)

Key Response Fields

Field Type Description
symbol string Stock code
end_date string Reporting period end date
ann_date string Announcement date
roe number Return on equity (%)
eps number Earnings per share (CNY)
grossprofit_margin number Gross profit margin (%)
netprofit_margin number Net profit margin (%)
current_ratio number Current ratio
debt_to_assets number Debt-to-asset ratio (%)