Skip to main content
POST
/
api
/
handelsregister
/
financial_reports
/handelsregister/financial_reports
curl --request POST \
  --url https://api.anysite.io/api/handelsregister/financial_reports \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "count": 2,
  "timeout": 300,
  "register_number": "6684"
}
'
[
  {
    "@type": "@handelsregister_financial_report",
    "type": "<string>",
    "category": "<string>",
    "title": "<string>",
    "fiscal_year_start": "<string>",
    "fiscal_year_end": "<string>",
    "date": "<string>",
    "language": "<string>",
    "source_name": "<string>",
    "is_deposit": true,
    "is_esef": true,
    "is_xml": true,
    "has_pdf": true
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
company
string
required

Full registered company name (e.g. 'Siemens Aktiengesellschaft', not just 'Siemens')

Minimum string length: 1
Examples:

"Siemens Aktiengesellschaft"

"BASF SE"

"Volkswagen Aktiengesellschaft"

count
integer
required

Max number of financial reports to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
register_number
string | null

Register number to disambiguate the company

Example:

"6684"

Response

Successful Response

@type
string
default:@handelsregister_financial_report
type
string | null
category
string | null
title
string | null
fiscal_year_start
string | null
fiscal_year_end
string | null
date
string | null
language
string | null
source_name
string | null
is_deposit
boolean | null
is_esef
boolean | null
is_xml
boolean | null
has_pdf
boolean | null