Longbridge OpenAPI SDK
    Preparing search index...

    Interface ForecastEpsItem

    One EPS forecast snapshot

    interface ForecastEpsItem {
        forecastEpsMedian?: string;
        forecastEpsMean?: string;
        forecastEpsLowest?: string;
        forecastEpsHighest?: string;
        institutionTotal: number;
        institutionUp: number;
        institutionDown: number;
        forecastStartDate: number;
        forecastEndDate: number;
    }
    Index

    Properties

    forecastEpsMedian?: string

    Median EPS estimate

    forecastEpsMean?: string

    Mean EPS estimate

    forecastEpsLowest?: string

    Lowest EPS estimate

    forecastEpsHighest?: string

    Highest EPS estimate

    institutionTotal: number

    Total forecasting institutions

    institutionUp: number

    Institutions that raised their estimate

    institutionDown: number

    Institutions that lowered their estimate

    forecastStartDate: number

    Forecast window start (ms timestamp)

    forecastEndDate: number

    Forecast window end (ms timestamp)