Skip to main content

Private Company API — Data Models

Company Object

FieldTypeNullableDescription
idUUIDNoUnique company identifier
registrationNumberstringNoCompany registration number
companyNamestringNoOfficial company name
businessDescriptionstringYesDescription of business activities
registeredAddressAddressNoRegistered office address
isCompanyHqInAddressCountrybooleanYesWhether HQ is in the registered address country
telephoneNumberstringYesContact telephone number
websiteUrlstringYesCompany website URL
representativesRepresentative[]YesCompany officers and directors
companyTypestringYesPUBLIC, PRIVATE, SUBSIDIARY, FUND, or OTHER
dateListeddateYesStock exchange listing date (yyyy-MM-dd)
dateDelisteddateYesStock exchange delisting date (yyyy-MM-dd)
legalStructurestringYesLegal entity type
dateOfRegistrationdateYesDate of company registration (yyyy-MM-dd)
createdAtdatetimeYesRecord creation timestamp
updatedAtdatetimeYesRecord last update timestamp
employeesEmployeesYesEmployee count information
industryClassificationsIndustryClassification[]YesIndustry classification codes

Address Object

FieldTypeNullableDescription
line1stringYesAddress line 1
line2stringYesAddress line 2
citystringYesCity
townstringYesTown
provincestringYesProvince
statestringYesState
fullAddressstringYesFull address string (when provided by source)
countrystringNoISO 3166-1 alpha-3 country code
postalCodestringYesPostal / ZIP code

Representative Object

FieldTypeNullableDescription
fullNamestringNoFull name
rolestringNoDIRECTOR, CEO, CFO, COO, LEGAL_REP, AUTHORIZED_SIGNATORY, or OTHER
emailstringYesEmail address
phonestringYesPhone number
dobdateYesDate of birth (yyyy-MM-dd)

Employees Object

FieldTypeNullableDescription
employeeCountTypestringYesREPORTED, MODELLED, or ESTIMATED
nonConsolidatedEmployeeDetailsYesNon-consolidated employee data
consolidatedEmployeeDetailsYesConsolidated employee data

Employee Details

FieldTypeNullableDescription
employeeCountintegerYesTotal number of employees
numberOfOfficersintegerYesNumber of officers
employeeRangeobjectYes{ min, max } integer fields
updatedAtdatetimeYesLast update timestamp

Industry Classification Object

FieldTypeNullableDescription
standardstringNoClassification standard (see below)
codesIndustryCode[]NoList of industry codes

Supported standards: HSIC, KBLI, PSIC, KSIC, CCIS, SSIC, TSIC, MSIC, US_SIC, UK_SIC, NAICS, NACE, JSIC, CSIC, OTHER

Industry Code

FieldTypeNullableDescription
codestringNoIndustry code value
descriptionstringYesCode description

Financial Year Object

FieldTypeNullableDescription
yearintegerNoFiscal year
currencystringNoISO 4217 currency code (e.g. SGD, MYR, THB)
periodTypestringNoQUARTERLY, SEMI_ANNUAL, QUARTERLY_CUMULATIVE, or ANNUAL
periodstringNoQ1, Q2, Q3, Q4, HF1, HF2, CQ3, or FY4
periodYearintegerNoYear associated with the period
financialPeriodStartdateYesFinancial period start date
financialPeriodEnddateYesFinancial period end date
financialTypestringYesFULL or SUMMARY
statementsFinancialStatement[]NoList of financial statements

Financial Statement Object

FieldTypeNullableDescription
statementTypestringNoINCOME_STATEMENT, BALANCE_SHEET, CASH_FLOW, or EQUITY_CHANGES
consolidationTypestringYesCONSOLIDATED or NON_CONSOLIDATED
metricsFinancialMetric[]NoList of financial metrics

Financial Metric

FieldTypeNullableDescription
namestringNoMetric name (e.g. Revenue, Net Income, Total Assets)
valuedecimalYesMetric value with full precision

Enumerations

Company Type

ValueDescription
PUBLICPublicly listed company
PRIVATEPrivately held company
SUBSIDIARYSubsidiary entity
FUNDFund entity
OTHEROther entity types

Statement Type

ValueDescription
INCOME_STATEMENTProfit and loss statement
BALANCE_SHEETStatement of financial position
CASH_FLOWCash flow statement
EQUITY_CHANGESStatement of changes in equity

Period Type

ValueDescription
ANNUALFull fiscal year
QUARTERLYQuarterly period
SEMI_ANNUALHalf-year period
QUARTERLY_CUMULATIVECumulative quarterly period

Period

ValuePeriod TypeDescription
Q1QuarterlyFirst quarter
Q2QuarterlySecond quarter
Q3QuarterlyThird quarter
Q4QuarterlyFourth quarter
HF1Semi-AnnualFirst half
HF2Semi-AnnualSecond half
CQ3Quarterly CumulativeCumulative to third quarter
FY4AnnualFull fiscal year

Financial Type

ValueDescription
FULLFull financial statements with complete line items
SUMMARYSummary-level financial data

Representative Role

ValueDescription
DIRECTORBoard director
CEOChief Executive Officer
CFOChief Financial Officer
COOChief Operating Officer
LEGAL_REPLegal representative
AUTHORIZED_SIGNATORYAuthorized signatory
OTHEROther role

Employee Count Type

ValueDescription
REPORTEDCount reported by the company
MODELLEDCount derived from modeling
ESTIMATEDEstimated count