What identifies a Superfinanciera lookup?
The lookup uses an ID and a filing number to return filings, annexes and related documents for the case.
POST /v1/co/superfinancieraLook up the filing history of a case at the Financial Superintendence. Returns dates, activities, annexes and related documents.
This is a public demo with a reduced rate limit. For a production API key, book a call. I get back the same day.
document_numberstringreqfiling_numberstringreqdatestringfiling_numberstringnamestringprimary_activitystringattachmentsstringannexesstringThe lookup uses an ID and a filing number to return filings, annexes and related documents for the case.
No. It normalizes the official source for integrations, but the primary source is still the Superfinanciera.
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"}'