![[Image: 512px-BCRA_logo.svg.png?20220722182438]](https://upload.wikimedia.org/wikipedia/commons/thumb/6/67/BCRA_logo.svg/512px-BCRA_logo.svg.png?20220722182438)
I'm selling a database with 19,000,680 real customer records, linked to financial data from BCRA (Central Bank of Argentina).
🔍 What kind of data does it include?Each record contains:
- Last name and first name
- Document type and number
- Full CUIL
- Date of birth
- Address (street and number)
- City and postal code
- Phone number
- Unique client number
- Debt reports
- Loans and credit information
- Financial background registered with BCRA
⚙️ Main table:
Code:
-- Estructura de tabla para la tabla `clientes`
--
CREATE TABLE `clientes` (
`APELLIDO` char(20) DEFAULT NULL,
`NOMBRE` char(20) DEFAULT NULL,
`TIPO_DOC` char(3) DEFAULT NULL,
`NRO_DOC` int(10) DEFAULT NULL,
`CUIL` bigint(11) DEFAULT NULL,
`FECHA_NAC` date DEFAULT NULL,
`DOMICILIO` char(30) DEFAULT NULL,
`NUMERO` int(5) DEFAULT NULL,
`LOCALIDAD` char(45) DEFAULT NULL,
`CPOS` int(4) DEFAULT NULL,
`TELEFONO` char(20) DEFAULT NULL,
`NRO_CLIE` int(8) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Volcado de datos para la tabla `clientes`
--
If you're interested or want a sample, message me directly.
ATT: I.C.B.F
