Objects

OrganizationalFinancialInformation

employeeCountinteger[int32]

The number of employees at end of period.

The net income during the time period.

shareCapitalMonetaryAmount

The total share capital at end of period.

timePeriodTimePeriod

The time period the information was fetched for

The turnover during the period.

{
  "employeeCount": "-- Missing example --",
  "netIncome": {
    "currencyCode": "EUR",
    "minorUnitAmount": 24999
  },
  "shareCapital": {
    "currencyCode": "EUR",
    "minorUnitAmount": 24999
  },
  "timePeriod": {
    "endDate": "2020-12-31",
    "startDate": "2020-01-01"
  },
  "turnover": {
    "currencyCode": "EUR",
    "minorUnitAmount": 24999
  }
}