Income Statement Growth
Income Statement Growth
获取利润表各科目的同比增长数据:营收增速、毛利/营业利润/净利润增速,以及营业费用、研发费用、利息费用等科目的变化。用于观察公司成长的斜率与盈利质量的变化方向。
GET
https://fmp-v2.icu/stable/income-statement-growth?symbol=AAPL数据更新周期
Filing Date · 随 SEC 申报日期更新
接口说明
获取利润表各科目的同比增长数据:营收增速、毛利/营业利润/净利润增速,以及营业费用、研发费用、利息费用等科目的变化。用于观察公司成长的斜率与盈利质量的变化方向。
接口地址
GET
/stable/income-statement-growth请求需要携带网关下发的 API Key。接口路径及参数名称与 FMP 官方格式保持一致。
请求参数
3 个参数| 参数 | 类型 | 要求 | 示例 | 说明 |
|---|---|---|---|---|
symbol | string | 必填 | AAPL | 证券代码,例如 AAPL 或 MSFT。 |
limit | number | 可选 | 5 | 返回结果条数上限,用于控制单次响应大小。 |
period | string | 可选 | Q1,Q2,Q3,Q4,FY,annual,quarter | 报告周期:annual(年度)、quarter(季度)、ttm(滚动十二月)。 |
返回数据
下表列出示例响应中的主要字段,实际字段会因接口及数据状态而有所不同。
| 字段 | 类型 | 说明 |
|---|---|---|
symbol | string | 证券代码 |
date | string | 数据对应日期 |
fiscalYear | string | 财政年度 |
period | string | 报告周期 |
reportedCurrency | string | 报告币种 |
growthRevenue | number | 增长营业收入(growthRevenue) |
growthCostOfRevenue | number | 增长成本营业收入(growthCostOfRevenue) |
growthGrossProfit | number | 增长毛利利润(growthGrossProfit) |
growthGrossProfitRatio | number | 增长毛利利润比率(growthGrossProfitRatio) |
growthResearchAndDevelopmentExpenses | number | 增长研发开发费用(growthResearchAndDevelopmentExpenses) |
growthGeneralAndAdministrativeExpenses | number | 增长generaladministrative费用(growthGeneralAndAdministrativeExpenses) |
growthSellingAndMarketingExpenses | number | 增长selling市场费用(growthSellingAndMarketingExpenses) |
growthOtherExpenses | number | 增长other费用(growthOtherExpenses) |
growthOperatingExpenses | number | 增长经营费用(growthOperatingExpenses) |
growthCostAndExpenses | number | 增长成本费用(growthCostAndExpenses) |
growthInterestIncome | number | 增长利息收益(growthInterestIncome) |
查看响应数据示例
[
{
"symbol": "AAPL",
"date": "2025-09-27",
"fiscalYear": "2025",
"period": "FY",
"reportedCurrency": "USD",
"growthRevenue": 0.0642551178283274,
"growthCostOfRevenue": 0.050429755837833726,
"growthGrossProfit": 0.08035066940442653,
"growthGrossProfitRatio": 0.015123771791588903,
"growthResearchAndDevelopmentExpenses": 0.10137073637233025,
"growthGeneralAndAdministrativeExpenses": 2.700858138911236,
"growthSellingAndMarketingExpenses": -1,
"growthOtherExpenses": 0,
"growthOperatingExpenses": 0.08150764786747176,
"growthCostAndExpenses": 0.057098264126144896,
"growthInterestIncome": 0,
"growthInterestExpense": 0,
"growthDepreciationAndAmortization": 0.022105723023154215,
"growthEBITDA": 0.07038464388942414,
"growthOperatingIncome": 0.07981106349824699,
"growthIncomeBeforeTax": 0.0748592946511722,
"growthIncomeTaxExpense": -0.3035396147769673,
"growthNetIncome": 0.19495177946573355,
"growthEPS": 0.22585924713584285,
"growthEPSDiluted": 0.2269736842105263,
"growthWeightedAverageShsOut": -0.025761769441082424,内容已截断,完整字段以实际返回为准。
使用说明
- 日期、证券代码和枚举参数应严格使用接口要求的格式。
- 超出分钟限流时会返回 HTTP 429,请根据响应状态合理重试。
- 空数组通常表示当前查询条件下暂无数据,不代表请求失败。
需要稳定访问 Income Statement Growth 数据?注册即可获取专属 API Key,免费体验全部接口。
免费试用 3 天