Longbridge OpenAPI SDK
    Preparing search index...

    Interface ProfitAnalysisByMarketItem

    One security entry in a by-market P&L response

    interface ProfitAnalysisByMarketItem {
        code: string;
        name: string;
        market: string;
        profit?: string;
    }
    Index

    Properties

    Properties

    code: string

    Security symbol (ticker code)

    name: string

    Security name

    market: string

    Market, e.g. "HK", "US"

    profit?: string

    Profit/loss amount