Mayson Monorepo Documentation
    Preparing search index...

    Interface EarningsEstimate

    Earnings estimate for upcoming quarter

    interface EarningsEstimate {
        quarterEnd: Date;
        avgEstimate: number;
        lowEstimate: number;
        highEstimate: number;
        numberOfAnalysts: number;
    }
    Index

    Properties

    quarterEnd: Date

    Quarter end date

    avgEstimate: number

    Average EPS estimate

    lowEstimate: number

    Low EPS estimate

    highEstimate: number

    High EPS estimate

    numberOfAnalysts: number

    Number of analysts