Longbridge OpenAPI SDK
    Preparing search index...

    Interface ScreenerCondition

    A filter condition for screener_search Mode B.

    interface ScreenerCondition {
        key: string;
        min: string;
        max: string;
        techValues: string;
    }
    Index

    Properties

    Properties

    key: string

    Indicator key without filter_ prefix, e.g. "pettm", "roe", "macd_day"

    min: string

    Lower bound (empty = no lower bound)

    max: string

    Upper bound (empty = no upper bound)

    techValues: string

    Technical indicator params as JSON string (empty object "{}" for fundamental indicators)