现金流量表
Cash Flow Statement
获取上市公司现金流量表:经营、投资、筹资三大活动的现金流入流出,以及自由现金流。可评估公司造血能力、资本开支强度与财务弹性,比利润表更难粉饰,是判断公司质量的关键报表。
GET
https://fmp-v2.icu/stable/cash-flow-statement?symbol=AAPL数据更新周期
Filing Date · 随 SEC 申报日期更新
接口说明
获取上市公司现金流量表:经营、投资、筹资三大活动的现金流入流出,以及自由现金流。可评估公司造血能力、资本开支强度与财务弹性,比利润表更难粉饰,是判断公司质量的关键报表。
接口地址
GET
/stable/cash-flow-statement请求需要携带网关下发的 API Key。接口路径及参数名称与 FMP 官方格式保持一致。
请求参数
3 个参数| 参数 | 类型 | 要求 | 示例 | 说明 |
|---|---|---|---|---|
symbol | string | 必填 | AAPL | 证券代码,例如 AAPL 或 MSFT。 |
limit | number | 可选 | 5 | 返回结果条数上限,用于控制单次响应大小。 |
period | string | 可选 | Q1,Q2,Q3,Q4,FY,annual,quarter | 报告周期:annual(年度)、quarter(季度)、ttm(滚动十二月)。 |
返回数据
下表列出示例响应中的主要字段,实际字段会因接口及数据状态而有所不同。
| 字段 | 类型 | 说明 |
|---|---|---|
date | string | 数据对应日期 |
symbol | string | 证券代码 |
reportedCurrency | string | 报告币种 |
cik | string | SEC CIK 编号 |
filingDate | string | 申报日期 |
acceptedDate | string | 受理时间 |
fiscalYear | string | 财政年度 |
period | string | 报告周期 |
netIncome | number | 净利润 |
depreciationAndAmortization | number | 折旧摊销(depreciationAndAmortization) |
deferredIncomeTax | number | deferred收益税(deferredIncomeTax) |
stockBasedCompensation | number | 股权激励费用 |
changeInWorkingCapital | number | 营运资本变动 |
accountsReceivables | number | 应收账目应收账款(accountsReceivables) |
inventory | number | 存货(inventory) |
accountsPayables | number | 应收账目应付(accountsPayables) |
查看响应数据示例
[
{
"date": "2025-09-27",
"symbol": "AAPL",
"reportedCurrency": "USD",
"cik": "0000320193",
"filingDate": "2025-10-31",
"acceptedDate": "2025-10-31 06:01:26",
"fiscalYear": "2025",
"period": "FY",
"netIncome": 112010000000,
"depreciationAndAmortization": 11698000000,
"deferredIncomeTax": 0,
"stockBasedCompensation": 12863000000,
"changeInWorkingCapital": -25000000000,
"accountsReceivables": -7029000000,
"inventory": 1400000000,
"accountsPayables": 902000000,
"otherWorkingCapital": -20273000000,
"otherNonCashItems": -89000000,
"netCashProvidedByOperatingActivities": 111482000000,
"investmentsInPropertyPlantAndEquipment": -12715000000,
"acquisitionsNet": 0,
"purchasesOfInvestments": -24407000000,
"salesMaturitiesOfInvestments": 53797000000,
"otherInvestingActivities": -1480000000,
"netCashProvidedByInvestingActivities": 15195000000,
"netDebtIssuance": -8483000000,内容已截断,完整字段以实际返回为准。
使用说明
- 日期、证券代码和枚举参数应严格使用接口要求的格式。
- 超出分钟限流时会返回 HTTP 429,请根据响应状态合理重试。
- 空数组通常表示当前查询条件下暂无数据,不代表请求失败。
需要稳定访问 现金流量表 数据?注册即可获取专属 API Key,免费体验全部接口。
免费试用 3 天