Longbridge OpenAPI SDK
    Preparing search index...

    Interface USDividendPayoutRecord

    One actual dividend payment event.

    interface USDividendPayoutRecord {
        dividend: string;
        dividendType: string;
        currency: string;
        exDate: string;
        paymentDate: string;
        recordDate: string;
        title: string;
        startTimeUnix: string;
    }
    Index
    dividend: string
    dividendType: string
    currency: string
    exDate: string
    paymentDate: string
    recordDate: string
    title: string
    startTimeUnix: string