Skip to main content
GET
Accounts Count by CUIT

Overview

Returns current CBU and CVU account totals for a holder, plus snapshot metadata. One billable request per successful call when the catalog product has a non-zero price.

Endpoint

Path parameters

string
required
Argentina CUIT/CUIL β€” 11 digits, no dashes.

Response

boolean
true on HTTP 200.
string
ar_gueno_holder_intelligence_service
string
Requested CUIT.
boolean
Always true on HTTP 200 success (use Exists for a non-billable membership check).
string | null
UTC consultation date (YYYY-MM-DD) on which Gu1 obtained the totals.
string | null
Latest date (YYYY-MM-DD) on which this holder’s CBU/CVU totals changed.
boolean
Whether the holder is flagged as new in the latest snapshot.
number
Current CBU account count (non-negative integer).
number
Current CVU account count (non-negative integer).
number
cbuCount + cvuCount.
object
Low-confidence estimates derived from CUIT digits (computed at response time; not persisted). Not proof of age or nationality β€” do not use as the sole approve/reject criterion.
string
Two-digit CUIT prefix (e.g. 20).
string
Eight-digit body embedded in the CUIT.
string
natural_person | legal_entity | other.
string | null
Inferred from prefix for natural persons: male | female | null.
boolean
AFIP check-digit validity.
[number, number] | null
Approximate age cohort [min, max]. Always accompanied by ageRangeConfidence: "low" when present. null for legal entities, foreigner document ranges (60M–69M, 90M+), or malformed DNI.
string | null
low when ageRange is present; otherwise null.
boolean | null
true for provisional foreigner (60M–69M, high confidence) or common foreign-resident (90M+, medium) ranges. false for other natural-person ranges (low confidence β€” does not prove Argentine nationality). null for legal entities / unrecognized types.
string | null
low | medium | high | null.
string | null
provisional_foreigner_tax_id_range | foreign_resident_dni_range | standard_dni_range | null.

Errors

Example

Rules mapping

cuitDemographics is not exposed under services.holder_intelligence.*. On a CUIT field, use tax_id_demographics_matches to combine age range and probable foreigner, or the legacy tax_id_age_* operators. These conditions run locally and do not consume Holder Intelligence.