As Reported Income Statements
As Reported Income Statements
获取公司原始申报口径的利润表:营收、销货成本、营业费用、净利润等科目均按公司官方披露原值呈现,不做任何调整。适合基于官方数字自建模型或核对第三方数据的加工差异。
GET
https://fmp-v2.icu/stable/income-statement-as-reported?symbol=AAPL数据更新周期
Filing Date · 随 SEC 申报日期更新
接口说明
获取公司原始申报口径的利润表:营收、销货成本、营业费用、净利润等科目均按公司官方披露原值呈现,不做任何调整。适合基于官方数字自建模型或核对第三方数据的加工差异。
接口地址
GET
/stable/income-statement-as-reported请求需要携带网关下发的 API Key。接口路径及参数名称与 FMP 官方格式保持一致。
请求参数
3 个参数| 参数 | 类型 | 要求 | 示例 | 说明 |
|---|---|---|---|---|
symbol | string | 必填 | AAPL | 证券代码,例如 AAPL 或 MSFT。 |
limit | number | 可选 | 5 | 返回结果条数上限,用于控制单次响应大小。 |
period | string | 可选 | annual,quarter | 报告周期:annual(年度)、quarter(季度)、ttm(滚动十二月)。 |
返回数据
下表列出示例响应中的主要字段,实际字段会因接口及数据状态而有所不同。
| 字段 | 类型 | 说明 |
|---|---|---|
symbol | string | 证券代码 |
fiscalYear | number | 财政年度 |
period | string | 报告周期 |
reportedCurrency | string | 报告币种 |
date | string | 数据对应日期 |
data | object | 返回数据集合 |
查看响应数据示例
[
{
"symbol": "AAPL",
"fiscalYear": 2025,
"period": "FY",
"reportedCurrency": "USD",
"date": "2025-09-26",
"data": {
"revenuefromcontractwithcustomerexcludingassessedtax": 416161000000,
"costofgoodsandservicessold": 220960000000,
"grossprofit": 195201000000,
"researchanddevelopmentexpense": 34550000000,
"sellinggeneralandadministrativeexpense": 27601000000,
"operatingexpenses": 62151000000,
"operatingincomeloss": 133050000000,
"nonoperatingincomeexpense": -321000000,
"incomelossfromcontinuingoperationsbeforeincometaxesextraordinaryitemsnoncontrollinginterest": 132729000000,
"incometaxexpensebenefit": 20719000000,
"netincomeloss": 112010000000,
"earningspersharebasic": 7.49,
"earningspersharediluted": 7.46,
"weightedaveragenumberofsharesoutstandingbasic": 14948500000,
"weightedaveragenumberofdilutedsharesoutstanding": 15004697000,
"othercomprehensiveincomelossforeigncurrencytransactionandtranslationadjustmentnetoftax": -267000000,
"othercomprehensiveincomelosscashflowhedgegainlossbeforereclassificationaftertax": 849000000,
"othercomprehensiveincomelosscashflowhedgegainlossreclassificationaftertax": 212000000,
"othercomprehensiveincomelosscashflowhedgegainlossafterreclassificationandtax": 637000000,
"othercomprehensiveincomeunrealizedholdinggainlossonsecuritiesarisingduringperiodnetoftax": 817000000,内容已截断,完整字段以实际返回为准。
使用说明
- 日期、证券代码和枚举参数应严格使用接口要求的格式。
- 超出分钟限流时会返回 HTTP 429,请根据响应状态合理重试。
- 空数组通常表示当前查询条件下暂无数据,不代表请求失败。
需要稳定访问 As Reported Income Statements 数据?注册即可获取专属 API Key,免费体验全部接口。
免费试用 3 天