ABEV3 Digital Moat: BEES and Zé Delivery in the FRE
Headline brewery metrics for ABEV3 (Ambev) — volume, net revenue, EBITDA — do not explain how the company reaches customers. That narrative lives in the FRE business-description sections: B2B platform adoption (BEES), last-mile delivery (Zé Delivery), distribution footprint, and vertical integration.
This page walks through a real history / business-model analysis of Ambev's 2025 FRE. apicvm provides the document and extracted text; your agent or research pipeline asks the questions.
The research question
> Describe the company's history, operations, digital channels, and how the business model is organized by geography and segment.
Corporate and geographic footprint
| Fact | Detail |
|---|---|
| Origins | Antarctica 1885; Brahma 1888 |
| Current entity | Ambev S.A. (2005); listed B3 + NYSE |
| Countries | Operations in 15 countries |
| Segments | Brasil, CAC, LAS, Canada |
Brazil distribution scale disclosed in the same filing cycle: >89 owned distribution centers plus 207 exclusive third-party distributors.
BEES and Zé Delivery (Brazil)
Digital adoption is quantified, not qualitative marketing copy:
| Channel | Metric | Value |
|---|---|---|
| BEES Brazil | Active clients buying via BEES | >93% |
| BEES Brazil | Buying exclusively via BEES | ~82% |
| BEES Brazil | New clients in 2024 | >20,000 |
| Zé Delivery | Cities | >700 |
| Zé Delivery | Orders in 2024 | >66 million |
| Zé Delivery | MAU at 31/12/2024 | >5 million |
For competitive analysis, these figures matter more than a generic "digital transformation" claim: nearly all active B2B clients already buy through BEES, and a large majority do so exclusively.
2024 financial snapshot and mix
| Metric | Value |
|---|---|
| Net revenue | R$ 89.45 billion |
| Adjusted EBITDA | R$ 29.03 billion |
| Net income | R$ 14.85 billion |
Revenue mix by segment:
| Segment | Share of net revenue |
|---|---|
| Brazil | 54.3% |
| LAS | 22.2% |
| CAC | 12.3% |
| Canada | 11.2% |
Brazil remains more than half of the top line; LAS is the second-largest regional contributor.
Capacity and vertical integration
| Operational fact | Value |
|---|---|
| Installed capacity | 259.5 million hl/year |
| Production in 2024 | 177.4 million hl |
| Maltings | 6 |
| Regional malt from own maltings | ~76% (South BR / AR / UY) |
The FRE also notes glass and can plants alongside maltings — packaging vertical integration that pairs with supply-chain risk disclosures elsewhere in the filing (cans, glass, PET).
Utilization context: 177.4M hl produced against 259.5M hl capacity leaves headroom that analysts often connect to CAPEX priorities in the business-plan section.
Why this belongs in an FRE workflow
Market-data APIs rarely return:
- Platform penetration (% of clients on BEES, exclusive share)
- Delivery MAU and order counts
- DC vs exclusive-distributor counts
- Own-malting share of regional supply
Automated extraction over CVM FRE text closes that gap for beverage and consumer staples research — and for AI agents answering "How digital is Ambev's go-to-market?" with citations.
Replicate with apicvm
export APICVM_KEY='apicvm_...'
export APICVM_URL='https://apicvm.dev'
# Resolve ABEV3
curl -H "Authorization: Bearer $APICVM_KEY" \
"$APICVM_URL/v1/companies/resolve?query=ABEV3&by=ticker"
# List 2025 FRE
curl -H "Authorization: Bearer $APICVM_KEY" \
"$APICVM_URL/v1/documents?ticker=ABEV3&type=FRE&year=2025"
# Optional: request page-level text extraction (async callback)
curl -X POST -H "Authorization: Bearer $APICVM_KEY" \
-H "Content-Type: application/json" \
-d '{"documentId": "<id>", "callbackUrl": "https://your-server/callback"}' \
"$APICVM_URL/v1/document-text-extractions"
Agent prompts that work well once text is indexed:
- "What share of Brazil active clients buy via BEES?"
- "Zé Delivery cities, orders, and MAU."
- "Segment revenue mix and installed capacity."
- "Describe malt and packaging vertical integration."
Pair with the FRE business-plan section for CAPEX and marketplace SKU detail.
Methodology note
Findings come from a completed Hold analysis of Ambev's public 2025 FRE (history / business-model sections). Research illustration only — not investment advice. Confirm figures in the original CVM filing before modeling or publishing.
Limitations
- apicvm does not compute KPIs or score "digital moats"; it returns filings and extracted markdown for your pipeline.
- FRE is annual/point-in-time; interim digital metrics may appear in earnings materials or later FRE updates.
- Segment definitions (CAC, LAS) should be read as disclosed — do not remap without checking the filing glossary.
Next steps
Ready to integrate?
Get an API key and start querying Brazilian CVM filings programmatically.