Skip to main content
Resolves entities from RUES (Registro Único Empresarial y Social), Colombia’s unified business and social registry maintained by the Confecámaras chambers of commerce. Two lookups: search by name (razón social), or resolve one entity’s full record by NIT.

By name

POST /co/rues/entities-by-name/v1
Returns query, capped, entities[] (one page of rows, each carrying its full detail record), and pagination (total, page_size, total_pages, page). Results are capped at 500 matches, so when capped is true the set is incomplete: narrow the name.

entities[]

By NIT

POST /co/rues/entity-by-nit/v1
Returns found, document_number, entity, and per-entity enrichment: financials, renewals, related_parties, and notices. found is false (with entity: null and the lists empty) when no entity matches the NIT exactly.

entity

Dates are yyyy-mm-dd; unavailable values are null, and indicator fields are booleans.

financials[]

Financial statements by year (amounts in COP).

renewals[]

Legal representatives and other linked parties.

notices[]

Registry notices (noticias mercantiles).

Full reference

Schemas, response fields, and an interactive playground.