跳转到主要内容
GET
/
api
/
market-data
/
screener
/
strategy
获取选股策略详情
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/screener/strategy \
  --header 'x-api-key: <api-key>'
{
  "strategy": {
    "data": "<string>"
  }
}

授权

x-api-key
string
header
必填

在账户设置中生成的 Financial Context key。请以 x-api-key: <key> 形式发送。

查询参数

id
integer
必填

策略 ID。

必填范围: x >= 1

响应

策略详情

strategy
object