考夫曼自适应移动平均线(KAMA)接口用于计算指定金融工具的KAMA值,返回一个时间序列,其数值反映了经市场波动率调整后的平均价格。该接口通过平滑价格波动来帮助用户识别趋势,同时对显著的价格变动保持敏感。
- 服务商
- 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
- 数据更新时间
- 暂无公开信息
- 验证状态
- 暂无公开信息