Version 2.5 focuses primarily on changes and preparations for the newly introduced NACE codes for 2025.
Currently, all NSSO-activities (code: 006), public sector activities (code: 004), and subsidized education activities (code: 007) for Enterprises are being converted by the CBE. These updates are already available via the API.
The conversion of Establishment activities and all VAT activities (code: 001) will begin on March 28th, 2025, and continue onwards.
Until the 2025 version has been fully implemented and converted by the CBE, the best approach would be to accept and use both versions in your application.
Examples of Enterprises which already have 2025 NACE version activities converted:
- 2370163425
- 2368327254
- 0207298106
Added filter for NACE version at entity activities endpoints
You may now filter NACE versions for the entity endpoints using the filter.naceVersion query parameter.
Added filter for NACE version at NACE endpoint (Nace)
You may now use the query parameter filter.naceVersion to filter specific versions of the NACE versions. 2008 and 2025 are both valid value.
Added 2025 as valid value for NACE endpoint (Nace)
Using 2008 will also still be valid as value.
Added missing German descriptions to NACE codes (Nace)
- /naces
- /nace/{naceVersion}/{naceCode}
- /enterprise/{enterpriseNumber}/activities
- /establishment/{establishmentNumber}/activities
Fix bug where NACE section codes weren't requestable
For example, requesting NACE code A would result in a 404 error. This has now been fixed, and the correct NACE information will be returned.
Fix bug where NACE codes with leading zero's weren't requestable
For example, requesting NACE code 0812 would actually return NACE code 812.
Added abbreviations for juridical forms (JuridicalForm)
Most abbreviations have been added, however please note that not every juridical form has an abbreviation, so the field may be null. Also not every abbreviation may be legally recognized.
Fixed English description not being shown in the documentation (JuridicalForm, JuridicalSituation)
The English description field wasn't shown in the documentation, but was retrievable using the API endpoints. This has been corrected.