Longbridge OpenAPI SDK
    Preparing search index...

    Interface USAnalystConsensus

    US analyst consensus estimates and AI analysis.

    interface USAnalystConsensus {
        aiSummary: string;
        aichatData: USAIChatData;
        currency: string;
        report: string;
        list: USConsensusItem[];
        optReports: string[];
        h5Data: any;
    }
    Index
    aiSummary: string
    aichatData: USAIChatData
    currency: string
    report: string
    optReports: string[]
    h5Data: any