Longbridge OpenAPI SDK
    Preparing search index...

    Interface IndustryValuationItem

    Valuation data for one peer security

    interface IndustryValuationItem {
        symbol: string;
        name: string;
        currency: string;
        assets?: string;
        bps?: string;
        eps?: string;
        dps?: string;
        divYld?: string;
        divPayoutRatio?: string;
        fiveYAvgDps?: string;
        pe?: string;
        history: IndustryValuationHistory[];
    }
    Index

    Properties

    symbol: string

    Security symbol

    name: string

    Company name

    currency: string

    Reporting currency

    assets?: string

    Total assets

    bps?: string

    Book value per share

    eps?: string

    Earnings per share

    dps?: string

    Dividends per share

    divYld?: string

    Dividend yield

    divPayoutRatio?: string

    Dividend payout ratio

    fiveYAvgDps?: string

    5-year avg dividends per share

    pe?: string

    PE ratio

    Historical snapshots