跳轉到內容

預設選股策略

獲取平台預設的選股策略列表,含近期平均日漲跌幅和策略內股票。

接口:GET /v1/quote/ai/screener/strategies/recommend

Parameters

SDK 方法參數。

NameTypeRequiredDescription
marketstring市場篩選:USHKCNSG,默認 US

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "strategys": [
      { "id": 19, "name": "今日大涨股票", "type": "platform", "market": "US" },
      { "id": 20, "name": "今年增长冠军", "type": "platform", "market": "US" }
    ]
  }
}

Response Status

StatusDescriptionSchema
200成功ScreenerStrategiesResponse
400請求錯誤None

Schemas

ScreenerStrategiesResponse

NameTypeRequiredDescription
strategysobject[]false策略列表
∟ idintegerfalse策略 ID(傳入 screener_strategyscreener_search
∟ namestringfalse策略名稱
∟ typestringfalse"platform" 表示平台預設策略
∟ marketstringfalse目標市場(如 "US""HK"