FMP行情数据API网行情数据

Income Statement Growth

Income Statement Growth

获取利润表各科目的同比增长数据:营收增速、毛利/营业利润/净利润增速,以及营业费用、研发费用、利息费用等科目的变化。用于观察公司成长的斜率与盈利质量的变化方向。

GEThttps://fmp-v2.icu/stable/income-statement-growth?symbol=AAPL

数据更新周期

Filing Date · 随 SEC 申报日期更新

接口说明

获取利润表各科目的同比增长数据:营收增速、毛利/营业利润/净利润增速,以及营业费用、研发费用、利息费用等科目的变化。用于观察公司成长的斜率与盈利质量的变化方向。

接口地址

GET/stable/income-statement-growth

请求需要携带网关下发的 API Key。接口路径及参数名称与 FMP 官方格式保持一致。

请求参数

3 个参数
参数类型要求示例说明
symbolstring必填AAPL证券代码,例如 AAPL 或 MSFT。
limitnumber可选5返回结果条数上限,用于控制单次响应大小。
periodstring可选Q1,Q2,Q3,Q4,FY,annual,quarter报告周期:annual(年度)、quarter(季度)、ttm(滚动十二月)。

返回数据

下表列出示例响应中的主要字段,实际字段会因接口及数据状态而有所不同。

字段类型说明
symbolstring证券代码
datestring数据对应日期
fiscalYearstring财政年度
periodstring报告周期
reportedCurrencystring报告币种
growthRevenuenumber增长营业收入(growthRevenue)
growthCostOfRevenuenumber增长成本营业收入(growthCostOfRevenue)
growthGrossProfitnumber增长毛利利润(growthGrossProfit)
growthGrossProfitRationumber增长毛利利润比率(growthGrossProfitRatio)
growthResearchAndDevelopmentExpensesnumber增长研发开发费用(growthResearchAndDevelopmentExpenses)
growthGeneralAndAdministrativeExpensesnumber增长generaladministrative费用(growthGeneralAndAdministrativeExpenses)
growthSellingAndMarketingExpensesnumber增长selling市场费用(growthSellingAndMarketingExpenses)
growthOtherExpensesnumber增长other费用(growthOtherExpenses)
growthOperatingExpensesnumber增长经营费用(growthOperatingExpenses)
growthCostAndExpensesnumber增长成本费用(growthCostAndExpenses)
growthInterestIncomenumber增长利息收益(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 天