Interface EquityCorporateInfo

Corporate information including announcements, actions, and financial results

Hierarchy

  • EquityCorporateInfo

Properties

borad_meeting: {
    data: {
        meetingdate: string;
        purpose: string;
        symbol: string;
    }[];
}

Type declaration

  • data: {
        meetingdate: string;
        purpose: string;
        symbol: string;
    }[]
corporate_actions: {
    data: {
        exdate: string;
        purpose: string;
        symbol: string;
    }[];
}

Type declaration

  • data: {
        exdate: string;
        purpose: string;
        symbol: string;
    }[]
financial_results: {
    data: {
        audited: string;
        consolidated: string;
        cumulative: null | string;
        expenditure: null | string;
        from_date: null | string;
        income: string;
        na_attachment: null | string;
        proLossAftTax: string;
        reDilEPS: string;
        reProLossBefTax: string;
        re_broadcast_timestamp: string;
        to_date: string;
        xbrl_attachment: string;
    }[];
}

Type declaration

  • data: {
        audited: string;
        consolidated: string;
        cumulative: null | string;
        expenditure: null | string;
        from_date: null | string;
        income: string;
        na_attachment: null | string;
        proLossAftTax: string;
        reDilEPS: string;
        reProLossBefTax: string;
        re_broadcast_timestamp: string;
        to_date: string;
        xbrl_attachment: string;
    }[]
latest_announcements: {
    data: {
        broadcastdate: string;
        subject: string;
        symbol: string;
    }[];
}

Type declaration

  • data: {
        broadcastdate: string;
        subject: string;
        symbol: string;
    }[]
shareholdings_patterns: {
    data: {
        [date: string]: {
            [key: string]: string;
        }[];
    };
}

Type declaration

  • data: {
        [date: string]: {
            [key: string]: string;
        }[];
    }
    • [date: string]: {
          [key: string]: string;
      }[]

Generated using TypeDoc