Longbridge OpenAPI SDK
    Preparing search index...

    Interface OperatingIndicator

    One financial indicator

    interface OperatingIndicator {
        fieldName: string;
        indicatorName: string;
        indicatorValue: string;
        yoy?: string;
    }
    Index

    Properties

    fieldName: string

    Field key

    indicatorName: string

    Display name

    indicatorValue: string

    Formatted value

    yoy?: string

    Year-over-year change