Skip to main content

How can I prepare for this?

C
Written by Customer Success
Updated this week

The NACE 2025 version of the local industry codes for these countries can be retrieved via the Direct+ API by performing the below requests. The id parameter corresponds to the typeDnBCode assigned to each industry code. The languageCode parameter specifies the language in which the results will be returned. For example:

  • For Belgium:

  • For Netherlands:

  • For Luxembourg:

What You Can Do

To continue collecting the correct industry classification values in your systems, we recommend to:

1. Update Your Data Rules

Use the appropriate typeDnBCode values to fetch industry types:

  • NACE Rev. 2: typeDnBCode = "29104"

  • NACE Rev. 2.1: typeDnBCode = "43665"

2. Store Both Versions

We recommend adding a new field to your internal systems to separately store the new NACE value. This allows you to:

  • Maintain backward compatibility with historical data

  • Display or hide the new value depending on availability

3. Add Business Logic

If both versions are available, prioritize NACE Rev. 2.1 values for reporting and decision-making. Be aware that some codes are reused but may have completely different meanings between versions (e.g., code 2051 transitions from “Manufacture of Explosives” to “Manufacture of Biofuels”).

Did this answer your question?