Longbridge OpenAPI SDK
    Preparing search index...

    Interface FinancialConsensus

    Financial consensus estimates response

    interface FinancialConsensus {
        list: ConsensusReport[];
        currentIndex: number;
        currency: string;
        optPeriods: string[];
        currentPeriod: string;
    }
    Index

    Properties

    Per-period consensus reports

    currentIndex: number

    Index of most recently released period

    currency: string

    Reporting currency

    optPeriods: string[]

    Available period types

    currentPeriod: string

    Currently returned period type