Longbridge OpenAPI SDK
    Preparing search index...

    Interface TradeStatistics

    Summary trade statistics

    interface TradeStatistics {
        avgprice: string;
        buy: string;
        neutral: string;
        preclose: string;
        sell: string;
        timestamp: string;
        totalAmount: string;
        tradeDate: string[];
        tradesCount: string;
    }
    Index

    Properties

    avgprice: string

    Volume-weighted average price

    buy: string

    Total buy volume (shares)

    neutral: string

    Total neutral / unknown-direction volume

    preclose: string

    Previous close price

    sell: string

    Total sell volume (shares)

    timestamp: string

    Data timestamp (unix timestamp string)

    totalAmount: string

    Total trading volume (shares)

    tradeDate: string[]

    Unix timestamps for the last 5 trading days

    tradesCount: string

    Total number of trades