Balance Sheet Statements TTM
Balance Sheet Statements TTM
获取滚动十二个月(TTM)口径的资产负债表相关数据,便于以统一时间窗口比较公司的财务结构变化。适合与其他 TTM 指标配合使用,做连续时间序列分析。
GET
https://fmp-v2.icu/stable/balance-sheet-statement-ttm?symbol=AAPL数据更新周期
Filing Date · 随 SEC 申报日期更新
接口说明
获取滚动十二个月(TTM)口径的资产负债表相关数据,便于以统一时间窗口比较公司的财务结构变化。适合与其他 TTM 指标配合使用,做连续时间序列分析。
接口地址
GET
/stable/balance-sheet-statement-ttm请求需要携带网关下发的 API Key。接口路径及参数名称与 FMP 官方格式保持一致。
请求参数
2 个参数| 参数 | 类型 | 要求 | 示例 | 说明 |
|---|---|---|---|---|
symbol | string | 必填 | AAPL | 证券代码,例如 AAPL 或 MSFT。 |
limit | number | 可选 | 5 | 返回结果条数上限,用于控制单次响应大小。 |
返回数据
下表列出示例响应中的主要字段,实际字段会因接口及数据状态而有所不同。
| 字段 | 类型 | 说明 |
|---|---|---|
date | string | 数据对应日期 |
symbol | string | 证券代码 |
reportedCurrency | string | 报告币种 |
cik | string | SEC CIK 编号 |
filingDate | string | 申报日期 |
acceptedDate | string | 受理时间 |
fiscalYear | string | 财政年度 |
period | string | 报告周期 |
cashAndCashEquivalents | number | 现金现金equivalents(cashAndCashEquivalents) |
shortTermInvestments | number | 短期term投资(shortTermInvestments) |
cashAndShortTermInvestments | number | 现金短期term投资(cashAndShortTermInvestments) |
netReceivables | number | 净应收账款(netReceivables) |
accountsReceivables | number | 应收账目应收账款(accountsReceivables) |
otherReceivables | number | 其他应收款 |
inventory | number | 存货(inventory) |
prepaids | number | 字段 prepaids(原始英文名,语义以官方返回为准) |
查看响应数据示例
[
{
"date": "2026-03-28",
"symbol": "AAPL",
"reportedCurrency": "USD",
"cik": "0000320193",
"filingDate": "2026-05-01",
"acceptedDate": "2026-05-01 10:01:00",
"fiscalYear": "2026",
"period": "Q2",
"cashAndCashEquivalents": 36328000000,
"shortTermInvestments": 32179000000,
"cashAndShortTermInvestments": 68507000000,
"netReceivables": 53511000000,
"accountsReceivables": 30339000000,
"otherReceivables": 23172000000,
"inventory": 6747000000,
"prepaids": 0,
"otherCurrentAssets": 15349000000,
"totalCurrentAssets": 144114000000,
"propertyPlantEquipmentNet": 50116000000,
"goodwill": 0,
"intangibleAssets": 21334000000,
"goodwillAndIntangibleAssets": 21334000000,
"longTermInvestments": 78088000000,
"taxAssets": 0,
"otherNonCurrentAssets": 77430000000,
"totalNonCurrentAssets": 226968000000,内容已截断,完整字段以实际返回为准。
使用说明
- 日期、证券代码和枚举参数应严格使用接口要求的格式。
- 超出分钟限流时会返回 HTTP 429,请根据响应状态合理重试。
- 空数组通常表示当前查询条件下暂无数据,不代表请求失败。
需要稳定访问 Balance Sheet Statements TTM 数据?注册即可获取专属 API Key,免费体验全部接口。
免费试用 3 天