Longbridge OpenAPI SDK
    Preparing search index...

    Interface AhPremiumKline

    One A/H premium data point

    interface AhPremiumKline {
        aprice: string;
        apreclose: string;
        hprice: string;
        hpreclose: string;
        currencyRate: string;
        ahpremiumRate: string;
        priceSpread: string;
        timestamp: number;
    }
    Index

    Properties

    aprice: string

    A-share price

    apreclose: string

    A-share previous close

    hprice: string

    H-share price

    hpreclose: string

    H-share previous close

    currencyRate: string

    CNY/HKD exchange rate

    ahpremiumRate: string

    A/H premium rate (negative = H-share at premium)

    priceSpread: string

    Price spread

    timestamp: number

    Data point timestamp (unix seconds)