利润表

上市公司利润表,按报告期提供,含营业收入、营业成本、各项期间费用、营业利润、利润总额、净利润、归母净利润以及 EBIT、EBITDA 等。报告期为累计口径(截至当季末),需自行差分以还原单季数据。随季报/年报披露更新,年报通常为审计后数据。适用于盈利能力分析、利润质量评估与营收成本结构拆解。所有金额单位为人民币元。

GET /v2/financials/income

请求参数

参数 类型 必填 说明
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证券

关键返回字段

字段 说明
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 息税前利润 / 息税折旧摊销前利润

接口示例

cURL
curl -H "X-API-Key: YOUR_KEY" \
  "https://databull.cn/v2/financials/income?symbol=000001.SZ"
Python SDK
from databull import DataBull

client = DataBull(api_key="YOUR_KEY")
df = client.income(symbol="000001.SZ")
print(df.head())

数据样例

返回 pandas.DataFrame
symbol ann_date f_ann_date end_date report_type comp_type basic_eps diluted_eps total_revenue revenue … +16
000001.SZ 20260425 20260425 20260331 1 2 0.67 0.67 35277000000 35277000000
000001.SZ 20260321 20260321 20251231 1 2 2.07 2.07 131442000000 131442000000
000001.SZ 20251025 20251025 20250930 1 2 1.87 1.87 100668000000 100668000000