Skip to Content

Recommended Screener Strategies

Get the list of platform-recommended stock screener strategies, including recent average daily change and constituent stocks.

CLI
longbridge screener strategies

Parameters

SDK method parameters.

This method takes no parameters.

Request Example

Response

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "screeners": [
      {
        "id": "1",
        "name": "High Dividend Blue Chips",
        "groups": [
          {
            "group_name": "Range",
            "group_type": "range",
            "indicators": [
              { "id": -1, "key": "filter_market", "name": "HK", "unit": "", "min": "", "max": "", "value": "HK", "tech_data": [] }
            ]
          },
          {
            "group_name": "Dividend Indicators",
            "group_type": "DividendIndex",
            "indicators": [
              { "id": 29, "key": "filter_divyld", "name": "Dividend Yield (TTM)", "unit": "%", "min": "4", "max": "", "value": "", "tech_data": [] }
            ]
          }
        ]
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200SuccessScreenerStrategiesResponse
400Bad requestNone

Schemas

ScreenerStrategiesResponse

NameTypeRequiredDescription
screenersobject[]falseStrategy list
∟ idstringfalseStrategy ID
∟ namestringfalseStrategy name
∟ groupsobject[]falseFilter condition groups
∟ ∟ group_namestringfalseGroup name
∟ ∟ group_typestringfalseGroup type (e.g. range, Quotes, DividendIndex)
∟ ∟ indicatorsobject[]falseIndicator conditions in this group
∟ ∟ ∟ idintegerfalseIndicator ID
∟ ∟ ∟ keystringfalseIndicator key; usable in screener_search
∟ ∟ ∟ namestringfalseIndicator name
∟ ∟ ∟ unitstringfalseIndicator unit
∟ ∟ ∟ minstringfalseMinimum value set by the strategy; empty string means no lower bound
∟ ∟ ∟ maxstringfalseMaximum value set by the strategy; empty string means no upper bound
∟ ∟ ∟ valuestringfalseFixed value (used for non-range indicators such as market selector)
∟ ∟ ∟ tech_dataarrayfalseTechnical indicator data array