利润表

季度/年度利润表数据。金额单位为人民币元。

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

请求参数

参数 类型 必填 说明
symbol string 股票代码,如 000001.SZ
start_date string 开始日期 (YYYYMMDD)
end_date string 结束日期 (YYYYMMDD)
period string 报告期,YYYYMMDD,如 20231231
ann_date string 公告日期,YYYYMMDD
f_ann_date string 实际公告日期,YYYYMMDD
report_type string 报告类型
comp_type string 公司类型:1工商业/2银行/3保险/4证券
limit int 最大行数(默认即返回到上限,无需手动调大)

关键返回字段

字段 说明
revenue / total_revenue 营业收入 / 营业总收入
operate_profit / total_profit 营业利润 / 利润总额
n_income / n_income_attr_p 净利润 / 归属母公司净利润
basic_eps / diluted_eps 基本每股收益 / 稀释每股收益
sell_exp / admin_exp / fin_exp / rd_exp 销售/管理/财务/研发费用
ebit / ebitda 息税前利润 / 息税折旧摊销前利润