FMP行情数据API网行情数据

Exchange Variants

Exchange Variants

查询一只股票在全球各交易所的挂牌情况,返回同一代码在各交易所的报价、市值、成交量、Beta 等数据。适合需要跨市场追踪同一证券交易情况的投资者和分析师。

GEThttps://fmp-v2.icu/stable/search-exchange-variants?symbol=AAPL

数据更新周期

该接口暂无固定更新周期(多为按需更新的参考或静态数据)。

接口说明

查询一只股票在全球各交易所的挂牌情况,返回同一代码在各交易所的报价、市值、成交量、Beta 等数据。适合需要跨市场追踪同一证券交易情况的投资者和分析师。

接口地址

GET/stable/search-exchange-variants

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

请求参数

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

返回数据

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

字段类型说明
symbolstring证券代码
pricenumber最新价
betanumberBeta 系数
volAvgnumber成交量平均(volAvg)
mktCapnumber总市值
lastDivnumber最近派息
rangestring区间(range)
changesnumber涨跌(changes)
companyNamestring公司名称
currencystring计价币种
cikstringSEC CIK 编号
isinstring国际证券识别码
cusipstringCUSIP 代码
exchangestring交易所代码
exchangeShortNamestring交易所短期name(exchangeShortName)
industrystring所属行业
查看响应数据示例
[
{
"symbol": "AAPL",
"price": 331.85501,
"beta": 1.097,
"volAvg": 55309000,
"mktCap": 4874072686740,
"lastDiv": 1.05,
"range": "201.5-344.57",
"changes": -6.33498,
"companyName": "Apple Inc.",
"currency": "USD",
"cik": "0000320193",
"isin": "US0378331005",
"cusip": "037833100",
"exchange": "NASDAQ Global Select",
"exchangeShortName": "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",
"city": "Cupertino",
"state": "CA",

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

使用说明

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