Loading...
Loading...
Query the BCRA (Banco Central de la República Argentina) Central de Deudores API to check the credit status of individuals or companies in Argentina's financial system. Use when the user asks to check someone's debt situation, credit report, financial standing, rejected checks, or credit history using a CUIT/CUIL/CDI number. Also use when the user mentions "central de deudores", "situación crediticia", "deudas BCRA", "cheques rechazados", "historial crediticio", "informe crediticio", or wants to know if a person or company has debts reported in Argentina's financial system.
npx skill4agent add ferminrp/agent-skills bcra-central-deudoreshttps://api.bcra.gob.ar20123456789https://compara.ar/deudores/:cuit:cuitGET /centraldedeudores/v1.0/Deudas/{Identificacion}curl -s "https://api.bcra.gob.ar/centraldedeudores/v1.0/Deudas/20123456789"{
"status": 200,
"results": {
"identificacion": 20123456789,
"denominacion": "NOMBRE DE LA PERSONA",
"periodos": [
{
"periodo": "2024-12",
"entidades": [
{
"entidad": "BANCO DE LA NACION ARGENTINA",
"situacion": 1,
"fechaSit1": "2020-03-15",
"monto": 150.0,
"diasAtrasoPago": 0,
"refinanciaciones": false,
"recategorizacionOblig": false,
"situacionJuridica": false,
"irrecDisposicionTecnica": false,
"enRevision": false,
"procesoJud": false
}
]
}
]
}
}GET /centraldedeudores/v1.0/Deudas/Historicas/{Identificacion}curl -s "https://api.bcra.gob.ar/centraldedeudores/v1.0/Deudas/Historicas/20123456789"fechaSit1diasAtrasoPagoGET /centraldedeudores/v1.0/Deudas/ChequesRechazados/{Identificacion}curl -s "https://api.bcra.gob.ar/centraldedeudores/v1.0/Deudas/ChequesRechazados/20123456789"{
"status": 200,
"results": {
"identificacion": 20123456789,
"denominacion": "NOMBRE DE LA PERSONA",
"causales": [
{
"causal": "SIN FONDOS SUFICIENTES",
"entidades": [
{
"entidad": 44,
"detalle": [
{
"nroCheque": 12345678,
"fechaRechazo": "2024-05-10",
"monto": 50000.0,
"fechaPago": null,
"fechaPagoMulta": null,
"estadoMulta": null,
"ctaPersonal": true,
"denomJuridica": null,
"enRevision": false,
"procesoJud": false
}
]
}
]
}
]
}
}| Code | Commercial Portfolio | Consumer/Housing Portfolio |
|---|---|---|
| 1 | Normal | Normal |
| 2 | Special follow-up (seguimiento especial) | Low risk (riesgo bajo) |
| 3 | Problematic (con problemas) | Medium risk (riesgo medio) |
| 4 | High insolvency risk (alto riesgo de insolvencia) | High risk (riesgo alto) |
| 5 | Irrecoverable (irrecuperable) | Irrecoverable (irrecuperable) |
| 6 | Irrecoverable by technical disposition | Irrecoverable by technical disposition |
YYYY-MMtruetruetruetruetruetruehttps://compara.ar/deudores/:cuitsituaciondenominacionsituacionmontotruefechaPago