PWG

What kind of data I will get

By using this integration, you can generate report about company. What you need is one of three identifiers:

  • NIP

  • REGON

  • KRS number

In response, you will receive json based report with detailed information about the company, their status and financial status.

Input

Query company data by nip

{
  "nip": "5224158027"
}

Query company data by regon

{
  "regon": "123123123"
}

Query company data by krs

{
  "krs": "0000823971"
}

Response Content

Field
Type
Description

pwg.company.associates.company.id

string

The ID of the associated company

pwg.company.associates.company.name

string

The name of the associated company

pwg.company.associates.company.surname

string

The surname of the associated company

pwg.company.associates.company.pesel

string

The Personal Identification Number (PESEL) of the associated company

pwg.company.associates.company.role

string

The role of the associated company

pwg.company.associates.company.position

string

The position of the associated company

pwg.company.associates.company.startDate

string

The date when the associated company started

pwg.company.associates.company.endDate

string

The date when the associated company ended

Field
Type
Description

pwg.company.shareholders.id

string

The ID of the shareholder

pwg.company.shareholders.name

string

The name of the shareholder

pwg.company.shareholders.pesel

string

The PESEL of the shareholder

pwg.company.shareholders.firstName

string

The first name of the shareholder

pwg.company.shareholders.amount

float

The amount of shares held by the shareholder

pwg.company.shareholders.value

float

The value of the shares held by the shareholder

pwg.company.shareholders.sharePercentage

string

The percentage of shares held by the shareholder

pwg.company.shareholders.type

string

The type of the shareholder

Field
Type
Description

pwg.company.mainPkds.name

string

The name of the main PKD of the company

pwg.company.mainPkds.pkdn

string

The PKDN of the main PKD of the

Example response

Was this helpful?