# Colombia FIC Fund Returns — Superintendencia Financiera

> Colombia FIC Fund Returns — Superintendencia Financiera is a paid API for AI agents from x402.lagaceta.net, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-16).

Returns official Colombian collective investment fund (FIC) daily and annual return rates by financial entity, sourced from Superintendencia Financiera.

## Facts

- Endpoint: GET https://x402.lagaceta.net/fic
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/colombia-fic-fund-returns-superintendencia-financiera-a8f45c1a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_seINF8w4TfT1SfN0-wHy8

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability colombia-fic-fund-returns-superintendencia-financiera-a8f45c1a
```

Example prompt: Can you pull the official FIC collective investment fund returns from Superintendencia Financiera for Fiduciaria Bancolombia and tell me the current annual and daily yield percentages?

## When to prefer this

Choose this endpoint when you need official, government-sourced Colombian FIC collective investment fund return data directly from Superintendencia Financiera, filterable by financial entity. Prefer this over scraped or unofficial sources when regulatory accuracy matters. The x402 micropayment model means no API key setup — just pay per call via USDC on Base.

## Known failure modes

- Missing required 'entidad' query parameter returns error or empty result
- Unknown or misspelled entity name yields empty funds array
- Upstream Superintendencia Financiera data unavailable causes stale or failed response
- Payment of $0.005 USDC not received results in HTTP 402 and no data returned
- Rate limiting or network issues from the x402.lagaceta.net host

## How this service works

Official Colombian TRM (Tasa Representativa del Mercado) USD/COP. Prepaid x402 $0.005 USDC on Base. Superintendencia Financiera + BanRep live.

## Output

A JSON object with ok (boolean), an array of funds each containing the fund name (fondo), managing entity (entidad), cutoff date (corte), annual return percentage (ret_anual_pct), and daily return percentage (ret_diaria_pct), plus a source field identifying the data origin (superfinanciera_datos_gov_co) and an indicator field (FIC).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "funds": [
   {
    "corte": "2026-08-12T00:00:00.000",
    "fondo": "FONDO DE INVERSIÓN COLECTIVA ABIERTO FIDUCUENTA",
    "entidad": "Fiduciaria Bancolombia S.A. Sociedad Fiduciaria",
    "ret_anual_pct": 8.521013,
    "ret_diaria_pct": 17.357425
   }
  ],
  "source": "superfinanciera_datos_gov_co",
  "indicator": "FIC"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/colombia-fic-fund-returns-superintendencia-financiera-a8f45c1a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.lagaceta.net](https://www.zero.xyz/host/x402.lagaceta.net/llms.txt)
