Czech Republic – Updates regarding the Refresh dataset

Starting with 25th of January we are updating our Refresh dataset structure for companies in Czech Republic (CZ), in order to include the joint shareholders.

Refresh dataset details

The Refresh dataset will contain a new attribute type – jointShareholders, in the form of an array, with the following values: percentage, shareCapital, and shareCurrency.


The values are mutual for a given group of joint shareholders (named “Podílníks” in CZ), as well as the type – shareholder.


This upgrade does not change anything on the structure of the array shareholder.

json snippet
{
"people": {
  "jointShareholders":   [	
      {	
      "percentage": "26.173",	
      "shareCapital": "240000",	
      "shareCurrency": "Kč",	
      "shareholder": 	
        {	
        "name": "{name}",	
        "position": "Podílník",	 
        "role": "Podílník",	 
        "dateOfBirth": "{birth date}",	
        "isCorporate": "0",	
        "address": [	
          "",	
          "	
          ]	
        },	
        "name": "{name}",	
        "position": "Podílník",	
        "role": "Podílník",	
        "dateOfBirth": "{date of birth}",	
        "isCorporate": "0",	
        "address": [	
            "",	
            ""	
          ]	
        },	
        {	
        "percentage": "8.287",	
        "shareCapital": "76000",	
        "shareCurrency": "Kč",	
        "shareholder": [	
        {	
          "name": "[name}",	
          "position": "Podílník",	
          "role": "Podílník",	
          "dateOfBirth": "{date of birth}",	
          "isCorporate": "0",	
          "address": [	
                "",	
                ""	
              ]	
            },	
            {	
            "name": "{name}",	
            "position": "Podílník",	
            "role": "Podílník",	
            "dateOfBirth": "{date of birth}",	
            "isCorporate": "0",	
            "address": [	
                "",	
                ""	
               ]	
            }           	
    ]	
  "shareholder": [
      {
        "dateOfBirth": "{date of birth}",
        "isCorporate": "0",
        "name": "{name}",
        "percentage": "26.609",
        "position": "Společník",
        "role": "Společník",
        "shareCapital": "244000",
        "shareCurrency": "Kč",
        "address": [
          "",
          ""
        ]
      }

Who are the joint shareholders

Joint shareholders (“Podílníks”) are shareholders that have right to a share of the profit and as many votes at the company’s general meeting as the number of shares they hold. These shareholders jointly own a portion or all shares of a company.