Longbridge OpenAPI SDK
    Preparing search index...

    Interface CalendarDataKv

    One key-value data pair in a calendar event

    interface CalendarDataKv {
        key: string;
        value: string;
        valueType: string;
        valueRaw: string;
    }
    Index

    Properties

    key: string

    Key (may be empty)

    value: string

    Formatted display value

    valueType: string

    Value type code, e.g. "estimate_eps"

    valueRaw: string

    Raw numeric value