Income Statement Bulk
Income Statement Bulk
批量获取利润表数据:多家公司的营收、毛利、营业利润、净利润及营业费用、销货成本、销售管理费用(SG&A)等科目。标准化格式,适合行业与板块间的大规模财务比较研究。
GET
https://fmp-v2.icu/stable/income-statement-bulk?year=2026&period=Q1数据更新周期
4-6 Hours
接口说明
批量获取利润表数据:多家公司的营收、毛利、营业利润、净利润及营业费用、销货成本、销售管理费用(SG&A)等科目。标准化格式,适合行业与板块间的大规模财务比较研究。
接口地址
GET
/stable/income-statement-bulk请求需要携带网关下发的 API Key。接口路径及参数名称与 FMP 官方格式保持一致。
请求参数
2 个参数| 参数 | 类型 | 要求 | 示例 | 说明 |
|---|---|---|---|---|
year | string | 必填 | 2026 | 目标财报/数据的年份,如 2023。 |
period | string | 必填 | Q1,Q2,Q3,Q4,FY | 报告周期:annual(年度)、quarter(季度)、ttm(滚动十二月)。 |
返回数据
下表列出示例响应中的主要字段,实际字段会因接口及数据状态而有所不同。
| 字段 | 类型 | 说明 |
|---|---|---|
date | string | 数据对应日期 |
symbol | string | 证券代码 |
reportedCurrency | string | 报告币种 |
cik | string | SEC CIK 编号 |
filingDate | string | 申报日期 |
acceptedDate | string | 受理时间 |
fiscalYear | string | 财政年度 |
period | string | 报告周期 |
revenue | string | 营业收入 |
costOfRevenue | string | 营业成本 |
grossProfit | string | 毛利润 |
researchAndDevelopmentExpenses | string | 研发费用 |
generalAndAdministrativeExpenses | string | 管理费用 |
sellingAndMarketingExpenses | string | 销售及推广费用 |
sellingGeneralAndAdministrativeExpenses | string | 销售、管理及一般费用(SG&A) |
otherExpenses | string | 其他费用 |
查看响应数据示例
[
{
"date": "2025-03-31",
"symbol": "000001.SZ",
"reportedCurrency": "CNY",
"cik": "0000000000",
"filingDate": "2025-03-31",
"acceptedDate": "2025-03-31 00:00:00",
"fiscalYear": "2025",
"period": "Q1",
"revenue": "33644000000",
"costOfRevenue": "0",
"grossProfit": "33644000000",
"researchAndDevelopmentExpenses": "0",
"generalAndAdministrativeExpenses": "9055000000",
"sellingAndMarketingExpenses": "0",
"sellingGeneralAndAdministrativeExpenses": "9055000000",
"otherExpenses": "314000000",
"operatingExpenses": "9369000000",
"costAndExpenses": "9369000000",
"netInterestIncome": "22788000000",
"interestIncome": "44938000000",
"interestExpense": "22150000000",
"depreciationAndAmortization": "0",
"ebitda": "16802000000",
"ebit": "0",
"nonOperatingIncomeExcludingInterest": "24275000000",
"operatingIncome": "24275000000",内容已截断,完整字段以实际返回为准。
使用说明
- 日期、证券代码和枚举参数应严格使用接口要求的格式。
- 超出分钟限流时会返回 HTTP 429,请根据响应状态合理重试。
- 空数组通常表示当前查询条件下暂无数据,不代表请求失败。
需要稳定访问 Income Statement Bulk 数据?注册即可获取专属 API Key,免费体验全部接口。
免费试用 3 天