> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Ventanas contractuales por CUIT

> Ventanas de cambio CBU/CVU (w_1d a w_180d) — cobro por request cuando priced.

## Endpoint

```
GET https://api.gu1.ai/api/integration-services/ar_gueno_holder_intelligence_service/cuits/{cuit}/windows
```

## Query

<ParamField query="window" type="string">
  Opcional. Una sola clave: `w_1d`, `w_3d`, `w_7d`, `w_14d`, `w_21d`, `w_30d`, `w_90d`, `w_180d`.
</ParamField>

<ParamField query="date" type="string">
  Opcional. Fecha de referencia `YYYY-MM-DD`.
</ParamField>

## Respuesta (`data.windows`)

Cada ventana incluye: `days`, `cbuDelta`, `cvuDelta`, `daysWithChanges`, `variance`, `diffVsPrev`.

## Errores

| HTTP | `error.code`                     |
| ---- | -------------------------------- |
| 400  | `INVALID_WINDOW`, `INVALID_DATE` |
| 404  | `CUIT_NOT_FOUND`                 |
| 402  | `INSUFFICIENT_BALANCE`           |
| 503  | `SERVICE_UNAVAILABLE`            |

## Reglas

Ejemplo: `services.holder_intelligence.windows.w_7d.cbu_delta`. Ver [Condiciones](/es/api-reference/rules/conditions).
