Brazil CVM Filings for M&A Research
Public-company Brazil filings M&A research still starts with CVM documents: financial statements, contingencies, related-party disclosures, and governance. apicvm gives bankers and corp-dev teams HTTP access to those PDFs. It is not a virtual dataroom or fairness-opinion tool.
The persona
- M&A associates building public comps and precedent packs
- Corp-dev teams screening disclosed litigation and contingencies
- Legal ops archiving source filings beside CIM footnotes
What to fetch
| Question | Filing | Filter hint |
|---|---|---|
| Historical financials | DFP / ITR | type, year |
| Contingencies / provisions | FRE | name contains contingency terms |
| Related parties | FRE | administration / related-party prefixes |
| Risk factors | FRE | FatoresRisco / Risco |
export APICVM_KEY='apicvm_...'
export APICVM_URL='https://apicvm.dev'
curl -H "Authorization: Bearer $APICVM_KEY" \
"$APICVM_URL/v1/documents?ticker=GGBR4&type=FRE&year=2024&name=Contingen&perPage=20"
Deal room hygiene
- Resolve ticker → confirm CNPJ
- Pin
document.idvalues in the memo appendix - Download originals (
/file) — downloads are credit-free - Add extraction only when you need search across pages
Complement with due diligence and FRE governance analysis.
Public comps vs private targets
If the target is private, use apicvm on public comps and sector peers for contingency language and disclosure norms. Do not expect CVM FRE coverage for private Brazilian LLCs.
Governance quick filter
curl -H "Authorization: Bearer $APICVM_KEY" \
"$APICVM_URL/v1/documents?ticker=ABEV3&type=FRE&year=2024&name=Administra&perPage=20"
Combine with Analyze Brazil FRE governance risks for section-oriented reading.
Current limitations
- Private targets without CVM filings are not covered.
- Material facts outside DFP/ITR/FRE may be sparse in the corpus — check type coverage.
- Not legal advice; counsel should read the Portuguese originals.
Next steps
Ready to integrate?
Get an API key and start querying Brazilian CVM filings programmatically.