Longbridge OpenAPI SDK
    Preparing search index...

    Interface USConsensusItem

    One fiscal-year entry in USAnalystConsensus.list.

    interface USConsensusItem {
        ebit: USConsensusEstimate;
        eps: USConsensusEstimate;
        fiscalYear: number;
        reportTxt: string;
        revenue: USConsensusEstimate;
    }
    Index
    fiscalYear: number
    reportTxt: string