Longbridge OpenAPI SDK
    Preparing search index...

    Interface InvestSecurity

    A security in which the company has a stake

    interface InvestSecurity {
        companyId: string;
        companyName: string;
        companyNameEn: string;
        companyNameZhcn: string;
        symbol: string;
        currency: string;
        percentOfShares?: string;
        sharesRank: string;
        sharesValue?: string;
    }
    Index

    Properties

    companyId: string

    Company ID

    companyName: string

    Company name

    companyNameEn: string

    Company name in English

    companyNameZhcn: string

    Company name in Simplified Chinese

    symbol: string

    Security symbol

    currency: string

    Currency

    percentOfShares?: string

    Percentage held

    sharesRank: string

    Shareholder rank

    sharesValue?: string

    Market value of holding