跳轉到主要內容
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