Objects

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

OrganizationFinancialInformation

employeeCountinteger[int32]

Number of employees in the organization.

financialPeriodFinancialPeriod

Time period for which the information was fetched.

Net income for the specified period.

shareCapitalMonetaryAmount

Total share capital at the end of the period.

Turnover during the specified period.

Example
{  "employeeCount": "-- Missing example --",  "financialPeriod": {    "endDate": "2020-12-31",    "startDate": "2020-01-01"  },  "netIncome": {    "amount": 10.32,    "currency": "EUR"  },  "shareCapital": {    "amount": 10.32,    "currency": "EUR"  },  "turnover": {    "amount": 10.32,    "currency": "EUR"  }}