UNPKG

pse-edge

Version:

A NodeJS wrapper for the PSE Edge platform

20 lines (19 loc) 553 B
export declare const getCompanyInfo: (sym: string) => Promise<StockCompanyInfo>; export interface StockCompanyInfo { companyName: string; description: string; sector: string; subsector: string; corporateLife: string; incorporationDate: string; numberOfDirectors: string; stockholdersMeetingAsPerByLaws: string; fiscalYear: string; externalAuditor: string; transferAgent: string; businessAddress: string; emailAddress: string; telephoneNumber: string; faxNumber: string; website: string; }