Financial Statements

What kind of data I will get

Rejestr.io also allows to download financial documents related to given company such as profit and loss account or company balance sheet.

Input data definition

Only NIP is required to download data from Rejestr.io.

{
  "nip": "5224158027"
}

Output data

In the response from this integration you will find arrays of links which allow you to download found company's documents and documents' names. The links are valid for 24 hours since the end of the workflow.

{
  "rejestrIo" : {
    "documents": {
        [ {
        "fileName" : "KRS-823971-sprawozdanie-9171699.pdf",
        "fileUrl" : "http://localhost:4566/file-bucket/docs/KRS-823971-sprawozdanie-9171699.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20220831T135215Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Credential=dummy%2F20220831%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=8693803b3ea9ea741e5f9b4e0a40c263a58b3b8309834c337e827fd2bed38a53"
    }, {
        "fileName" : "KRS-823971-sprawozdanie-9171698.pdf",
        "fileUrl" : "http://localhost:4566/file-bucket/docs/KRS-823971-sprawozdanie-9171698.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20220831T135215Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Credential=dummy%2F20220831%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=aae7113d014cb2df1f74de497e3df7ccd2eac60d466cb2b6a7244e6eabc80fa4"
    } ]
    }
}