Senate Profiles
Senate Profiles
获取国会议员档案:所属政党、代表州、职位及任职年限等基本信息。用于构建参议员身份字典,与交易数据关联分析。
GET
https://fmp-v2.icu/stable/senate-profile数据更新周期
该接口暂无固定更新周期(多为按需更新的参考或静态数据)。
接口说明
获取国会议员档案:所属政党、代表州、职位及任职年限等基本信息。用于构建参议员身份字典,与交易数据关联分析。
接口地址
GET
/stable/senate-profile请求需要携带网关下发的 API Key。接口路径及参数名称与 FMP 官方格式保持一致。
请求参数
6 个参数| 参数 | 类型 | 要求 | 示例 | 说明 |
|---|---|---|---|---|
active | boolean | 可选 | true | 是否仅返回处于活跃状态的记录。 |
senateID | string | 可选 | P000197 | 参议员的唯一标识,用于国会交易数据。 |
latestParty | string | 可选 | Republican | 以某主体为对象获取最新持仓记录。 |
latestPosition | string | 可选 | Representative | 获取该主体的最新持仓头寸。 |
page | number | 可选 | 0 | 分页页码,从 0 开始,配合每页条数翻页取更多数据。 |
limit | number | 可选 | 500 | 返回结果条数上限,用于控制单次响应大小。 |
返回数据
下表列出示例响应中的主要字段,实际字段会因接口及数据状态而有所不同。
| 字段 | 类型 | 说明 |
|---|---|---|
senateID | string | 参议员 ID |
firstName | string | 名 |
lastName | string | 姓 |
birthDate | string | 字段 birthDate(原始英文名,语义以官方返回为准) |
latestParty | string | 字段 latestParty(原始英文名,语义以官方返回为准) |
latestState | string | latest州/省(latestState) |
latestPosition | string | 字段 latestPosition(原始英文名,语义以官方返回为准) |
image | string | 封面图链接 |
active | boolean | 有效(active) |
yearsActive | number | years有效(yearsActive) |
查看响应数据示例
[
{
"senateID": "L000397",
"firstName": "Zoe",
"lastName": "Lofgren",
"birthDate": "1947-12-20",
"latestParty": "Democrat",
"latestState": "CA",
"latestPosition": "Representative",
"image": "https://images.financialmodelingprep.com/senate/L000397.jpg",
"active": true,
"yearsActive": 31.6
}
]使用说明
- 日期、证券代码和枚举参数应严格使用接口要求的格式。
- 超出分钟限流时会返回 HTTP 429,请根据响应状态合理重试。
- 空数组通常表示当前查询条件下暂无数据,不代表请求失败。
需要稳定访问 Senate Profiles 数据?注册即可获取专属 API Key,免费体验全部接口。
免费试用 3 天