Denmark
What the Denmark market sends on a deal: currency, phone format, company types, validation and the fields that carry a value.
The Denmark lane routes deals in EUR with market.country set to
DK. Everything below is what your integration can rely on for this market.
Figures are quoted in EUR although the business banks in DKK: the funding lane serving the non-euro EU markets settles through a euro account, so the bands are euro bands. Label amounts for the business in its own currency.
At a glance
| Field | Value |
|---|---|
| ISO country code | DK |
| Launch state | Open: live requests are accepted |
| Currency | EUR (โฌ), the business banks in DKK |
| Phone format | E.164, country code first, no spaces required. |
| Example phone | +45 20 12 34 56 |
| Regional subdivision | not collected |
| Company register | The Danish company register |
| Register number asked | CVR number (for example 25313763) |
| Company number format | CVR number, eight digits, for example 25313763. |
| Credit score band | not collected |
Company register
| Register | The Danish company register |
registry.source | official_register in every market; which register answered is not part of the payload |
| Company lookup in the flow | By name, with a dropdown of register matches; the CVR number is optional and one click away |
| Identifier | CVR number: Eight digits, modulo 11 check, for example 25313763 |
| Name search | Where the register exposes one |
What comes back, section by section
Read registry.status first. available means every section the register exposes came back; partial means at least one could not be read; unavailable means the company profile itself could not be retrieved; not_fetched means no lookup has run for this lead yet. A section the register does not expose is null on every deal, never an empty value. Each entry under registry.sections carries the register's status for that section and the facts it returned, nothing else.
| Section | Availability | Note |
|---|---|---|
| Identity | Available | the VAT register check legal name and address |
| Legal form | Not yet available | Needs the credentialed register |
| Status | Available | |
| Incorporation date | Available | |
| Registered address | Available | |
| Activity codes | Not yet available | DB07 codes need the credentialed register |
| Officers | Not yet available | |
| Owners | Not exposed by the register | Beneficial owners are legally gated and never read |
| Accounts | Available | Structured XBRL accounts for every company: revenue, equity, net result |
| Insolvency | Partial | From the accounts feed; coded flags need the credentialed register |
| Filings | Available | Accounts filings |
Caveats carried on every record:
- A unit marked reklamebeskyttet may not be marketed to; the flag is carried on the snapshot.
Example registry object
Captured on 2026-09-11 for Arla Foods amba (identifier 25313763). This is the market.registry object exactly as the API returned it.
{
"source": "official_register",
"status": "partial",
"incorporated_on": "2000-04-16",
"company_age_months": 316,
"company_status": "ACTIVE",
"company_type": null,
"sic_codes": null,
"registered_office": {
"line1": "Sรธnderhรธj 14",
"line2": null,
"locality": "Viby",
"region": null,
"postal_code": "8260",
"country": "DK"
},
"directors": null,
"psc_count": null,
"accounts": null,
"confirmation_statement": null,
"charges_count": null,
"has_insolvency_history": null,
"filed_financials": null,
"registers": null,
"exemptions": null,
"uk_establishments_count": null,
"disqualified_directors_count": null,
"registered_name": "ARLA FOODS AMBA",
"identifiers": {
"vat_number": "25313763",
"lei": "529900IJ6T4P1O10R377"
},
"activity_codes": null,
"officers": null,
"filings": [
{
"type": "regnskab",
"description": "X26-BF-96-CQ",
"date": "2026-03-08T13:55:45.853Z",
"period_start": "2025-01-01",
"period_end": "2025-12-31"
},
{
"type": "regnskab",
"description": "X26-BF-22-RF",
"date": "2026-03-04T16:00:51.818Z",
"period_start": "2025-01-01",
"period_end": "2025-12-31"
},
{
"type": "regnskab",
"description": "X25-BJ-54-WY",
"date": "2025-03-17T13:15:56.239Z",
"period_start": "2024-01-01",
"period_end": "2024-12-31"
}
],
"share_capital": null,
"business_description": null,
"sections": {
"register_record": {
"status": "unavailable",
"data": null
},
"vat_check": {
"status": "unavailable",
"data": null
},
"lei": {
"status": "available",
"data": {
"lei": "529900IJ6T4P1O10R377",
"legal_name": "ARLA FOODS AMBA",
"legal_form": "PZ6Y",
"status": "ACTIVE",
"jurisdiction": "DK",
"registered_as": "25313763",
"creation_date": "2000-04-16",
"address": {
"address_line": "Sรธnderhรธj 14",
"locality": "Viby",
"region": "DK-82",
"postal_code": "8260",
"country": "DK"
}
}
},
"accounts": {
"status": "available",
"data": [
{
"case_number": "X26-BF-96-CQ",
"type": "regnskab",
"published_at": "2026-03-08T13:55:45.853Z",
"last_updated": "2026-03-08T13:55:46.782Z",
"period_start": "2025-01-01",
"period_end": "2025-12-31",
"approved_on": "2026-02-25"
},
{
"case_number": "X26-BF-22-RF",
"type": "regnskab",
"published_at": "2026-03-04T16:00:51.818Z",
"last_updated": "2026-03-04T16:00:52.405Z",
"period_start": "2025-01-01",
"period_end": "2025-12-31",
"approved_on": "2026-02-25"
},
{
"case_number": "X25-BJ-54-WY",
"type": "regnskab",
"published_at": "2025-03-17T13:15:56.239Z",
"last_updated": "2025-03-17T13:15:56.747Z",
"period_start": "2024-01-01",
"period_end": "2024-12-31",
"approved_on": null
}
]
},
"profile": {
"status": "available",
"data": {
"company_name": "ARLA FOODS AMBA",
"company_status": "ACTIVE",
"type": null,
"legal_form_elf": "PZ6Y",
"date_of_creation": "2000-04-16",
"registered_office_address": {
"address_line_1": "Sรธnderhรธj 14",
"locality": "Viby",
"postal_code": "8260",
"country": "DK"
},
"sic_codes": null,
"advertising_protected": null,
"has_insolvency_history": null,
"vat_registered": null
}
},
"filed_financials": {
"status": "available",
"data": [
{
"case_number": "X26-BF-96-CQ",
"type": "regnskab",
"published_at": "2026-03-08T13:55:45.853Z",
"last_updated": "2026-03-08T13:55:46.782Z",
"period_start": "2025-01-01",
"period_end": "2025-12-31",
"approved_on": "2026-02-25"
},
{
"case_number": "X26-BF-22-RF",
"type": "regnskab",
"published_at": "2026-03-04T16:00:51.818Z",
"last_updated": "2026-03-04T16:00:52.405Z",
"period_start": "2025-01-01",
"period_end": "2025-12-31",
"approved_on": "2026-02-25"
},
{
"case_number": "X25-BJ-54-WY",
"type": "regnskab",
"published_at": "2025-03-17T13:15:56.239Z",
"last_updated": "2025-03-17T13:15:56.747Z",
"period_start": "2024-01-01",
"period_end": "2024-12-31",
"approved_on": null
}
]
}
},
"checked_at": "2026-09-11T14:02:26.318Z"
}Phone and identifiers
| Phone | E.164, country code first, no spaces required. For example +45 20 12 34 56. |
| Company identifier | CVR number: Eight digits, modulo 11 check, for example 25313763 |
| Tax identifier | CVR number: Eight digits, for example 25313763 |
| VAT check | The VAT registration is checked once the VAT number is known; until then market.vat carries nulls and reason says why. |
Bank statements
The flow asks for the last 6 months of business bank statements in this market. Statements are uploaded once and shared with every partner working the request; the API carries the parsed facts (months covered, average monthly inflow and outflow, provider) and the documents by signed link.
Instant matching
Requests are accepted, validated and register-checked, then worked by a person until a funding panel is connected for this market. The payload shape is identical; only the timing of matched options differs.
Which market fields are populated
| Field | Type | In Denmark | Notes |
|---|---|---|---|
| country | string | populated | ISO 3166-1 alpha-2, always DK in this schema. The applicantโs own country, which can differ from the routing lane. |
| currency | string | populated | ISO 4217 code for every figure on the deal. |
| monthly_revenue_band | string | populated | The band the applicant selected, kept whatever monthly_revenue_basis says. |
| monthly_revenue | number | populated | Monthly figure. The parsed statementsโ average monthly inflow once statements are in; before that the applicantโs figure. Read monthly_revenue_basis. |
| monthly_revenue_basis | string | populated | statements: the parsed statementsโ average monthly inflow. reported: the applicant gave the figure. band_midpoint: the midpoint of the selected band. Precedence is always statements, then register, then applicant. |
| time_in_business_band | string | populated | The band the applicant selected, kept whatever tib_months_basis says. |
| tib_months | integer | populated | Months in business. From the registerโs incorporation date where the register is connected; read tib_months_basis. |
| tib_months_basis | string | populated | register: computed from the incorporation date on the company register. reported: from an exact trading start date the applicant gave. band_midpoint: the midpoint of the selected band. The register wins whenever it holds a date. |
| annual_turnover | number | null | Annual figure. The latest filed accounts where the register carries them, else what the applicant stated. Never derived from the monthly figure. |
| annual_turnover_basis | string | null | filed_accounts: from the latest filed accounts on the register. reported: the applicant stated the figure. |
| company_number | string | populated | Registration number on the countryโs company register. Confirmed against the register where that market answers, otherwise as the applicant gave it; registry.status says which case this deal is in, and in the United States that varies by state. |
| entity_type | string | null | Legal form: the value from GET /enums/company-types for this market. From the applicant where the flow asks, else from the register; entity_type_basis says which. |
| entity_type_basis | string | null | applicant: the legal form as the applicant gave it. register: read from the company registerโs own record where the flow did not ask. Null when neither holds it. |
| vat_registered | boolean | null | Whether the business is VAT registered: from the applicant where the flow asks, else from the VAT check. Null when neither holds it. |
| vat | object | populated | The VAT registration check against the EU VAT register. |
| identifiers | object | populated | The companyโs identifiers in Denmark: exactly these keys. A key that is present and null is not on record yet. |
| registry | object | populated | Public register facts for the company. Read registry.status before the facts. |
| director | object | null | The significant person as the flow captured them. Null until a funderโs question is answered. |
| credit_score_band | string | null | Self-reported band, for example "700_plus". Asked where the flow needs it; null when the applicant was not asked. |
| region | string | null | The state, two letters, derived from the business ZIP the applicant gave. Never inferred from anything else. |
| ein | string | null | Employer identification number, XX-XXXXXXX, when the applicant gave it. Optional in the flow. |
| signup_ip | string | null | The applicantโs IP address at the moment of consent, for funders that require it. |
Company types
| Value | Abbreviation | Legal form | Local name | Fundable |
|---|---|---|---|---|
anpartsselskab | ApS | Private limited company | Anpartsselskab | yes |
aktieselskab | A/S | Public limited company | Aktieselskab | yes |
partnerselskab | P/S | Limited partnership company | Partnerselskab | yes |
interessentskab | I/S | General partnership | Interessentskab | yes |
kommanditselskab | K/S | Limited partnership | Kommanditselskab | yes |
enkeltmandsvirksomhed | Enkeltmandsvirksomhed | Sole proprietorship | Enkeltmandsvirksomhed | accepted, not fundable |
personligt_ejet_mindre_virksomhed | PMV | Small personally owned business | Personligt ejet mindre virksomhed | accepted, not fundable |
Denmark has no connected register yet, so market.entity_type is what the applicant gave and is null on the deal until the register confirms it.
Amount and revenue bands
A band stays a band. Where we derive a number from a band, the payload says so in the
matching _basis field, so never treat a derived figure as reported.
| funding | Label | Derived value |
|---|---|---|
| under_25k | Under โฌ25K | not derived |
| 25k_50k | โฌ25K โ โฌ50K | not derived |
| 50k_100k | โฌ50K โ โฌ100K | not derived |
| 100k_250k | โฌ100K โ โฌ250K | not derived |
| 250k_500k | โฌ250K โ โฌ500K | not derived |
| 500k_1m | โฌ500K โ โฌ1M | not derived |
| 1m_2m | โฌ1M โ โฌ2M | not derived |
| 2m_5m | โฌ2M โ โฌ5M | not derived |
| 5m_15m | โฌ5M โ โฌ15M | not derived |
| 15m_50m | โฌ15M โ โฌ50M | not derived |
| monthly revenue | Label | Derived value |
|---|---|---|
| under_10k | Under โฌ10K | not derived |
| 10k_20k | โฌ10K โ โฌ20K | not derived |
| 20k_50k | โฌ20K โ โฌ50K | not derived |
| 50k_75k | โฌ50K โ โฌ75K | not derived |
| 75k_100k | โฌ75K โ โฌ100K | not derived |
| 100k_250k | โฌ100K โ โฌ250K | not derived |
| 250k_plus | โฌ250K+ | not derived |
| time in business | Label | Derived value |
|---|---|---|
| under_6m | Under 6 months | not derived |
| 6_12m | 6 โ 12 months | not derived |
| 1_2y | 1 โ 2 years | not derived |
| 2y_plus | 2+ years | not derived |
| credit score | Label | Derived value |
|---|
Example market object
This is the market object exactly as GET /deals/{ref} returns it for this country.
{
"market": {
"country": "DK",
"currency": "EUR",
"monthly_revenue_band": "โฌ75K โ โฌ100K",
"monthly_revenue": 87500,
"monthly_revenue_basis": "band_midpoint",
"time_in_business_band": "2+ years",
"tib_months": 316,
"tib_months_basis": "register",
"annual_turnover": null,
"annual_turnover_basis": null,
"company_number": "25313763",
"entity_type": null,
"entity_type_basis": null,
"vat_registered": null,
"vat": {
"number": "DK25313763",
"valid": null,
"checked_at": null,
"source": "vat_validation",
"registered_name": null,
"registered_address": null,
"reason": "service_unavailable"
},
"identifiers": {
"vat_number": "25313763"
},
"registry": {
"source": "official_register",
"status": "partial",
"incorporated_on": "2000-04-16",
"company_age_months": 316,
"company_status": "ACTIVE",
"company_type": null,
"sic_codes": null,
"registered_office": {
"line1": "Sรธnderhรธj 14",
"line2": null,
"locality": "Viby",
"region": null,
"postal_code": "8260",
"country": "DK"
},
"directors": null,
"psc_count": null,
"accounts": null,
"confirmation_statement": null,
"charges_count": null,
"has_insolvency_history": null,
"filed_financials": null,
"registers": null,
"exemptions": null,
"uk_establishments_count": null,
"disqualified_directors_count": null,
"registered_name": "ARLA FOODS AMBA",
"identifiers": {
"vat_number": "25313763",
"lei": "529900IJ6T4P1O10R377"
},
"activity_codes": null,
"officers": null,
"filings": [
{
"type": "regnskab",
"description": "X26-BF-96-CQ",
"date": "2026-03-08T13:55:45.853Z",
"period_start": "2025-01-01",
"period_end": "2025-12-31"
},
{
"type": "regnskab",
"description": "X26-BF-22-RF",
"date": "2026-03-04T16:00:51.818Z",
"period_start": "2025-01-01",
"period_end": "2025-12-31"
},
{
"type": "regnskab",
"description": "X25-BJ-54-WY",
"date": "2025-03-17T13:15:56.239Z",
"period_start": "2024-01-01",
"period_end": "2024-12-31"
}
],
"share_capital": null,
"business_description": null,
"sections": {
"register_record": {
"status": "unavailable",
"data": null
},
"vat_check": {
"status": "unavailable",
"data": null
},
"lei": {
"status": "available",
"data": {
"lei": "529900IJ6T4P1O10R377",
"legal_name": "ARLA FOODS AMBA",
"legal_form": "PZ6Y",
"status": "ACTIVE",
"jurisdiction": "DK",
"registered_as": "25313763",
"creation_date": "2000-04-16",
"address": {
"address_line": "Sรธnderhรธj 14",
"locality": "Viby",
"region": "DK-82",
"postal_code": "8260",
"country": "DK"
}
}
},
"accounts": {
"status": "available",
"data": [
{
"case_number": "X26-BF-96-CQ",
"type": "regnskab",
"published_at": "2026-03-08T13:55:45.853Z",
"last_updated": "2026-03-08T13:55:46.782Z",
"period_start": "2025-01-01",
"period_end": "2025-12-31",
"approved_on": "2026-02-25"
},
{
"case_number": "X26-BF-22-RF",
"type": "regnskab",
"published_at": "2026-03-04T16:00:51.818Z",
"last_updated": "2026-03-04T16:00:52.405Z",
"period_start": "2025-01-01",
"period_end": "2025-12-31",
"approved_on": "2026-02-25"
},
{
"case_number": "X25-BJ-54-WY",
"type": "regnskab",
"published_at": "2025-03-17T13:15:56.239Z",
"last_updated": "2025-03-17T13:15:56.747Z",
"period_start": "2024-01-01",
"period_end": "2024-12-31",
"approved_on": null
}
]
},
"profile": {
"status": "available",
"data": {
"company_name": "ARLA FOODS AMBA",
"company_status": "ACTIVE",
"type": null,
"legal_form_elf": "PZ6Y",
"date_of_creation": "2000-04-16",
"registered_office_address": {
"address_line_1": "Sรธnderhรธj 14",
"locality": "Viby",
"postal_code": "8260",
"country": "DK"
},
"sic_codes": null,
"advertising_protected": null,
"has_insolvency_history": null,
"vat_registered": null
}
},
"filed_financials": {
"status": "available",
"data": [
{
"case_number": "X26-BF-96-CQ",
"type": "regnskab",
"published_at": "2026-03-08T13:55:45.853Z",
"last_updated": "2026-03-08T13:55:46.782Z",
"period_start": "2025-01-01",
"period_end": "2025-12-31",
"approved_on": "2026-02-25"
},
{
"case_number": "X26-BF-22-RF",
"type": "regnskab",
"published_at": "2026-03-04T16:00:51.818Z",
"last_updated": "2026-03-04T16:00:52.405Z",
"period_start": "2025-01-01",
"period_end": "2025-12-31",
"approved_on": "2026-02-25"
},
{
"case_number": "X25-BJ-54-WY",
"type": "regnskab",
"published_at": "2025-03-17T13:15:56.239Z",
"last_updated": "2025-03-17T13:15:56.747Z",
"period_start": "2024-01-01",
"period_end": "2024-12-31",
"approved_on": null
}
]
}
},
"checked_at": "2026-09-11T14:02:26.318Z"
},
"director": null
}
}
Validation to expect
market.countryisDK, never the routing lane and never an alpha-3 code.- Every monetary figure on the deal is in
EUR. - Phone numbers arrive in E.164, for example
+45 20 12 34 56. market.company_numbercarries the register number andmarket.registrycarries the register facts.market.regiondoes not exist in this market: it is a US and Canada key.- The market object carries 18 keys in Denmark; a key that is present and null is not known yet, a key that is absent is not part of this market. Keys this market does not carry:
credit_score_band,region,ein,signup_ip.
Reference
The full field list, types and response schema live on Retrieve a deal, where the country switcher shows this market's example inline.
