Longbridge OpenAPI SDK
    Preparing search index...

    Interface SharelistInfo

    Sharelist information

    interface SharelistInfo {
        id: number;
        name: string;
        description: string;
        cover: string;
        subscribersCount: number;
        createdAt: number;
        editedAt: number;
        thisYearChg?: string;
        creator: any;
        stocks: SharelistStock[];
        subscribed: boolean;
        chg?: string;
        sharelistType: number;
        industryCode: string;
    }
    Index

    Properties

    id: number

    Sharelist ID

    name: string

    Name

    description: string

    Description

    cover: string

    Cover image URL

    subscribersCount: number

    Number of subscribers

    createdAt: number

    Creation time (unix timestamp)

    editedAt: number

    Last stock edit time (unix timestamp)

    thisYearChg?: string

    YTD change percentage

    creator: any

    Creator info

    stocks: SharelistStock[]

    Constituent stocks

    subscribed: boolean

    Whether the current user is subscribed

    chg?: string

    Day change percentage

    sharelistType: number

    Sharelist type: 0=regular, 3=official, 4=industry

    industryCode: string

    Industry code (for industry sharelists)