Skip to main content
POST
/
api
/
krs
/
companies
/
financials
/krs/companies/financials
curl --request POST \
  --url https://api.anysite.io/api/krs/companies/financials \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "krs": "<string>",
  "timeout": 300,
  "register": "P"
}
'
[
  {
    "document_type": "<string>",
    "document_type_code": "<string>",
    "@type": "@krs_filed_document",
    "period": "<string>",
    "financial_year_from": 123,
    "financial_year_to": 123,
    "submitted_at": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
krs
string
required

KRS registration number

Examples:

"0000028860"

"28860"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
register
enum<string>
default:P

Register section: P for companies, S for associations and foundations

Available options:
P,
S

Response

Successful Response

document_type
string
required
document_type_code
string
required
@type
string
default:@krs_filed_document
period
string | null
financial_year_from
integer | null
financial_year_to
integer | null
submitted_at
string | null