Rama Judicial/real-time court filings
API/judicial data for AI agents
SLA/detection in < 24h
Sources/Consulta Procesos · TYBA · Publicaciones
Coverage/every judicial office
Infrastructure/the public data layer for AI
Rama Judicial/real-time court filings
API/judicial data for AI agents
SLA/detection in < 24h
Sources/Consulta Procesos · TYBA · Publicaciones
Coverage/every judicial office
Infrastructure/the public data layer for AI
Back to catalog
🇨🇴ColombiaPOST /v1/co/superfinanciera

Superfinanciera Filings

Look up the filing history of a case at the Financial Superintendence. Returns dates, activities, annexes and related documents.

Tomás Calle
Tomás Calle
Founder · Croma

This is a public demo with a reduced rate limit. For a production API key, book a call. I get back the same day.

Book 15 min
Integration guide
Source
Colombia's Financial Superintendence (Superfinanciera).
Freshness
On-demand lookup against the official source when the endpoint runs.
Latency
Usually seconds; depends on upstream availability.
Auth
Bearer API key in the Authorization header.

Best for

  • Look up filings at the Superfinanciera.
  • Extract filing history and annexes.
  • Embed regulatory tracking into internal workflows.

Request fields

document_numberstringreq
ID of the party involved, 5–20 digits.
filing_numberstringreq
Filing number, exactly 10 digits.

Response fields

datestring
Date the filing was recorded (YYYY-MM-DD).
filing_numberstring
Full filing number.
namestring
Name of the party involved.
primary_activitystring
Description of the filing or event.
attachmentsstring
Referenced attachments, if any.
annexesstring
Annexes tied to the filing.

Frequently asked

What identifies a Superfinanciera lookup?

The lookup uses an ID and a filing number to return filings, annexes and related documents for the case.

Does this API replace the official portal?

No. It normalizes the official source for integrations, but the primary source is still the Superfinanciera.

Try it
Request body
Result

Edit the JSON and submit to see the filing history.

curl https://api.usecroma.com/v1/co/superfinanciera \
  -H "Authorization: Bearer $CROMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"document_number":"900123456","filing_number":"2024123456"}'