ETF & Mutual Fund Information
ETF & Mutual Fund Information
获取 ETF 与公募基金的基本资料:代码、基金名称、费率(expense ratio)、管理规模(AUM)等。可用于比较各基金的成本与规模,按投资目标挑选合适的基金品种。
GET
https://fmp-v2.icu/stable/etf/info?symbol=SPY数据更新周期
N/A · 不适用固定周期(多为参考/静态数据)
接口说明
获取 ETF 与公募基金的基本资料:代码、基金名称、费率(expense ratio)、管理规模(AUM)等。可用于比较各基金的成本与规模,按投资目标挑选合适的基金品种。
接口地址
GET
/stable/etf/info请求需要携带网关下发的 API Key。接口路径及参数名称与 FMP 官方格式保持一致。
请求参数
1 个参数| 参数 | 类型 | 要求 | 示例 | 说明 |
|---|---|---|---|---|
symbol | string | 必填 | SPY | 证券代码,例如 AAPL 或 MSFT。 |
返回数据
下表列出示例响应中的主要字段,实际字段会因接口及数据状态而有所不同。
| 字段 | 类型 | 说明 |
|---|---|---|
symbol | string | 证券代码 |
name | string | 标的名称 |
description | string | 公司简介 |
isin | string | 国际证券识别码 |
assetClass | string | 资产class(assetClass) |
securityCusip | string | 证券cusip(securityCusip) |
domicile | string | 注册地 |
website | string | 官网地址 |
etfCompany | string | 基金公司 |
expenseRatio | number | 费用比率(expenseRatio) |
assetsUnderManagement | number | 资产undermanagement(assetsUnderManagement) |
avgVolume | number | 平均成交量(avgVolume) |
inceptionDate | string | 成立日期 |
nav | number | 基金净值(NAV) |
navCurrency | string | nav币种(navCurrency) |
holdingsCount | number | holdings数量(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 天