FMP行情数据API网行情数据

Positions Summary

Positions Summary

获取个股的机构持仓汇总:持股机构数量、持股总数、投资总额及各指标随时间的变化,另有看跌/看涨期权比率等衍生品活动数据。适合跟踪机构对特定股票的态度变化与整体情绪。

GEThttps://fmp-v2.icu/stable/institutional-ownership/symbol-positions-summary?symbol=AAPL&year=2023&quarter=3

数据更新周期

1 Hour

接口说明

获取个股的机构持仓汇总:持股机构数量、持股总数、投资总额及各指标随时间的变化,另有看跌/看涨期权比率等衍生品活动数据。适合跟踪机构对特定股票的态度变化与整体情绪。

接口地址

GET/stable/institutional-ownership/symbol-positions-summary

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

请求参数

3 个参数
参数类型要求示例说明
symbolstring必填AAPL证券代码,例如 AAPL 或 MSFT。
yearstring必填2023目标财报/数据的年份,如 2023。
quarterstring必填3目标季度,1、2、3、4 分别对应 Q1~Q4。

返回数据

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

字段类型说明
symbolstring证券代码
cikstringSEC CIK 编号
datestring数据对应日期
investorsHoldingnumber字段 investorsHolding(原始英文名,语义以官方返回为准)
lastInvestorsHoldingnumber最近一次investorsholding(lastInvestorsHolding)
investorsHoldingChangenumberinvestorsholding涨跌(investorsHoldingChange)
numberOf13Fsharesnumber数of13fshares(numberOf13Fshares)
lastNumberOf13Fsharesnumber最近一次数of13fshares(lastNumberOf13Fshares)
numberOf13FsharesChangenumber数of13fshares涨跌(numberOf13FsharesChange)
totalInvestednumber总计invested(totalInvested)
lastTotalInvestednumber最近一次总计invested(lastTotalInvested)
totalInvestedChangenumber总计invested涨跌(totalInvestedChange)
ownershipPercentnumberownership每股(ownershipPercent)
lastOwnershipPercentnumber最近一次ownership每股(lastOwnershipPercent)
ownershipPercentChangenumberownership每股涨跌(ownershipPercentChange)
newPositionsnumbernew持仓(newPositions)
查看响应数据示例
[
{
"symbol": "AAPL",
"cik": "0000320193",
"date": "2023-09-30",
"investorsHolding": 4863,
"lastInvestorsHolding": 4805,
"investorsHoldingChange": 58,
"numberOf13Fshares": 9139920744,
"lastNumberOf13Fshares": 9360939709,
"numberOf13FsharesChange": -221018965,
"totalInvested": 1575774922899,
"lastTotalInvested": 1820827010085,
"totalInvestedChange": -245052087186,
"ownershipPercent": 58.5914,
"lastOwnershipPercent": 59.6329,
"ownershipPercentChange": -1.0415,
"newPositions": 162,
"lastNewPositions": 191,
"newPositionsChange": -29,
"increasedPositions": 1941,
"lastIncreasedPositions": 1789,
"increasedPositionsChange": 152,
"closedPositions": 158,
"lastClosedPositions": 122,
"closedPositionsChange": 36,
"reducedPositions": 2408,
"lastReducedPositions": 2543,

内容已截断,完整字段以实际返回为准。

使用说明

  • 日期、证券代码和枚举参数应严格使用接口要求的格式。
  • 超出分钟限流时会返回 HTTP 429,请根据响应状态合理重试。
  • 空数组通常表示当前查询条件下暂无数据,不代表请求失败。
需要稳定访问 Positions Summary 数据?注册即可获取专属 API Key,免费体验全部接口。
免费试用 3 天