FMP行情数据API网行情数据

Company Profile Data

Company Profile Data

获取公司档案资料:股价与市值、公司简介、CEO、所属板块与细分行业、Beta 系数、股息率、交易区间,以及 CIK、ISIN、CUSIP 等全球证券标识,另有公司地址、电话、官网等联系方式和 IPO 日期、是否活跃交易等状态。一只代码即可取全公司基本面档案。

GEThttps://fmp-v2.icu/stable/profile?symbol=AAPL

数据更新周期

Ad-Hoc · 按需更新

接口说明

获取公司档案资料:股价与市值、公司简介、CEO、所属板块与细分行业、Beta 系数、股息率、交易区间,以及 CIK、ISIN、CUSIP 等全球证券标识,另有公司地址、电话、官网等联系方式和 IPO 日期、是否活跃交易等状态。一只代码即可取全公司基本面档案。

接口地址

GET/stable/profile

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

请求参数

1 个参数
参数类型要求示例说明
symbolstring必填AAPL证券代码,例如 AAPL 或 MSFT。

返回数据

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

字段类型说明
symbolstring证券代码
pricenumber最新价
marketCapnumber总市值
betanumberBeta 系数
lastDividendnumber最近一次股息(lastDividend)
rangestring区间(range)
changenumber涨跌额
changePercentagenumber涨跌幅(%)
volumenumber成交量
averageVolumenumber平均成交量(averageVolume)
companyNamestring公司名称
currencystring计价币种
cikstringSEC CIK 编号
isinstring国际证券识别码
cusipstringCUSIP 代码
exchangeFullNamestring交易所全称
查看响应数据示例
[
{
"symbol": "AAPL",
"price": 331.85501,
"marketCap": 4874072686740,
"beta": 1.097,
"lastDividend": 1.05,
"range": "201.5-344.57",
"change": -6.33498,
"changePercentage": -1.8732,
"volume": 28718014,
"averageVolume": 55309000,
"companyName": "Apple Inc.",
"currency": "USD",
"cik": "0000320193",
"isin": "US0378331005",
"cusip": "037833100",
"exchangeFullName": "NASDAQ Global Select",
"exchange": "NASDAQ",
"industry": "Consumer Electronics",
"website": "https://www.apple.com",
"description": "Apple Inc. is a global technology corporation that specializes in the conceptualization, production, and sale of a diverse suite of electronic devices. Its comprehensive hardware lineup features the well-known iPhone smartphones, Mac personal computers, and versatile iPad tablets. The company also supplies a range of wearables, smart home products, and accessories, including AirPods, Apple TV, Apple Watch, items from the Beats brand, and HomePod speakers. Beyond its device offerings, Apple deliv...",
"ceo": "Timothy D. Cook",
"sector": "Technology",
"country": "US",
"fullTimeEmployees": "166000",
"phone": "(408) 996-1010",
"address": "One Apple Park Way",

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

使用说明

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