ETF Explorer ETF List
返回 ETF 基础列表,适合作为候选集合发现入口。
- Method
GET- Response
JSON arraywithcode,name,type,showCode.
这里汇总倍发科技当前公开给 agent 与自动化系统使用的数据接口、调用方式和返回结构摘要。
返回 ETF 基础列表,适合作为候选集合发现入口。
GETJSON array with code, name, type, showCode.按证券代码批量返回实时行情快照,适合在候选筛选后补最新价格与成交数据。
https://etfexplorer.betalpha.com/api/realtimePOST{"securityCodes":[...],"assetType":"INDEX"}{"securityCodes":["idx_000685sh"],"assetType":"INDEX"}JSON array with currentPrice, preClosePrice, openPrice, highestPrice, lowestPrice, tradeAmount, tradeVolume, priceChange, priceChangeRatio, and nested tradeInfo.currentPrice 为最新价,priceChangeRatio 为涨跌幅,
tradeAmount 与 tradeVolume 分别表示成交额和成交量,
tradeInfo.status 表示附加交易状态信号。
[{"code":"idx_000685sh","timestamp":"2026-06-11 15:00:00","currentPrice":3952.42,"priceChangeRatio":0.016,"tradeInfo":{"timestamp":"2026-06-11 15:00:00","status":false,"zone":null}}]