业绩预告
业绩预告数据 — 交易所规则要求的提前业绩预告披露。类型包括预增、预减、扭亏、首亏、续亏、略增、略减等。
GET /v2/financials/forecastcurl -H "X-API-Key: YOUR_KEY" \
"https://asharehub.com/v2/financials/forecast?symbol=000001.SZ&limit=5"
请求参数
参数
类型
必填
说明
symbol
string
否
股票代码,如 000001.SZ
start_date
string
否
开始日期 (YYYYMMDD)
end_date
string
否
结束日期 (YYYYMMDD)
period
string
否
报告期,YYYYMMDD,如 20231231
type
string
否
预告类型:预增/预减/扭亏/首亏/续亏/续盈/略增/略减
limit
int
否
最大行数(默认即返回到上限,无需手动调大)
关键返回字段
字段
说明
type
预告类型(预增/预减/扭亏/首亏/续亏/略增/略减)
p_change_min / p_change_max
净利润变动幅度范围(%)
net_profit_min / net_profit_max
预计净利润范围(万元)
summary / change_reason
业绩摘要和变动原因
Esc