Danish Annual Reports (CVR Regnskaber) avatar

Danish Annual Reports (CVR Regnskaber)

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Danish Annual Reports (CVR Regnskaber)

Danish Annual Reports (CVR Regnskaber)

Get the full filing history of published annual reports for any Danish company from the official CVR/Erhvervsstyrelsen source. Returns accounting period, publish date, and direct PDF + XBRL links. No API key.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Nicolas van Arkens

Nicolas van Arkens

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Get the complete filing history of published annual reports (årsrapporter / regnskaber) for any Danish company — straight from the official Danish Business Authority (Erhvervsstyrelsen) distribution endpoint. No API key required.

For each filing you get the accounting period, publication date, document type, correction status, and direct download links to both the PDF and the machine-readable XBRL version of the report.

What it's for

  • Due diligence & KYB — pull a company's full filing history and open any report in one click.
  • Financial research — collect annual-report documents in bulk for analysis (the linked XBRL/PDF contain the figures).
  • Monitoring — search by date range to catch newly published reports across companies.
  • Pipelines — feed report metadata and document URLs into your own tools.

Pairs naturally with a CVR company lookup: registration data → filing history → the reports themselves.

Input

FieldTypeDescription
cvrNumberstring8-digit CVR number of a company.
fromDate / toDatestringOptional ISO dates (YYYY-MM-DD) to filter by publication date.
maxItemsintegerCap on the number of reports returned.

Provide a CVR number, a date range, or both.

Output

One record per published report:

{
"cvrNumber": 24256790,
"documentType": "AARSRAPPORT",
"periodStart": "2023-01-01",
"periodEnd": "2023-12-31",
"publishedAt": "2024-01-31T08:30:00.000Z",
"isCorrection": false,
"pdfUrl": "http://regnskaber.virk.dk/.../doc.pdf",
"xbrlUrl": "http://regnskaber.virk.dk/.../doc.xml"
}

Notes

  • This actor returns the filing index plus document links — it does not parse financial figures out of the XBRL. The actual numbers (revenue, profit, equity, etc.) are inside the linked PDF and XBRL documents. This keeps the output stable and reliable.
  • Source: the public Erhvervsstyrelsen distribution endpoint. Most digitally filed reports are available in both PDF and XBRL; some older or paper-filed reports may have only a PDF (or none), in which case the missing link is null.
  • Independent tool, not affiliated with Erhvervsstyrelsen or the Danish Business Authority.