Exchange Variants
Exchange Variants
查询一只股票在全球各交易所的挂牌情况,返回同一代码在各交易所的报价、市值、成交量、Beta 等数据。适合需要跨市场追踪同一证券交易情况的投资者和分析师。
GET
https://fmp-v2.icu/stable/search-exchange-variants?symbol=AAPL数据更新周期
该接口暂无固定更新周期(多为按需更新的参考或静态数据)。
接口说明
查询一只股票在全球各交易所的挂牌情况,返回同一代码在各交易所的报价、市值、成交量、Beta 等数据。适合需要跨市场追踪同一证券交易情况的投资者和分析师。
接口地址
GET
/stable/search-exchange-variants请求需要携带网关下发的 API Key。接口路径及参数名称与 FMP 官方格式保持一致。
请求参数
1 个参数| 参数 | 类型 | 要求 | 示例 | 说明 |
|---|---|---|---|---|
symbol | string | 必填 | AAPL | 证券代码,例如 AAPL 或 MSFT。 |
返回数据
下表列出示例响应中的主要字段,实际字段会因接口及数据状态而有所不同。
| 字段 | 类型 | 说明 |
|---|---|---|
symbol | string | 证券代码 |
price | number | 最新价 |
beta | number | Beta 系数 |
volAvg | number | 成交量平均(volAvg) |
mktCap | number | 总市值 |
lastDiv | number | 最近派息 |
range | string | 区间(range) |
changes | number | 涨跌(changes) |
companyName | string | 公司名称 |
currency | string | 计价币种 |
cik | string | SEC CIK 编号 |
isin | string | 国际证券识别码 |
cusip | string | CUSIP 代码 |
exchange | string | 交易所代码 |
exchangeShortName | string | 交易所短期name(exchangeShortName) |
industry | string | 所属行业 |
查看响应数据示例
[
{
"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 天