Longbridge OpenAPI SDK
    Preparing search index...

    Interface USDividendItem

    US dividend item

    interface USDividendItem {
        dividend: string;
        dividendType: string;
        exDate: string;
        paymentDate: string;
        recordDate: string;
    }
    Index
    dividend: string
    dividendType: string
    exDate: string
    paymentDate: string
    recordDate: string