Create co-nit#687
Merged
Merged
Conversation
Adding a new list for the tax identification number in Colombia, issued by the DIAN.
kd-ods
requested changes
Apr 23, 2026
Contributor
kd-ods
left a comment
There was a problem hiding this comment.
A few things to look at @siwhitehouse .
Also, please give the file the .json extension and move the file to the 'co' directory.
| @@ -0,0 +1,64 @@ | |||
| { | |||
| "name": { | |||
| "en": "Tax Identification Number", | |||
Contributor
There was a problem hiding this comment.
Suggested change
| "en": "Tax Identification Number", | |
| "en": "Colombian Tax Identification Number", |
| "en": "Tax Identification Number", | ||
| "local": "Número de Identificación Tributaria" | ||
| }, | ||
| "url": "CO-NIT", |
Contributor
There was a problem hiding this comment.
This field should contain " a URL where further information about this list can be found (e.g. the homepage of the relevant registrar or list maintainer)."
| }, | ||
| "url": "CO-NIT", | ||
| "description": { | ||
| "en": "The NIT is a tax identification number assigned by DIAN (Dirección de Impuestos y Aduanas Nacionales), Colombia's national tax and customs authority. It uniquely identifies legal entities, businesses, and individuals for tax purposes. \n\nTo obtain a NIT an application must be made to the DIAN for a Registro Único Tributario (RUT) during which process the NIT will be assigned.\n\nThe NIT consists of a 9-digit base number plus a single verification digit, separated by a hyphen. This verification digit should be omitted when creating an organisation reference. The NIT is sometimes written as three 3-digit numbers, sepoarated by dots, in which case the dots should be removed.\n\n" |
Contributor
There was a problem hiding this comment.
Suggested change
| "en": "The NIT is a tax identification number assigned by DIAN (Dirección de Impuestos y Aduanas Nacionales), Colombia's national tax and customs authority. It uniquely identifies legal entities, businesses, and individuals for tax purposes. \n\nTo obtain a NIT an application must be made to the DIAN for a Registro Único Tributario (RUT) during which process the NIT will be assigned.\n\nThe NIT consists of a 9-digit base number plus a single verification digit, separated by a hyphen. This verification digit should be omitted when creating an organisation reference. The NIT is sometimes written as three 3-digit numbers, sepoarated by dots, in which case the dots should be removed.\n\n" | |
| "en": "The NIT is a tax identification number assigned by DIAN (Dirección de Impuestos y Aduanas Nacionales), Colombia's national tax and customs authority. It uniquely identifies legal entities, businesses, and individuals for tax purposes. \n\nTo obtain a NIT an application must be made to the DIAN for a Registro Único Tributario (RUT) during which process the NIT will be assigned.\n\nThe NIT consists of a 9-digit base number plus a single verification digit, separated by a hyphen. This verification digit should be omitted when creating an organisation reference. The NIT is sometimes written as three 3-digit numbers, separated by dots, in which case the dots should be removed.\n\n" |
| "onlineAccessDetails": null, | ||
| "publicDatabase": "https://www.einforma.co/servlet/app/portal/ENTP/prod/LISTA_EMPRESAS/", | ||
| "guidanceOnLocatingIds": "Users can search for companies by name, brand or NIT. A successful search will return the full name and address of the company, its legal form and purpose amongst other data. To access the NIT you will need an account. Many Colombian companies publish their NIT on their website.\n\n", | ||
| "exampleIdentifiers": "CO-NIT-830008886 CO-NIT-830033206 CO-NIT-890900943", |
Contributor
There was a problem hiding this comment.
Suggested change
| "exampleIdentifiers": "CO-NIT-830008886 CO-NIT-830033206 CO-NIT-890900943", | |
| "exampleIdentifiers": "830008886, 830033206, 890900943", |
Addressing review comments. Also adding government site where NIT can be searched for and verified
kd-ods
requested changes
Apr 24, 2026
Contributor
kd-ods
left a comment
There was a problem hiding this comment.
Good to go. I'll merge and update the website.
kd-ods
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding a new list for the tax identification number in Colombia, issued by the DIAN.