财务指标
季度财务指标,包含 ROE、毛利率、净利率、EPS 等 50+ 项指标。
GET /v2/financials/indicatorscurl -H "X-API-Key: YOUR_KEY" \
"https://asharehub.com/v2/financials/indicators?limit=5"
请求参数
参数
类型
必填
说明
symbol
string
否
股票代码,如 000001.SZ
start_date
string
否
开始日期 (YYYYMMDD)
end_date
string
否
结束日期 (YYYYMMDD)
period
string
否
报告期,YYYYMMDD,如 20231231
ann_date
string
否
公告日期,YYYYMMDD
limit
int
否
最大行数(默认即返回到上限,无需手动调大)
关键返回字段
字段
说明
end_date / ann_date
报告期 / 公告日期
roe / roe_dt
净资产收益率 / 扣非 ROE
grossprofit_margin
毛利率(%)
netprofit_margin
净利率(%)
eps / bps
每股收益 / 每股净资产
current_ratio / quick_ratio
流动比率 / 速动比率
Esc