Longbridge OpenAPI SDK
    Preparing search index...

    Interface CorpActionItem

    One corporate action event

    interface CorpActionItem {
        id: string;
        date: string;
        dateStr: string;
        dateType: string;
        dateZone: string;
        actType: string;
        actDesc: string;
        action: string;
        recent: boolean;
        isDelay: boolean;
        delayContent: string;
        live?: CorpActionLive;
    }
    Index

    Properties

    id: string

    Internal ID

    date: string

    Date in YYYYMMDD format

    dateStr: string

    Short display date

    dateType: string

    Date type label

    dateZone: string

    Time zone description

    actType: string

    Event category

    actDesc: string

    Description

    action: string

    Machine-readable action code

    recent: boolean

    Whether recent

    isDelay: boolean

    Whether delayed

    delayContent: string

    Delay content

    Associated live stream