利润表

上市公司利润表,按报告期提供,含营业收入、营业成本、各项期间费用、营业利润、利润总额、净利润、归母净利润以及 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://asharehub.com/v2/financials/income?symbol=000001.SZ"
Python SDK
from asharehub import AShareHub

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

数据样例

返回 pandas.DataFrame
symbolann_datef_ann_dateend_datereport_typecomp_typebasic_epsdiluted_epstotal_revenuerevenue… +16
000001.SZ202604252026042520260331120.670.673527700000035277000000
000001.SZ202603212026032120251231122.072.07131442000000131442000000
000001.SZ202510252025102520250930121.871.87100668000000100668000000