Connection to the Swedish Companies Registration Office (Bolagsverket) improved

We are happy to announce that the connection to Swedish Companies Registration Office (Bolagsverket) has been improved. This new connection offers higher data quality, as well as being more stable and faster. With this new connection, the refresh dataset now contains more data (which will be listed below) and the enhanced dataset (super) will no longer be offered.

No document-related changes have been made – the integration for documents remains the same.

Refresh dataset

The refresh response from the new connection will cover all the information below:

  • name
  • registrationNumber
  • status
  • providedStatus
  • legalForm
  • incorporationDate
  • otherIdentifiers
  • registrationDate
  • activity
  • officers
  • shareCapitals
  • shareCurrency
  • formattedAddress
  • Refresh sample

    
    curl --location 'https://apitest.kompany.com/api/v2/company/dataset' \
    --header 'Content-Type: application/json' \
    --header 'user_key: {secret}' \
    --data '{
        "kompanyId": "{kompanyId}",
        "datasetName":"refresh",
        "datasetOptions": null
    }'
    

    Response

    
    {
        "datasetId": "{datasetId}",
        "kompanyId": "{kompanyId}",
        "datasetName": "refresh",
        "datasetOptions": {
            "addPdfExtract": false,
            "addProductRegisterReport": false
        },
        "info": null,
        "status": "COMPLETED",
        "requestTime": "2024-03-22T08:04:23+00:00",
        "responseTime": "2024-03-22T08:04:24+00:00",
        "estimatedDeliverySeconds": 0,
        "content": {
            "kompanyId": "2F6A1B6EFF3545AA255EEF486D19BD31",
            "countryCode": "SE",
            "countryName": "Sweden",
            "registrationNumber": "5563044915",
            "name": "Aktiebolaget Komplementären för KB Österhus",
            "status": "CLOSED",
            "providedStatus": "Likvidation avslutad",
            "address": "Box 11304 40427, c/o Ernströmgruppen AB, GÖTEBORG",
            "legalForm": "Aktiebolag",
            "additionalData": {
                "otherIdentifiers": [
                    {
                        "identifierName": "localNumber",
                        "identifierValue": "5563044915"
                    }
                ],
                "contactInformation": {
                    "formattedAddress": {
                        "city": "GÖTEBORG",
                        "zip": "40427",
                        "extra": "c/o Ernströmgruppen AB",
                        "addressLine1": "Box 11304"
                    }
                },
                "shares": {
                    "shareCapitals": "100000",
                    "shareCurrency": "SEK"
                },
                "legalEvents": {
                    "incorporationDate": "1987-08-17",
                    "registrationDate": "1987-09-21"
                }
            },
            "associatedEntities": {
                "shareholders": [],
                "officers": [
                    {
                        "name": "Anne Louise Gentzel Andreasson",
                        "role": "officer",
                        "providedRole": "Likvidator",
                        "address": "Box 11304 40427, c/o Ernströmgruppen AB, GÖTEBORG"
                    },
                    {
                        "name": "Öhrlings PricewaterhouseCoopers AB",
                        "role": "officer",
                        "providedRole": "Revisor",
                        "address": "11397, STOCKHOLM"
                    },
                    {
                        "name": "Margit Susanne Gustafsson",
                        "role": "officer",
                        "providedRole": "Huvudansvarig revisor",
                        "address": "Ahrenbergsgatan 9 C 41673, GÖTEBORG"
                    }
                ]
            },
            "industryActivityCode": {
                "activity": "Bolaget skall vara att såsom komplementär ingå i Kommanditbola- get Österhus."
            },
            "providerSpecificData": {
                "latestAccounts": {
                    "overdue": false
                }
            },
            "sources": [
                {
                    "name": "Swedish Companies Registration Office (Bolagsverket)",
                    "info": null,
                    "primary": true,
                    "fields": [
                        "$.additionalData.shares.shareCurrency",
                        "$.status",
                        "$.additionalData.legalEvents.incorporationDate",
                        "$.legalForm",
                        "$.additionalData.otherIdentifiers[0]",
                        "$.registrationNumber",
                        "$.additionalData.shares.shareCapitals",
                        "$.providedStatus",
                        "$.additionalData.legalEvents.registrationDate",
                        "$.industryActivityCode.activity",
                        "$.name",
                        "$.associatedEntities.officers",
                        "$.additionalData.contactInformation.formattedAddress"
                    ],
                    "lastCheckedTime": "2022-07-22T10:36:58+00:00"
                }
            ],
            "version": "company-v2.0"
        }
    }
    
    

    If you would like to provide us with feedback or you have a question related to this connection, contact us here: support_kompany@moodys.com