
N.V. Bever Holding — Investor Relations & Filings
N.V. Bever Holding is a real estate company with a primary focus on property development. The company engages in a broad spectrum of activities, including the acquisition, redevelopment, management, sale, and leasing of properties. Its portfolio includes residential assets, such as apartments, alongside commercial spaces and hotels. The corporate strategy aims to create shareholder value by developing its existing portfolio and acquiring profitable, income-generating real estate to secure positive cash flow. The company maintains flexibility by deciding on a per-project basis whether to retain a property for its operational portfolio or to sell it.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Persbericht 30 april 2026 | 2026-05-01 | Dutch | |
| N.V. Bever Holding, Jaarlijkse financiële verslaggeving | 2026-04-30 | Dutch | |
| Persbericht 12 mei 2022 | 2026-02-23 | Dutch | |
| Persbericht 15 maart 2022 | 2026-02-23 | Dutch | |
| Persbericht 19 april 2022 | 2026-02-23 | Dutch | |
| Persbericht 29 april 2022 | 2026-02-23 | Dutch |
Browse filings by year
21 years- 2026 59 filings
- 2025 8 filings
- 2024 5 filings
- 2023 9 filings
- 2022 13 filings
- 2021 9 filings
- 2020 10 filings
- 2019 5 filings
- 2018 5 filings
- 2017 4 filings
- 2016 8 filings
- 2015 12 filings
- 2014 10 filings
- 2013 12 filings
- 2012 10 filings
- 2011 8 filings
- 2010 10 filings
- 2009 5 filings
- 2008 4 filings
- 2007 7 filings
- 2006 5 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 39421061 | Persbericht 30 april 2026 | 2026-05-01 | Dutch | ||
| 39310478 | N.V. Bever Holding, Jaarlijkse financiële verslaggeving | 2026-04-30 | Dutch | ||
| 32825781 | Persbericht 12 mei 2022 | 2026-02-23 | Dutch | ||
| 32825785 | Persbericht 15 maart 2022 | 2026-02-23 | Dutch | ||
| 32825784 | Persbericht 19 april 2022 | 2026-02-23 | Dutch | ||
| 32825782 | Persbericht 29 april 2022 | 2026-02-23 | Dutch | ||
| 32825894 | Halfjaarbericht 2010 N.V. Bever Holding | 2026-02-23 | Dutch | ||
| 32825892 | N.V. Bever Holding trading update eerste negen maanden 2010 | 2026-02-23 | Dutch | ||
| 32825896 | Update 1e kwartaal 2010 N.V. Bever Holding | 2026-02-23 | Dutch | ||
| 32825901 | N.V. Bever Holding resultaten 2009 | 2026-02-23 | Dutch | ||
| 32825824 | Persbericht 27 juni 2016 | 2026-02-23 | Dutch | ||
| 32825816 | Persbericht 29 maart 2019 (17h35) | 2026-02-23 | Dutch | ||
| 32825956 | Gezamenlijk persbericht N.V. Bever Holding en Beauchamp Beheer B.V. | 2026-02-23 | Dutch | ||
| 32825828 | Persbericht 30 april 2016 | 2026-02-23 | Dutch | ||
| 32825819 | Halfjaarbericht 2016 | 2026-02-23 | Dutch | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for N.V. Bever Holding, but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available — coming soon. |
Market data
Market data not available
Price history
Peer group · Real estate activities with own or leased property
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ATAKULE GAYRİMENKUL YATIRIM ORTAKLIĞI A.Ş.
A real estate investment trust developing and managing comm…
|
AGYO | TR | Real estate activities |
|
Atal S.A.
A real estate developer of residential, office, and investm…
|
1AT | PL | Real estate activities |
|
ATENOR
International developer of large-scale, sustainable, mixed-…
|
ATEB | BE | Real estate activities |
|
Athos Immobilien AG
Real estate firm for development, investment, and managemen…
|
ATH | AT | Real estate activities |
|
ATOM HOTELES
A real estate investment vehicle that acquires and manages …
|
YATO | ES | Real estate activities |
|
Atrium Bire Sigi S.A.
A real estate investment company acquiring and managing cor…
|
MLATR | PT | Real estate activities |
|
Atrium Ljungberg
Owns, manages, and develops sustainable mixed-use propertie…
|
ATRLJ | SE | Real estate activities |
|
ATRIUM REAL ESTATE INVESTMENT TRUST
Primarily owns and invests in industrial properties and rel…
|
— | MY | Real estate activities |
|
ATTACQ LIMITED
Engaged in property development and investment, specializin…
|
ATT | ZA | Real estate activities |
|
Aurora Eiendom AS
A real estate company that owns, operates, and develops sho…
|
AURA | NO | Real estate activities |
N.V. Bever Holding via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/3821/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=3821 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=3821 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=3821 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 3821}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for N.V. Bever Holding (id: 3821)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.