Earnings Forecast
Earnings forecasts (业绩预告) — early profit guidance disclosures required by exchange rules. Types include significant increase, decrease, turnaround, first loss, etc.
GET /v2/financials/forecastcurl -H "X-API-Key: YOUR_KEY" \
"https://asharehub.com/v2/financials/forecast?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
type
string
No
Forecast type (预增/预减/扭亏/...)
limit
int
No
Max rows (defaults to the cap; no need to raise it)
Key Response Fields
Field
Description
type
Forecast type (预增/预减/扭亏/首亏/续亏/略增/略减)
p_change_min / p_change_max
Net profit change range %
net_profit_min / net_profit_max
Forecast net profit range (10k CNY)
summary / change_reason
Summary and reason for change
Esc