Longbridge OpenAPI SDK
    Preparing search index...

    Interface OperatingItem

    One operating summary report

    interface OperatingItem {
        id: string;
        report: string;
        title: string;
        txt: string;
        latest: boolean;
        webUrl: string;
        financial: OperatingFinancial;
    }
    Index

    Properties

    id: string

    Report ID

    report: string

    Period code

    title: string

    Title

    txt: string

    Management discussion text

    latest: boolean

    Whether most recent

    webUrl: string

    Community page URL

    Key financial metrics