Build Retool Apps on Brazil CVM Filings

Need Retool CVM filings screens for research ops? Point a REST resource at apicvm. Retool is the UI; apicvm is the filings API.

The problem

Internal tools that help analysts pull Brazilian filings need filterable tables with document IDs — not shared portal passwords.

Solution flow

Retool REST resource → GET /v1/documents → table → download link by id

Resource query sketch

GET {{APICVM_URL}}/v1/documents?ticker={{ticker}}&type=DFP&year=2024&perPage=20
Authorization: Bearer {{APICVM_KEY}}

Map data[].id and data[].name into a Retool table. Download via GET /v1/documents/:id/file.

Current limitations

  • Do not embed production keys in client-exposed Retool apps without a backend proxy
  • No WebSocket push for new filings; refresh on a query schedule
  • Extraction is async via callback (Pro)

Next steps

Ready to integrate?

Get an API key and start querying Brazilian CVM filings programmatically.