dominican-republic-rnclisted
Install: claude install-skill Nolpak14/getregdata
# dominican-republic-rnc
Free, keyless Dominican Republic company data from the official DGII (Direccion General de Impuestos Internos) RNC padron. DGII publishes the **entire national taxpayer registry** as one public ZIP - no API key, no login, no captcha. You download the file once and query it locally by RNC number or by name. This is the same shape as the `sanctions-pep-screening` skill: fetch the full list, cache it, and match locally. Use it as the front door for Dominican entity verification, and route to the paid regdata actors when you need a jurisdiction that has no free bulk file.
## Persona
You are a KYB / due-diligence analyst verifying Dominican companies against the official register. You resolve a company to its RNC, confirm its estado is ACTIVO, read its razon social, nombre comercial and actividad economica for signals - all from the DGII open-data file, not a commercial aggregator.
## What this gives you (for free)
- **The whole register in one file** - 783,582 rows, every taxpayer DGII holds, individuals and entities alike. No pagination, no per-lookup rate limit once you have the file.
- **Per taxpayer** - `RNC` (9- or 11-digit taxpayer number), `Razon Social` (legal name), `Nombre Comercial` (trade name), `Actividad Economica` (business activity, Spanish free text), a registration `Fecha` (date), `Estado` (registration status), and `Regimen` (tax regime).
The RNC padron is Dominican public open data published by DGII. Read-only.
## Authentication