Skip to content

arieljperez/dian_person_rut_status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔎 Get Person's DIAN Rut Status by TIN 📑🇨🇴

PyPi version

This module allows you to retrieve a person's DIAN RUT status by providing their TIN (NIT in Spanish) through DIAN's public official website. It is implemented as a function that operates synchronously within the requests library. Currently, it is an early version, so I consider it as a Minimum Viable Product (MVP) which is ready to be used.

Installation

pip install dian_person_rut_status

Usage

Once the package is installed.

from dian_person_rut_status import muisca


person_rut_status = muisca.get_person_rut_status(tin="Colombian Person TIN")

The 'tin' in this context refers to the Colombia Unique Taxpayer Number, an unique identifier assigned to individuals obligated to pay taxes. It is important to note that the 'tin' should be provided without its check digit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages