Longbridge OpenAPI SDK
    Preparing search index...

    Interface USConsensusEstimate

    Actual vs estimated value for one consensus metric.

    interface USConsensusEstimate {
        actual: string;
        estimate: string;
    }
    Index
    actual: string
    estimate: string