Longbridge OpenAPI SDK
    Preparing search index...

    Interface ProfitAnalysisByMarket

    P&L analysis grouped by market

    interface ProfitAnalysisByMarket {
        profit?: string;
        hasMore: boolean;
        stockItems: ProfitAnalysisByMarketItem[];
    }
    Index

    Properties

    profit?: string

    Total P&L across all returned items

    hasMore: boolean

    Whether more pages are available

    Per-security P&L items for the requested market/page