FMP行情数据API网行情数据

ETF & Mutual Fund Information

ETF & Mutual Fund Information

获取 ETF 与公募基金的基本资料:代码、基金名称、费率(expense ratio)、管理规模(AUM)等。可用于比较各基金的成本与规模,按投资目标挑选合适的基金品种。

GEThttps://fmp-v2.icu/stable/etf/info?symbol=SPY

数据更新周期

N/A · 不适用固定周期(多为参考/静态数据)

接口说明

获取 ETF 与公募基金的基本资料:代码、基金名称、费率(expense ratio)、管理规模(AUM)等。可用于比较各基金的成本与规模,按投资目标挑选合适的基金品种。

接口地址

GET/stable/etf/info

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

请求参数

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

返回数据

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

字段类型说明
symbolstring证券代码
namestring标的名称
descriptionstring公司简介
isinstring国际证券识别码
assetClassstring资产class(assetClass)
securityCusipstring证券cusip(securityCusip)
domicilestring注册地
websitestring官网地址
etfCompanystring基金公司
expenseRationumber费用比率(expenseRatio)
assetsUnderManagementnumber资产undermanagement(assetsUnderManagement)
avgVolumenumber平均成交量(avgVolume)
inceptionDatestring成立日期
navnumber基金净值(NAV)
navCurrencystringnav币种(navCurrency)
holdingsCountnumberholdings数量(holdingsCount)
查看响应数据示例
[
{
"symbol": "SPY",
"name": "State Street SPDR S&P 500 ETF",
"description": "SPY is the best-recognized and oldest US listed ETF and typically tops rankings for largest AUM and greatest trading volume. The fund tracks the massively popular US index, the S&P 500. Few realize that S&P's index committee chooses 500 securities to represent the US large-cap space - not necessarily the 500 largest by market cap, which can lead to some omissions of single names. Still, the index offers outstanding exposure to the US large-cap space. It's important to note, SPY is a unit investment trust, an older but entirely viable structure. As a UIT, SPY must fully replicate its index (it probably would anyway) and forgo the small risk and reward of securities lending. It also can`t reinvest portfolio dividends between distributions, the resulting cash drag will slightly hurt performance in up markets and help in downtrends. SPY is a favored vanilla trading vehicle.",
"isin": "US78462F1030",
"assetClass": "Equity",
"securityCusip": "78462F103",
"domicile": "US",
"website": "https://www.ssga.com/us/en/institutional/etfs/state-street-spdr-sp-500-etf-trust-spy",
"etfCompany": "SPDR",
"expenseRatio": 0.09,
"assetsUnderManagement": 777349860000,
"avgVolume": 52093933,
"inceptionDate": "1993-01-22",
"nav": 729.27,
"navCurrency": "USD",
"holdingsCount": 504,
"isActivelyTrading": true,
"updatedAt": "2026-07-30T16:00:20.049Z",
"sectorsList": [
{
"industry": "Basic Materials",
"exposure": 1.6916311902850854
},
{
"industry": "Cash & Others",
"exposure": 0.30489782336177595

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

使用说明

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