Skip to content

Company information (full)

This is the combined company endpoint. It returns a company's complete record from the Danish Business Authority (CVR) in a single response, organised into logical groups:

  • Basic information — the company's core master data (name, address, form, industry, capital and more)
  • Participants — management, board, founders and other people or entities connected to the company
  • Legal ownership — the entities that formally own shares in the company
  • Beneficial ownership — the natural persons who ultimately own or control the company

Each group is also available as a dedicated, narrower endpoint — Company details, Participants, Legal owners and Beneficial owners — but this endpoint returns them all at once.

Groups depend on your access

The groups above are only included if your subscription grants access to that data. Any group you do not have access to is simply omitted from the response — so, for example, the ownership and trueOwnership fields will be absent if your plan does not include legal and beneficial ownership data. Everything you do have access to is returned together in one call.

Most fields include a complete history of values. To keep it easy to use, there are two versions of the data: the current values, or the entire history.

Endpoint

The endpoint is simply api.lassox.com/{lassoid}, where {lassoid} is a Lasso Id for a CVR company. To retrieve the history, append /history, which wraps each value in an object containing from and to values.

The same api.lassox.com/{lassoid} endpoint also serves people and production units — see those pages for examples of their data.

The following is an example of how to get data from CVR about a specific company. Don't forget to add your API key.

GET api.lassox.com/CVR-1-23452345
{
  "lassoId": "CVR-1-23452345",
  "cvr": 23452345,
  "unitNumber": 4001100400,
  "name": "AKTIESELSKABET A/S",
  "alternateNames": [
    "ANPARTSSELSKABERNE A/S",
    "UDVIKLINGSFIRMAET A/S",
    "KONSULENTVIRKSOMHEDEN A/S"
  ],
  "status": "NORMAL",
  "lastStatusChange": "2022-04-27T00:00:00",
  "statstidende": {
    "statusCode": 1,
    "statusText": "Dekret",
    "creditCode": 3,
    "creditText": "Konkurs"
  },
  "lifeTime": {
    "from": "2012-05-14T00:00:00",
    "to": null
  },
  "phone": "71717171",
  "email": "hij@firmaet.com",
  "fax": null,
  "website": "www.firmaet.dk",
  "purpose": "Selskabets formål er at drive virksomhed med databehandling, webhosting og yde serviceydelser.",
  "powerToBind": "Selskabet tegnes af et bestyrelsesmedlem i forening med en direktør eller af to direktører i forening",
  "commerciallyProtected": false,
  "publicallyTraded": false,
  "byLawsChanged": "2019-07-15T00:00:00",
  "creationDate": "2012-05-14T00:00:00",
  "address": {
    "address1": "Tietgensplads 37",
    "address2": "1550 København V",
    "streetName": "Tietgensplads",
    "streetCode": 6152,
    "houseNumberFrom": 37,
    "houseNumberTo": null,
    "houseLetterFrom": null,
    "houseLetterTo": null,
    "floor": null,
    "sideDoor": null,
    "postalCode": 1550,
    "postalDistrict": "København V",
    "cityName": null,
    "municipality": {
      "name": "KØBENHAVN",
      "code": 101
    },
    "coName": null,
    "postalBox": null,
    "freeText": null,
    "countryCode": "DK"
  },
  "form": {
    "code": 60,
    "shortDescription": "A/S",
    "longDescription": "Aktieselskab"
  },
  "industry": {
    "text": "Databehandling, webhosting og lignende serviceydelser",
    "code": "631100"
  },
  "altIndustry1": {
    "text": "Konsulentbistand vedrørende informationsteknologi",
    "code": "620200"
  },
  "altIndustry2": {
    "text": "Anden udgivervirksomhed",
    "code": "581900"
  },
  "altIndustry3": null,
  "employees": {
    "count": 14,
    "fullTimeEquivalentCount": 12.0,
    "interval": "ANTAL_10_19",
    "type": "Monthly",
    "month": 10,
    "year": 2020
  },
  "contributedCapital": {
    "value": 1737691,
    "currency": "DKK",
    "hasClasses": false,
    "isPartial": false
  },
  "accounting": {
    "optedOut": false,
    "currentPeriod": {
      "from": "2021-01-01T00:00:00",
      "to": "2021-12-31T00:00:00"
    },
    "firstPeriod": {
      "from": "2012-05-14T00:00:00",
      "to": "2012-12-31T00:00:00"
    },
    "period": {
      "from": {
        "day": 1,
        "month": 1
      },
      "to": {
        "day": 31,
        "month": 12
      }
    },
    "accountant": {
      "address": {
        "address1": "Prinsessevej 68",
        "address2": "1264 København K",
        "streetName": "Prinsessevej",
        "streetCode": 6948,
        "houseNumberFrom": 68,
        "houseNumberTo": null,
        "houseLetterFrom": null,
        "houseLetterTo": null,
        "floor": null,
        "sideDoor": null,
        "postalCode": 1264,
        "postalDistrict": "København K",
        "cityName": null,
        "municipality": {
          "name": "KØBENHAVN",
          "code": 101
        },
        "coName": null,
        "postalBox": null,
        "freeText": null,
        "countryCode": "DK"
      },
      "name": "REVISIONSFIRMAET A/S",
      "type": "VIRKSOMHED",
      "lassoId": "CVR-1-15151515",
      "cvr": 15151515,
      "role": {
        "mainType": "REVISION",
        "type": "Revisor",
        "originalType": "REVISION",
        "attributes": []
      },
      "from": "2019-07-15T00:00:00"
    }
  },
  "productionUnits": [
    {
      "lassoId": "CVR-2-1011011010",
      "pNumber": 1011011010
    },
    {
      "lassoId": "CVR-2-1021021021",
      "pNumber": 1021021021
    }
  ],
  "stakeholders": [],
  "management": {
    "ceo": {
      "address": {
        "address1": "Prinsessevej 55 4. th.",
        "address2": "1264 København K",
        "streetName": "Prinsessevej",
        "streetCode": 6948,
        "houseNumberFrom": 55,
        "houseNumberTo": null,
        "houseLetterFrom": null,
        "houseLetterTo": null,
        "floor": "4",
        "sideDoor": "th",
        "postalCode": 1264,
        "postalDistrict": "København K",
        "cityName": null,
        "municipality": {
          "name": "KØBENHAVN",
          "code": 101
        },
        "coName": null,
        "postalBox": null,
        "freeText": null,
        "countryCode": "DK"
      },
      "name": "Johnny Doersen",
      "type": "PERSON",
      "lassoId": "CVR-3-4000440004",
      "unitNumber": 4000440004,
      "role": {
        "mainType": "LEDELSESORGAN",
        "type": "Administrerende Direktør",
        "originalType": "adm. dir",
        "attributes": []
      },
      "from": "2017-07-15T00:00:00"
    },
    "members": [
      {
        "address": {
          "address1": "Valmuevej 40 st. th.",
          "address2": "1709 København V",
          "streetName": "Valmuevej",
          "streetCode": 6544,
          "houseNumberFrom": 40,
          "houseNumberTo": null,
          "houseLetterFrom": null,
          "houseLetterTo": null,
          "floor": "st",
          "sideDoor": "th",
          "postalCode": 1709,
          "postalDistrict": "København V",
          "cityName": null,
          "municipality": {
            "name": "KØBENHAVN",
            "code": 101
          },
          "coName": null,
          "postalBox": null,
          "freeText": null,
          "countryCode": "DK"
        },
        "name": "John Doe",
        "type": "PERSON",
        "lassoId": "CVR-3-4000000001",
        "unitNumber": 4000000001,
        "role": {
          "mainType": "LEDELSESORGAN",
          "type": "Direktør",
          "originalType": "DIREKTION",
          "attributes": []
        },
        "from": "2016-03-10T00:00:00"
      }
    ]
  },
  "board": {
    "chairman": {
      "address": {
        "address1": "Æblevej 17",
        "address2": "2830 Virum",
        "streetName": "Æblevej",
        "streetCode": 890,
        "houseNumberFrom": 17,
        "houseNumberTo": null,
        "houseLetterFrom": null,
        "houseLetterTo": null,
        "floor": null,
        "sideDoor": null,
        "postalCode": 2830,
        "postalDistrict": "Virum",
        "cityName": null,
        "municipality": {
          "name": "LYNGBY-TAARBÆK",
          "code": 173
        },
        "coName": null,
        "postalBox": null,
        "freeText": null,
        "countryCode": "DK"
      },
      "name": "Jane Doe",
      "type": "PERSON",
      "lassoId": "CVR-3-4000400001",
      "unitNumber": 4000400001,
      "role": {
        "mainType": "LEDELSESORGAN",
        "type": "Bestyrelsesformand",
        "originalType": "FORMAND",
        "attributes": [
          {
            "type": "VALGFORM",
            "value": "generalforsamling"
          }
        ]
      },
      "from": "2016-05-06T00:00:00"
    },
    "members": [
      {
        "address": {
          "address1": "Brumgade 2 27. 002.",
          "address2": "1799 København V",
          "streetName": "Brumgade",
          "streetCode": 8836,
          "houseNumberFrom": 2,
          "houseNumberTo": null,
          "houseLetterFrom": null,
          "houseLetterTo": null,
          "floor": "27",
          "sideDoor": "002",
          "postalCode": 1799,
          "postalDistrict": "København V",
          "cityName": null,
          "municipality": {
            "name": "KØBENHAVN",
            "code": 101
          },
          "coName": null,
          "postalBox": null,
          "freeText": null,
          "countryCode": "DK"
        },
        "name": "Anders And",
        "type": "PERSON",
        "lassoId": "CVR-3-4004140041",
        "unitNumber": 4004140041,
        "role": {
          "mainType": "LEDELSESORGAN",
          "type": "Bestyrelsesmedlem",
          "originalType": "BESTYRELSESMEDLEM",
          "attributes": [
            {
              "type": "VALGFORM",
              "value": "generalforsamling"
            }
          ]
        },
        "from": "2015-04-15T00:00:00"
      }
    ]
  },
  "founders": [
    {
      "address": {
        "address1": "Prinsessevej 55 4. th.",
        "address2": "1264 København K",
        "streetName": "Prinsessevej",
        "streetCode": 6948,
        "houseNumberFrom": 55,
        "houseNumberTo": null,
        "houseLetterFrom": null,
        "houseLetterTo": null,
        "floor": "4",
        "sideDoor": "th",
        "postalCode": 1264,
        "postalDistrict": "København K",
        "cityName": null,
        "municipality": {
          "name": "KØBENHAVN",
          "code": 101
        },
        "coName": null,
        "postalBox": null,
        "freeText": null,
        "countryCode": "DK"
      },
      "name": "PROCENTFIRMAET APS",
      "type": "VIRKSOMHED",
      "lassoId": "CVR-1-31313131",
      "cvr": 31313131
    }
  ],
  "ownership": {
    "hasOwnersUnderFivePercent": false,
    "owners": [
      {
        "ownership": {
          "from": 0.25,
          "to": 0.3332
        },
        "voteRights": {
          "from": 0.25,
          "to": 0.3332
        },
        "address": {
          "address1": "Markvej 3",
          "address2": "8000 Aarhus C",
          "streetName": "Markvej",
          "streetCode": 61,
          "houseNumberFrom": 3,
          "houseNumberTo": null,
          "houseLetterFrom": null,
          "houseLetterTo": null,
          "floor": null,
          "sideDoor": null,
          "postalCode": 8000,
          "postalDistrict": "Aarhus C",
          "cityName": null,
          "municipality": {
            "name": "AARHUS",
            "code": 751
          },
          "coName": null,
          "postalBox": null,
          "freeText": null,
          "countryCode": "DK"
        },
        "name": "MODERSELSKABET A/S",
        "type": "VIRKSOMHED",
        "lassoId": "CVR-1-26262626",
        "cvr": 26262626,
        "role": {
          "mainType": "REGISTER",
          "type": "EJER",
          "attributes": [
            {
              "type": "EJERANDEL_MEDDELELSE_DATO",
              "value": "2019-07-15T00:00:00"
            }
          ]
        },
        "from": "2019-07-15T00:00:00"
      },
      {
        "ownership": {
          "from": 0.2,
          "to": 0.2499
        },
        "voteRights": {
          "from": 0.2,
          "to": 0.2499
        },
        "address": {
          "address1": "Sønderbrogade 36A 1.",
          "address2": "2200 København N",
          "streetName": "Sønderbrogade",
          "streetCode": 5192,
          "houseNumberFrom": 36,
          "houseNumberTo": null,
          "houseLetterFrom": "A",
          "houseLetterTo": null,
          "floor": "1",
          "sideDoor": null,
          "postalCode": 2200,
          "postalDistrict": "København N",
          "cityName": null,
          "municipality": {
            "name": "KØBENHAVN",
            "code": 101
          },
          "coName": null,
          "postalBox": null,
          "freeText": null,
          "countryCode": "DK"
        },
        "name": "HOLDINGSELSKABET ApS",
        "type": "VIRKSOMHED",
        "lassoId": "CVR-1-43214321",
        "cvr": 43214321,
        "role": {
          "mainType": "REGISTER",
          "type": "EJER",
          "attributes": [
            {
              "type": "EJERANDEL_MEDDELELSE_DATO",
              "value": "2019-07-15T00:00:00"
            }
          ]
        },
        "from": "2018-04-25T00:00:00"
      }
    ]
  },
  "trueOwnership": {
    "couldNotIdentify": false,
    "exempt": false, // deprecated - do not use
    "exemptionStatus": "NOT EXEMPT",
    "fallbackDescription": "Virksomheden har ikke reelle ejere, og ledelsen er indsat som reelle ejere",
    "fallbackType": "MANAGEMENT",
    "latestChangeDate": "2018-12-28T00:00:00",
    "owners": []
  },
  "otherParticipants": [],
  "attributes": [
    {
      "type": "ARKIV_REGISTRERINGSNUMMER",
      "value": "ApS111111"
    },
    {
      "type": "PSEUDOCVRNR",
      "value": false
    }
  ],
  "mergers": [
    {
      "id": 4008867236,
      "dissolved": false,
      "companies": [
        {
          "lassoId": "CVR-1-37924501",
          "cvr": 37924501,
          "name": "Company ApS",
          "dissolved": true
        }
      ],
      "date": "2020-03-17T00:00:00"
    }
  ],
  "demergers": [],
  "lastUpdated": "2020-11-03T02:12:07"
}

GET api.lassox.com/CVR-1-23452345/history
{
    "lassoId": "CVR-1-23452345",
    "cvr": 23452345,
    "unitNumber": 4001100400,
    "name": [{
            "value": "ANPARTSSELSKABET APS",
            "from": "2012-05-14T00:00:00",
            "to": "2014-05-30T00:00:00",
            "current": false
        }, {
            "value": "ANPARTSSELSKAB APS",
            "from": "2014-05-31T00:00:00",
            "to": "2015-06-14T00:00:00",
            "current": false
        }, {
            "value": "AKTIESELSKABET ApS",
            "from": "2015-06-15T00:00:00",
            "to": "2018-04-24T00:00:00",
            "current": false
        }, {
            "value": "AKTIESELSKABET A/S",
            "from": "2018-04-25T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "alternateNames": [{
            "value": "ANPARTSSELSKABERNE ApS",
            "from": "2012-05-14T00:00:00",
            "to": "2018-04-25T00:00:00",
            "current": false
        }, {
            "value": "ANPARTSSELSKABET APS",
            "from": "2012-05-14T00:00:00",
            "to": "2018-04-25T00:00:00",
            "current": false
        }, {
            "value": "ANPARTSSELSKAB APS",
            "from": "2015-11-25T00:00:00",
            "to": "2018-04-25T00:00:00",
            "current": false
        }, {
            "value": "ANPARTSSELSKABERNE A/S",
            "from": "2018-04-26T00:00:00",
            "to": null,
            "current": true
        }, {
            "value": "UDVIKLINGSFIRMAET A/S",
            "from": "2018-04-26T00:00:00",
            "to": null,
            "current": true
        }, {
            "value": "KONSULENTVIRKSOMHEDEN A/S",
            "from": "2018-04-26T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "status": [{
            "value": "NORMAL",
            "from": "2012-05-14T00:00:00",
            "to": null,
            "current": true
        }
    ],    
    "statstidende":[{
        "value":{
            "statusCode": 1,
            "statusText": "Dekret",
            "creditCode": 3,
            "creditText": "Konkurs"
        },
        "from": "2021-10-13T00:00:00",
        "to": null,
        "current": true
    }
    ],
    "lifeTime": [{
            "value": {
                "from": "2012-05-14T00:00:00",
                "to": null
            },
            "from": "2012-05-14T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "phone": [{
            "value": "12341234",
            "from": "2012-07-02T00:00:00",
            "to": "2013-07-31T00:00:00",
            "current": false
        }, {
            "value": "60606060",
            "from": "2014-06-01T00:00:00",
            "to": "2017-02-15T00:00:00",
            "current": false
        }, {
            "value": "71717171",
            "from": "2017-02-16T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "email": [{
            "value": "abc@firmaet.dk",
            "from": "2012-07-02T00:00:00",
            "to": "2014-05-31T00:00:00",
            "current": false
        }, {
            "value": "def@firmaet.dk",
            "from": "2014-06-01T00:00:00",
            "to": "2017-02-15T00:00:00",
            "current": false
        }, {
            "value": "hij@firmaet.dk",
            "from": "2017-02-16T00:00:00",
            "to": "2017-04-30T00:00:00",
            "current": false
        }, {
            "value": "hij@firmaet.com",
            "from": "2017-05-01T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "fax": [],
    "website": [{
            "value": "www.firmaet.dk",
            "from": "2016-09-26T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "purpose": [{
            "value": "Selskabets formål er at drive virksomhed med databehandling, webhosting og yde serviceydelser.",
            "from": "2014-08-01T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "powerToBind": [{
            "value": "Selskabet tegnes af en direktør i forening med bestyrelsesformanden.",
            "from": "2014-08-01T00:00:00",
            "to": "2015-11-24T00:00:00",
            "current": false
        }, {
            "value": "Selskabet tegnes af bestyrelsens formand i forening med en direktør eller af to direktører i forening",
            "from": "2015-11-25T00:00:00",
            "to": "2018-04-17T00:00:00",
            "current": false
        }, {
            "value": "Selskabet tegnes af et bestyrelsesmedlem i forening med en direktør eller af to direktører i forening",
            "from": "2018-04-18T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "commerciallyProtected": false,
    "publicallyTraded": [],
    "byLawsChanged": [{
            "value": "2014-08-01T00:00:00",
            "from": "2014-08-01T00:00:00",
            "to": "2015-06-14T00:00:00",
            "current": false
        }, {
            "value": "2015-06-15T00:00:00",
            "from": "2015-06-15T00:00:00",
            "to": "2016-06-12T00:00:00",
            "current": false
        }, {
            "value": "2016-06-13T00:00:00",
            "from": "2016-06-13T00:00:00",
            "to": "2016-08-10T00:00:00",
            "current": false
        }, {
            "value": "2016-08-11T00:00:00",
            "from": "2016-08-11T00:00:00",
            "to": "2017-09-25T00:00:00",
            "current": false
        }, {
            "value": "2017-09-26T00:00:00",
            "from": "2017-09-26T00:00:00",
            "to": "2018-04-16T00:00:00",
            "current": false
        }, {
            "value": "2018-04-17T00:00:00",
            "from": "2018-04-17T00:00:00",
            "to": "2018-04-24T00:00:00",
            "current": false
        }, {
            "value": "2018-04-25T00:00:00",
            "from": "2018-04-25T00:00:00",
            "to": "2018-12-27T00:00:00",
            "current": false
        }, {
            "value": "2018-12-28T00:00:00",
            "from": "2018-12-28T00:00:00",
            "to": "2019-07-14T00:00:00",
            "current": false
        }, {
            "value": "2019-07-15T00:00:00",
            "from": "2019-07-15T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "creationDate": "2012-05-14T00:00:00",
    "address": [{
            "value": {
                "address1": "Palægæde 39",
                "address2": "1058 København K",
                "streetName": "Palægæde",
                "streetCode": 2700,
                "houseNumberFrom": 39,
                "houseNumberTo": null,
                "houseLetterFrom": null,
                "houseLetterTo": null,
                "floor": null,
                "sideDoor": null,
                "postalCode": 1058,
                "postalDistrict": "København K",
                "cityName": null,
                "municipality": {
                    "name": "KØBENHAVN",
                    "code": 101
                },
                "coName": null,
                "postalBox": null,
                "freeText": null,
                "countryCode": "DK"
            },
            "from": "2012-05-14T00:00:00",
            "to": "2013-08-15T00:00:00",
            "current": false
        }, {
            "value": {
                "address1": "Sønderbrogade 36 1.",
                "address2": "2200 København N",
                "streetName": "Sønderbrogade",
                "streetCode": 5192,
                "houseNumberFrom": 36,
                "houseNumberTo": null,
                "houseLetterFrom": null,
                "houseLetterTo": null,
                "floor": "1",
                "sideDoor": null,
                "postalCode": 2200,
                "postalDistrict": "København N",
                "cityName": null,
                "municipality": {
                    "name": "KØBENHAVN",
                    "code": 101
                },
                "coName": null,
                "postalBox": null,
                "freeText": null,
                "countryCode": "DK"
            },
            "from": "2013-08-16T00:00:00",
            "to": "2013-08-28T00:00:00",
            "current": false
        }, {
            "value": {
                "address1": "Sønderbrogade 36A 1.",
                "address2": "2200 København N",
                "streetName": "Sønderbrogade",
                "streetCode": 5192,
                "houseNumberFrom": 36,
                "houseNumberTo": null,
                "houseLetterFrom": "A",
                "houseLetterTo": null,
                "floor": "1",
                "sideDoor": null,
                "postalCode": 2200,
                "postalDistrict": "København N",
                "cityName": null,
                "municipality": {
                    "name": "KØBENHAVN",
                    "code": 101
                },
                "coName": null,
                "postalBox": null,
                "freeText": null,
                "countryCode": "DK"
            },
            "from": "2013-08-29T00:00:00",
            "to": "2018-08-09T00:00:00",
            "current": false
        }, {
            "value": {
                "address1": "Tietgensplads 37",
                "address2": "1550 København V",
                "streetName": "Tietgensplads",
                "streetCode": 6152,
                "houseNumberFrom": 37,
                "houseNumberTo": null,
                "houseLetterFrom": null,
                "houseLetterTo": null,
                "floor": null,
                "sideDoor": null,
                "postalCode": 1550,
                "postalDistrict": "København V",
                "cityName": null,
                "municipality": {
                    "name": "KØBENHAVN",
                    "code": 101
                },
                "coName": null,
                "postalBox": null,
                "freeText": null,
                "countryCode": "DK"
            },
            "from": "2018-08-10T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "form": [{
            "value": {
                "code": 80,
                "shortDescription": "APS",
                "longDescription": "Anpartsselskab"
            },
            "from": "2012-05-14T00:00:00",
            "to": "2018-04-24T00:00:00",
            "current": false
        }, {
            "value": {
                "code": 60,
                "shortDescription": "A/S",
                "longDescription": "Aktieselskab"
            },
            "from": "2018-04-25T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "industry": [{
            "value": {
                "text": "Uoplyst",
                "code": "999999"
            },
            "from": "2012-05-14T00:00:00",
            "to": "2012-05-14T00:00:00",
            "current": false
        }, {
            "value": {
                "text": "Computerprogrammering",
                "code": "620100"
            },
            "from": "2012-05-15T00:00:00",
            "to": "2014-06-02T00:00:00",
            "current": false
        }, {
            "value": {
                "text": "Databehandling, webhosting og lignende serviceydelser",
                "code": "631100"
            },
            "from": "2014-06-03T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "altIndustry1": [{
            "value": {
                "text": "Konsulentbistand vedrørende informationsteknologi",
                "code": "620200"
            },
            "from": "2012-05-15T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "altIndustry2": [{
            "value": {
                "text": "Anden udgivervirksomhed",
                "code": "581900"
            },
            "from": "2017-01-19T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "altIndustry3": [],
    "employees": [ {
            "value": {
                "interval": "ANTAL_20_49",
                "type": "Yearly",
                "month": 1,
                "year": 2018
            },
            "from": "2018-01-01T00:00:00",
            "to": "2018-12-31T00:00:00",
            "current": false
        },
        {
            "value": {
                "interval": "ANTAL_20_49",
                "type": "Quarterly",
                "month": 7,
                "year": 2019,
                "quarter": 3
            },
            "from": "2019-07-01T00:00:00",
            "to": "2019-09-30T00:00:00",
            "current": false
        },
        {
            "value": {
                "count": 15,
                "fullTimeEquivalentCount": 13.0,
                "interval": "ANTAL_10_19",
                "type": "Monthly",
                "month": 9,
                "year": 2020
            },
            "from": "2020-09-01T00:00:00",
            "to": "2020-09-30T00:00:00",
            "current": false
        }, {
            "value": {
                "count": 14,
                "fullTimeEquivalentCount": 12.0,
                "interval": "ANTAL_10_19",
                "type": "Monthly",
                "month": 10,
                "year": 2020
            },
            "from": "2020-10-01T00:00:00",
            "to": "2020-10-31T00:00:00",
            "current": false
        }
    ],
    "contributedCapital": {
        "value": [{
                "value": 80000.00,
                "from": "2012-05-14T00:00:00",
                "to": "2014-07-31T00:00:00",
                "current": false
            }, {
                "value": 100000.00,
                "from": "2014-08-01T00:00:00",
                "to": "2019-07-14T00:00:00",
                "current": false
            },
            {
                "value": "1737691.00",
                "from": "2019-07-15T00:00:00",
                "to": null,
                "current": true
            }
        ],
        "currency": [{
                "value": "DKK",
                "from": "2012-05-14T00:00:00",
                "to": null,
                "current": false
            }
        ],
        "hasClasses": [{
                "value": false,
                "from": "2016-06-13T00:00:00",
                "to": null,
                "current": false
            }
        ],
        "isPartial": []
    },
    "accounting": {
        "optedOut": [{
                "value": true,
                "from": "2012-05-14T00:00:00",
                "to": "2015-06-14T00:00:00",
                "current": false
            }, {
                "value": false,
                "from": "2015-06-15T00:00:00",
                "to": null,
                "current": true
            }
        ],
        "currentPeriod": {
            "from": "2021-01-01T00:00:00",
            "to": "2021-12-31T00:00:00"
        },
        "firstPeriod": {
            "from": "2012-05-14T00:00:00",
            "to": "2012-12-31T00:00:00"
        },
        "period": [{
                "value": {
                    "from": {
                        "day": 1,
                        "month": 1
                    },
                    "to": {
                        "day": 31,
                        "month": 12
                    }
                },
                "from": "2012-05-14T00:00:00",
                "to": null,
                "current": true
            }
        ],
        "accountant": [{
                "value": {
                    "address": {
                        "address1": "Prinsessevej 68",
                        "address2": "1264 København K",
                        "streetName": "Prinsessevej",
                        "streetCode": 6948,
                        "houseNumberFrom": 68,
                        "houseNumberTo": null,
                        "houseLetterFrom": null,
                        "houseLetterTo": null,
                        "floor": null,
                        "sideDoor": null,
                        "postalCode": 1264,
                        "postalDistrict": "København K",
                        "cityName": null,
                        "municipality": {
                            "name": "KØBENHAVN",
                            "code": 101
                        },
                        "coName": null,
                        "postalBox": null,
                        "freeText": null,
                        "countryCode": "DK"
                    },
                    "name": "REVISIONSFIRMAET A/S",
                    "type": "VIRKSOMHED",
                    "lassoId": "CVR-1-15151515",
                    "cvr": 15151515,
                    "role": {
                        "mainType": "REVISION",
                        "type": "Revisor",
                        "originalType": "REVISION",
                        "attributes": [],
                    },
                },
                "from": "2015-06-15T00:00:00",
                "to": null,
                "current": true
            }
        ]
    },
    "productionUnits": [{
            "value": {
                "lassoId": "CVR-2-1011011010",
                "pNumber": 1011011010
            },
            "from": "2012-05-14T00:00:00",
            "to": null,
            "current": true
        }, {
            "value": {
                "lassoId": "CVR-2-1021021021",
                "pNumber": 1021021021
            },
            "from": "2018-08-10T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "stakeholders": [],
    "management": {
        "ceo": [{
                "value": {
                    "address": {
                        "address1": "Æblevej 17",
                        "address2": "2830 Virum",
                        "streetName": "Æblevej",
                        "streetCode": 890,
                        "houseNumberFrom": 17,
                        "houseNumberTo": null,
                        "houseLetterFrom": null,
                        "houseLetterTo": null,
                        "floor": null,
                        "sideDoor": null,
                        "postalCode": 2830,
                        "postalDistrict": "Virum",
                        "cityName": null,
                        "municipality": {
                            "name": "LYNGBY-TAARBÆK",
                            "code": 173
                        },
                        "coName": null,
                        "postalBox": null,
                        "freeText": null,
                        "countryCode": "DK"
                    },
                    "name": "Jane Doe",
                    "type": "PERSON",
                    "lassoId": "CVR-3-4000400001",
                    "unitNumber": 4000400001,
                    "role": {
                        "mainType": "LEDELSESORGAN",
                        "type": "Administrerende Direktør",
                        "originalType": "adm. dir",
                        "attributes": []
                    }
                },
                "from": "2012-05-14T00:00:00",
                "to": "2014-05-31T00:00:00",
                "current": false
            }, {
                "value": {
                    "address": {
                        "address1": "Prinsessevej 55 4. th.",
                        "address2": "1264 København K",
                        "streetName": "Prinsessevej",
                        "streetCode": 6948,
                        "houseNumberFrom": 55,
                        "houseNumberTo": null,
                        "houseLetterFrom": null,
                        "houseLetterTo": null,
                        "floor": "4",
                        "sideDoor": "th",
                        "postalCode": 1264,
                        "postalDistrict": "København K",
                        "cityName": null,
                        "municipality": {
                            "name": "KØBENHAVN",
                            "code": 101
                        },
                        "coName": null,
                        "postalBox": null,
                        "freeText": null,
                        "countryCode": "DK"
                    },
                    "name": "Johnny Doersen",
                    "type": "PERSON",
                    "lassoId": "CVR-3-4000440004",
                    "unitNumber": 4000440004,
                    "role": {
                        "mainType": "LEDELSESORGAN",
                        "type": "Administrerende Direktør",
                        "originalType": "adm. dir",
                        "attributes": []
                    }
                },
                "from": "2014-06-01T00:00:00",
                "to": null,
                "current": true
            }
        ],
        "members": [{
                "value": {
                    "address": {
                        "address1": "Valmuevej 40 st. th.",
                        "address2": "1709 København V",
                        "streetName": "Valmuevej",
                        "streetCode": 6544,
                        "houseNumberFrom": 40,
                        "houseNumberTo": null,
                        "houseLetterFrom": null,
                        "houseLetterTo": null,
                        "floor": "st",
                        "sideDoor": "th",
                        "postalCode": 1709,
                        "postalDistrict": "København V",
                        "cityName": null,
                        "municipality": {
                            "name": "KØBENHAVN",
                            "code": 101
                        },
                        "coName": null,
                        "postalBox": null,
                        "freeText": null,
                        "countryCode": "DK"
                    },
                    "name": "John Doe",
                    "type": "PERSON",
                    "lassoId": "CVR-3-4000000001",
                    "unitNumber": 4000000001,
                    "role": {
                        "mainType": "LEDELSESORGAN",
                        "type": "Direktør",
                        "originalType": "DIREKTION",
                        "attributes": []
                    }
                },
                "from": "2014-06-01T00:00:00",
                "to": null,
                "current": true
            }
        ]
    },
    "board": {
        "chairman": [{
                "value": {
                    "address": {
                        "address1": "Æblevej 17",
                        "address2": "2830 Virum",
                        "streetName": "Æblevej",
                        "streetCode": 890,
                        "houseNumberFrom": 17,
                        "houseNumberTo": null,
                        "houseLetterFrom": null,
                        "houseLetterTo": null,
                        "floor": null,
                        "sideDoor": null,
                        "postalCode": 2830,
                        "postalDistrict": "Virum",
                        "cityName": null,
                        "municipality": {
                            "name": "LYNGBY-TAARBÆK",
                            "code": 173
                        },
                        "coName": null,
                        "postalBox": null,
                        "freeText": null,
                        "countryCode": "DK"
                    },
                    "name": "Jane Doe",
                    "type": "PERSON",
                    "lassoId": "CVR-3-4000400001",
                    "unitNumber": 4000400001,
                    "role": {
                        "mainType": "LEDELSESORGAN",
                        "type": "Bestyrelsesformand",
                        "originalType": "formand",
                        "attributes": [{
                                "type": "VALGFORM",
                                "value": "generalforsamling"
                            }
                        ]
                    }
                },
                "from": "2012-05-14T00:00:00",
                "to": "2017-09-25T00:00:00",
                "current": false
            },
            {
                "value": {
                    "address": {
                        "address1": "Æblevej 17",
                        "address2": "2830 Virum",
                        "streetName": "Æblevej",
                        "streetCode": 890,
                        "houseNumberFrom": 17,
                        "houseNumberTo": null,
                        "houseLetterFrom": null,
                        "houseLetterTo": null,
                        "floor": null,
                        "sideDoor": null,
                        "postalCode": 2830,
                        "postalDistrict": "Virum",
                        "cityName": null,
                        "municipality": {
                            "name": "LYNGBY-TAARBÆK",
                            "code": 173
                        },
                        "coName": null,
                        "postalBox": null,
                        "freeText": null,
                        "countryCode": "DK"
                    },
                    "name": "Jane Doe",
                    "type": "PERSON",
                    "lassoId": "CVR-3-4000400001",
                    "unitNumber": 4000400001,
                    "role": {
                        "mainType": "LEDELSESORGAN",
                        "type": "Bestyrelsesformand",
                        "originalType": "FORMAND",
                        "attributes": [{
                                "type": "VALGFORM",
                                "value": "generalforsamling"
                            }
                        ]
                    }
                },
                "from": "2019-06-26T00:00:00",
                "to": null,
                "current": true
            }
        ],
        "members": [{
                "value": {
                    "address": {
                        "address1": "Prinsessevej 55 4. th.",
                        "address2": "1264 København K",
                        "streetName": "Prinsessevej",
                        "streetCode": 6948,
                        "houseNumberFrom": 55,
                        "houseNumberTo": null,
                        "houseLetterFrom": null,
                        "houseLetterTo": null,
                        "floor": "4",
                        "sideDoor": "th",
                        "postalCode": 1264,
                        "postalDistrict": "København K",
                        "cityName": null,
                        "municipality": {
                            "name": "KØBENHAVN",
                            "code": 101
                        },
                        "coName": null,
                        "postalBox": null,
                        "freeText": null,
                        "countryCode": "DK"
                    },
                    "name": "Johnny Doersen",
                    "type": "PERSON",
                    "lassoId": "CVR-3-4000440004",
                    "unitNumber": 4000440004,
                    "role": {
                        "mainType": "LEDELSESORGAN",
                        "type": "Bestyrelsesmedlem",
                        "originalType": "BESTYRELSE",
                        "attributes": [{
                                "type": "VALGFORM",
                                "value": "generalforsamling"
                            }
                        ]
                    }
                },
                "from": "2012-07-02T00:00:00",
                "to": "2014-05-31T00:00:00",
                "current": false
            }, {
                "value": {
                    "address": {
                        "address1": "Valmuevej 40 st. th.",
                        "address2": "1709 København V",
                        "streetName": "Valmuevej",
                        "streetCode": 6544,
                        "houseNumberFrom": 40,
                        "houseNumberTo": null,
                        "houseLetterFrom": null,
                        "houseLetterTo": null,
                        "floor": "st",
                        "sideDoor": "th",
                        "postalCode": 1709,
                        "postalDistrict": "København V",
                        "cityName": null,
                        "municipality": {
                            "name": "KØBENHAVN",
                            "code": 101
                        },
                        "coName": null,
                        "postalBox": null,
                        "freeText": null,
                        "countryCode": "DK"
                    },
                    "name": "John Doe",
                    "type": "PERSON",
                    "lassoId": "CVR-3-4000000001",
                    "unitNumber": 4000000001,
                    "role": {
                        "mainType": "LEDELSESORGAN",
                        "type": "Bestyrelsesmedlem",
                        "originalType": "BESTYRELSE",
                        "attributes": [{
                                "type": "VALGFORM",
                                "value": "generalforsamling"
                            }
                        ]
                    }
                },
                "from": "2012-07-02T00:00:00",
                "to": "2014-05-31T00:00:00",
                "current": false
            },
            {
                "value": {
                    "address": {
                        "address1": "Brumgade 2 27. 002.",
                        "address2": "1799 København V",
                        "streetName": "Brumgade",
                        "streetCode": 8836,
                        "houseNumberFrom": 2,
                        "houseNumberTo": null,
                        "houseLetterFrom": null,
                        "houseLetterTo": null,
                        "floor": "27",
                        "sideDoor": "002",
                        "postalCode": 1799,
                        "postalDistrict": "København V",
                        "cityName": null,
                        "municipality": {
                            "name": "KØBENHAVN",
                            "code": 101
                        },
                        "coName": null,
                        "postalBox": null,
                        "freeText": null,
                        "countryCode": "DK"
                    },
                    "name": "Anders And",
                    "type": "PERSON",
                    "lassoId": "CVR-3-4004140041",
                    "unitNumber": 4004140041,
                    "role": {
                        "mainType": "LEDELSESORGAN",
                        "type": "Bestyrelsesmedlem",
                        "originalType": "BESTYRELSESMEDLEM",
                        "attributes": [{
                                "type": "VALGFORM",
                                "value": "generalforsamling"
                            }
                        ]
                    }
                },
                "from": "2019-06-26T00:00:00",
                "to": null,
                "current": true
            }
        ]
    },
    "founders": [{
            "address": {
                "address1": "Valmuevej 40 st. th.",
                "address2": "1709 København V",
                "streetName": "Valmuevej",
                "streetCode": 6544,
                "houseNumberFrom": 40,
                "houseNumberTo": null,
                "houseLetterFrom": null,
                "houseLetterTo": null,
                "floor": "st",
                "sideDoor": "th",
                "postalCode": 1709,
                "postalDistrict": "København V",
                "cityName": null,
                "municipality": {
                    "name": "KØBENHAVN",
                    "code": 101
                },
                "coName": null,
                "postalBox": null,
                "freeText": null,
                "countryCode": "DK"
            },
            "name": "John Doe",
            "type": "PERSON",
            "lassoId": "CVR-3-4000000001",
            "unitNumber": 4000000001
        },
    ],
    "ownership": {
        "hasOwnersUnderFivePercent": [{
                "value": false,
                "from": "2016-06-14T00:00:00",
                "to": null,
                "current": true
            }
        ],
        "owners": [ {
                "value": {
                    "ownership": {
                        "from": 0.05,
                        "to": 0.09999
                    },
                    "voterights": {
                        "from": 0.05,
                        "to": 0.09999
                    },
                    "address": {
                        "address1": "Tomsvej 4",
                        "address2": "1825 Frederiksberg C",
                        "streetName": "Tomsvej",
                        "streetCode": 349,
                        "houseNumberFrom": 4,
                        "houseNumberTo": null,
                        "houseLetterFrom": null,
                        "houseLetterTo": null,
                        "floor": null,
                        "sideDoor": null,
                        "postalCode": 1825,
                        "postalDistrict": "Frederiksberg C",
                        "cityName": null,
                        "municipality": {
                            "name": "FREDERIKSBERG",
                            "code": 147
                        },
                        "coName": null,
                        "postalBox": null,
                        "freeText": null,
                        "countryCode": "DK"
                    },
                    "name": "EJERSELSKABET APS",
                    "type": "VIRKSOMHED",
                    "lassoId": "CVR-1-25252525",
                    "cvr": 25252525,
                    "role": {
                        "mainType": "REGISTER",
                        "type": "EJER",
                        "attributes": [{
                                "type": "EJERANDEL_MEDDELELSE_DATO",
                                "value": "2017-09-26T00:00:00"
                            }, {
                                "type": "EJERANDEL_MEDDELELSE_DATO",
                                "value": "2019-10-22T00:00:00"
                            }
                        ]
                    }
                },
                "from": "2017-09-26T00:00:00",
                "to": "2019-10-22T00:00:00",
                "current": false
            },
            {
                "value": {
                    "ownership": {
                        "from": 0.2,
                        "to": 0.2499
                    },
                    "voterights": {
                        "from": 0.2,
                        "to": 0.2499
                    },
                    "address": {
                        "address1": "Prinsessevej 55 4. th.",
                        "address2": "1264 København K",
                        "streetName": "Prinsessevej",
                        "streetCode": 6948,
                        "houseNumberFrom": 55,
                        "houseNumberTo": null,
                        "houseLetterFrom": null,
                        "houseLetterTo": null,
                        "floor": "4",
                        "sideDoor": "th",
                        "postalCode": 1264,
                        "postalDistrict": "København K",
                        "cityName": null,
                        "municipality": {
                            "name": "KØBENHAVN",
                            "code": 101
                        },
                        "coName": null,
                        "postalBox": null,
                        "freeText": null,
                        "countryCode": "DK"
                    },
                    "name": "PROCENTFIRMAET APS",
                    "type": "VIRKSOMHED",
                    "lassoId": "CVR-1-31313131",
                    "cvr": 31313131,
                    "role": {
                        "mainType": "REGISTER",
                        "type": "EJER",
                        "attributes": [{
                                "type": "EJERANDEL_MEDDELELSE_DATO",
                                "value": "2019-07-15T00:00:00"
                            }
                        ]
                    }
                },
                "from": "2018-04-23T00:00:00",
                "to": null,
                "current": true
            },
            {
                "value": {
                    "ownership": {
                        "from": 0.05,
                        "to": 0.09999
                    },
                    "voterights": {
                        "from": 0.05,
                        "to": 0.09999
                    },
                    "address": {
                        "address1": "Tomsvej 7",
                        "address2": "1825 Frederiksberg C",
                        "streetName": "Tomsvej",
                        "streetCode": 349,
                        "houseNumberFrom": 7,
                        "houseNumberTo": null,
                        "houseLetterFrom": null,
                        "houseLetterTo": null,
                        "floor": null,
                        "sideDoor": null,
                        "postalCode": 1825,
                        "postalDistrict": "Frederiksberg C",
                        "cityName": null,
                        "municipality": {
                            "name": "FREDERIKSBERG",
                            "code": 147
                        },
                        "coName": null,
                        "postalBox": null,
                        "freeText": null,
                        "countryCode": "DK"
                    },
                    "name": "INVESTERINGSSELSKABET ApS",
                    "type": "VIRKSOMHED",
                    "lassoId": "CVR-1-28482848",
                    "cvr": 28482848,
                    "role": {
                        "mainType": "REGISTER",
                        "type": "EJER",
                        "attributes": [{
                                "type": "EJERANDEL_MEDDELELSE_DATO",
                                "value": "2019-07-15T00:00:00"
                            }
                        ]
                    }
                },
                "from": "2018-12-28T00:00:00",
                "to": null,
                "current": true
            }
        ]
    },
    "trueOwnership": {
        "couldNotIdentify": false,
        "exempt": false, // deprecated - do not use
        "exemptionStatus": "NOT EXEMPT",
        "fallbackDescription": "Virksomheden har ikke reelle ejere, og ledelsen er indsat som reelle ejere",
        "fallbackType": "MANAGEMENT",
        "latestChangeDate": "2018-12-28T00:00:00",
        "owners": [{
                "value": {
                    "ownership": 0.2638,
                    "voteRights": 0.2638,
                    "throughRole": false,
                    "address": {
                        "address1": "Valmuevej 40 st. th.",
                        "address2": "1709 København V",
                        "streetName": "Valmuevej",
                        "streetCode": 6544,
                        "houseNumberFrom": 40,
                        "houseNumberTo": null,
                        "houseLetterFrom": null,
                        "houseLetterTo": null,
                        "floor": "st",
                        "sideDoor": "th",
                        "postalCode": 1709,
                        "postalDistrict": "København V",
                        "cityName": null,
                        "municipality": {
                            "name": "KØBENHAVN",
                            "code": 101
                        },
                        "coName": null,
                        "postalBox": null,
                        "freeText": null,
                        "countryCode": "DK"
                    },
                    "name": "John Doe",
                    "type": "PERSON",
                    "lassoId": "CVR-3-4000000001",
                    "unitNumber": 4000000001,
                    "role": {
                        "mainType": "REGISTER",
                        "type": "REEL EJER",
                        "attributes": []
                    }
                },
                "from": "2018-04-23T00:00:00",
                "to": "2018-12-27T00:00:00",
                "current": false
            }, {
                "value": {
                    "ownership": 0.2505,
                    "voteRights": 0.2505,
                    "throughRole": false,
                    "address": {
                        "address1": "Prinsessevej 55 4. th.",
                        "address2": "1264 København K",
                        "streetName": "Prinsessevej",
                        "streetCode": 6948,
                        "houseNumberFrom": 55,
                        "houseNumberTo": null,
                        "houseLetterFrom": null,
                        "houseLetterTo": null,
                        "floor": "4",
                        "sideDoor": "th",
                        "postalCode": 1264,
                        "postalDistrict": "København K",
                        "cityName": null,
                        "municipality": {
                            "name": "KØBENHAVN",
                            "code": 101
                        },
                        "coName": null,
                        "postalBox": null,
                        "freeText": null,
                        "countryCode": "DK"
                    },
                    "name": "Johnny Doersen",
                    "type": "PERSON",
                    "lassoId": "CVR-3-4000440004",
                    "unitNumber": 4000440004,
                    "role": {
                        "mainType": "REGISTER",
                        "type": "REEL EJER",
                        "attributes": []
                    }
                },
                "from": "2018-12-28T00:00:00",
                "to": "2019-07-15T00:00:00",
                "current": false
            }
        ]
    },
    "otherParticipants": [],
    "attributes": [{
            "value": {
                "type": "ARKIV_REGISTRERINGSNUMMER",
                "value": "ApS111111"
            },
            "from": "2012-05-14T00:00:00",
            "to": null,
            "current": true
        }, {
            "value": {
                "type": "PSEUDOCVRNR",
                "value": false
            },
            "from": "2012-05-14T00:00:00",
            "to": null,
            "current": true
        }
    ],
    "mergers": [],
    "demergers": [],
    "lastUpdated": "2020-11-03T02:12:07"
}

Response groups

Group Top-level field(s) Dedicated endpoint Included when
Basic information Scalar fields (name, cvr, status, phone, purpose, …), plus address, form, industry, employees, contributedCapital, accounting, productionUnits, attributes, mergers, demergers Company details Always
Participants management, board, founders, stakeholders, otherParticipants Participants You have access to participant data
Legal ownership ownership Legal owners You have access to legal ownership data
Beneficial ownership trueOwnership Beneficial owners You have access to beneficial ownership data

Field reference

This page documents only the top-level shape of the combined response. For the fields inside each group, see the dedicated endpoint page linked from the table below — they are not duplicated here.

Top level

Field Type Description
lassoId string The company's Lasso Id.
cvr number The CVR number.
unitNumber number The CVR unit number (enhedsnummer) identifying the legal unit.
name string The company's current name.
alternateNames string[] Other names the company is or has been known by (e.g. binames).
status string The current company status, e.g. NORMAL.
lastStatusChange datetime When the status last changed.
statstidende object Latest Statstidende announcement, if any. See Company details.
lifeTime object The company's life span, with from and to (to is null while active).
phone string Registered phone number.
email string Registered e-mail address.
fax string Registered fax number.
website string Registered website.
purpose string The company's registered purpose (formål).
powerToBind string Who may legally bind the company (tegningsregel).
commerciallyProtected boolean Whether the name is commercially protected (reklamebeskyttet).
publicallyTraded boolean Whether the company is publicly traded.
byLawsChanged datetime When the articles of association (vedtægter) were last changed.
creationDate datetime The company's creation/registration date.
address object The company's address. See Company details.
form object The company form (virksomhedsform). See Company details.
industry object Primary industry (branche). See Company details.
altIndustry1altIndustry3 object Up to three secondary industries (bibrancher), or null.
employees object Latest employee figures. See Company details.
contributedCapital object Registered capital. See Company details.
accounting object Accounting/financial-year information. See Company details.
productionUnits object[] The company's production units, each with lassoId and pNumber.
attributes object[] Additional key/value attributes (type, value).
mergers object[] Mergers the company has been part of. See Company details.
demergers object[] Demergers the company has been part of. See Company details.
management object The company's management. Part of the Participants group.
board object The company's board. Part of the Participants group.
founders object[] The company's founders. Part of the Participants group.
stakeholders object[] Interested parties. Part of the Participants group.
otherParticipants object[] Other participants. Part of the Participants group.
ownership object Legal ownership. See Legal owners.
trueOwnership object Beneficial ownership. See Beneficial owners.
lastUpdated datetime When this data was last updated in Lasso.

History responses

In the /history response, every value is wrapped in an object with value, from, to and current fields, where current indicates whether the value is the one in effect now. The from/to timestamps describe the period the value was valid for (to is null while still current).