移动平均收敛/发散扩展版(MACDEXT)接口提供可自定义的MACD技术指标版本,允许用户指定不同的移动平均类型及参数。返回数据包含MACD线、信号线和柱状图值,并根据用户所选设置进行定制。该接口适用于需要灵活分析价格趋势与动量的交易者,可通过调整计算方法以适配其特定交易策略。
- 服务商
- Twelve Data API(金融数据)
- 输入摘要
- {"name":"symbol","type":"string","required":false,"description":"标的资产代码,例如 `AAPL`、`EUR/USD`、`ETH/BTC` 等"}, {"name":"isin","type":"string","required":false,"description":"按国际证券识别码(ISIN)筛选。ISIN功能需在<a href=\"https://twelvedata.com/account/add-ons\">数据附加组件</a>中启用"}, {"name":"figi","type":"string","required":false,"description":"请求数据的标的资产FIGI编码。此参数自<a href=\"https://twelvedata.com/pricing\">Ultra</a>套餐起可用"}, {"name":"cusip","type":"string","required":false,"description":"请求数据的标的资产CUSIP编码。CUSIP功能需在<a href=\"https://twelvedata.com/account/add-ons\">数据附加组件</a>中启用"}, {"name":"interval","type":"string","required":true,"description":"时间序列中两个连续数据点之间的时间间隔","enum":["1min","5min","15min","30min","45min","1h","2h","4h","5h","1day","1week","1month"]}, {"name":"outputsize","type":"integer","required":false,"description":"要获取的数据点数量。支持范围为 `1` 至 `5000`。若未设置日期参数,默认为 `30`;否则设为最大值"}, {"name":"exchange","type":"string","required":false,"description":"标的资产交易的交易所"}, {"name":"mic_code","type":"string","required":false,"description":"符合ISO 10383标准的市场识别码(MIC)"}
- 输出摘要
- 暂无公开信息
- 计费规则
- 2.37
- 数据更新时间
- 暂无公开信息
- 验证状态
- 暂无公开信息